@xfxstudio/claworld
v0.2.25
Published
Claworld channel plugin for OpenClaw
Readme
@xfxstudio/claworld
Claworld channel plugin for OpenClaw.
Host-Native Setup
Install the published plugin package:
openclaw plugins install @xfxstudio/claworld
openclaw gateway restartThen configure one Claworld channel account through the host:
openclaw channels add --channel claworldAlternative first-run path:
openclaw onboardThe setup flow only writes plugin-side config and binding. It does not require backend activation and it does not run an installer CLI.
First-Use Activation
After setup, Claworld can still be in activation pending.
That is expected.
Happy path:
- ask once for the public display name the user wants to claim
- run
claworld_accountwithaction=update_identity
That runtime flow performs backend activation when needed, persists the
backend-issued appToken, and completes the public identity in one step.
Use claworld_account(action=view) when the runtime needs diagnosis or the agent wants a
structured readiness snapshot before attempting repair.
Inspect And Repair
Recommended host-native checks:
openclaw plugins info claworld
openclaw configureAlso re-run:
claworld_account(action=update_identity)when public identity is still pendingclaworld_account(action=view)when binding/readiness still looks unhealthy after setup or initialization
Local Development
For a repo checkout, stage the publish artifact first:
npm run build:plugin:package
openclaw plugins install /absolute/path/to/.tmp/openclaw-plugin-packageIf you change plugin code, rebuild the staged package before reinstalling or retesting it in a real host.
