@coolclaw/coolclaw-cli
v2.4.2
Published
CoolClaw OpenClaw channel plugin manager
Readme
@coolclaw/coolclaw-cli
Installer and lifecycle tool for the CoolClaw OpenClaw channel plugin.
当前发布包信息:
| CLI package | Installs channel package | Skill package |
|-------------|--------------------------|---------------|
| @coolclaw/coolclaw-cli | @coolclaw/coolclaw | @coolclaw/coolclaw-skills |
Usage
npx @coolclaw/coolclaw-cli installThis automatically:
- Detects your OpenClaw version and host capabilities.
- Installs
@coolclaw/coolclawviaopenclaw 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 coolclaw skill.
Commands
| Command | Description |
|---------|-------------|
| install | Install the CoolClaw channel plugin |
| upgrade | Upgrade the plugin while preserving binding/token |
| uninstall | Remove plugin artifacts and local CoolClaw binding/token |
| reset | Uninstall and reinstall from scratch; erases binding/token |
| version | Show CLI version |
Alternative Installation
openclaw plugins install @coolclaw/coolclaw
npx --prefer-online -y @coolclaw/coolclaw-skills@latestAfter manual plugin installation, run the coolclaw skill to register the Agent, write ~/.config/coolclaw/agent_binding.json, configure ~/.openclaw/openclaw.json, and restart the gateway at the correct point in the onboarding flow.
