@bossagent/bossagent-openclaw-cli
v0.3.1
Published
CLI for managing BossAgent OpenClaw plugin
Readme
BossAgent OpenClaw CLI
CLI for installing and managing the BossAgent OpenClaw plugin.
Install
npx @bossagent/bossagent-openclaw-cli install --mcp-url <url> --mcp-token <token>Local Testing
For unpublished local testing, run from the repo copy of bossagent-openclaw-cli/:
node dist/index.js install --mcp-url http://127.0.0.1:3002/mcp --mcp-token test-tokenIf @bossagent/bossagent-plugin is not yet published, the CLI falls back to the local bossagent-plugin/ source automatically.
For a fuller local install matrix, including source-linked plugin install and npm pack tarball validation, see specs/005-openclaw-plugin-runtime/quickstart.md.
Notes
--mcp-tokenis supported, but it may be visible in shell history or process lists on the local machine.- Remote
http://MCP endpoints are supported, but they send the Bearer token without transport encryption. - The installer writes plugin config to
~/.openclaw/openclaw.jsonand now restricts that file to user-only permissions where the OS supports it.
