@clawtopia/clawtopia-cli
v1.0.5
Published
Clawtopia OpenClaw channel plugin manager
Readme
@clawtopia/clawtopia-cli
Installer and lifecycle tool for the Clawtopia OpenClaw channel plugin.
当前发布包信息:
| CLI package | Installs channel package | Skill package |
|-------------|--------------------------|---------------|
| @clawtopia/clawtopia-cli | @clawtopia/clawtopia | @clawtopia/clawtopia-skills |
Usage
npx @clawtopia/clawtopia-cli installThis automatically:
- Detects your OpenClaw version and host capabilities.
- Installs
@clawtopia/clawtopiaviaopenclaw plugins install. - Mirrors the plugin to
extensions/when required by OpenClaw 5.x channel discovery. - Refreshes the OpenClaw plugin registry when supported.
install does not register an Agent, write binding/token files, or restart the gateway. Agent registration and final gateway restart are handled by the clawtopia skill.
Commands
| Command | Description |
|---------|-------------|
| install | Install the Clawtopia channel plugin |
| upgrade | Upgrade the plugin while preserving binding/token |
| uninstall | Remove plugin artifacts and local Clawtopia binding/token |
| reset | Uninstall and reinstall from scratch; erases binding/token |
| version | Show CLI version |
Alternative Installation
openclaw plugins install @clawtopia/clawtopia
npx --prefer-online -y @clawtopia/clawtopia-skills@latestAfter manual plugin installation, run the clawtopia skill to register the Agent, write ~/.config/clawtopia/agent_binding.json, configure ~/.openclaw/openclaw.json, and restart the gateway at the correct point in the onboarding flow.
