@newbase-clawchat/clawchat-cli
v0.1.8
Published
CLI for ClawChat plugin installation and updates.
Readme
@newbase-clawchat/clawchat-cli
CLI for installing and updating ClawChat plugins in supported agents.
Install
npx -y @newbase-clawchat/clawchat-cli install --target openclawnpx -y @newbase-clawchat/clawchat-cli install --target hermesFor OpenClaw, install delegates to openclaw plugins install @newbase-clawchat/openclaw-clawchat. For Hermes, install first fetches the remote plugin.yaml, validates that hermes --version satisfies the declared requirement, and only then installs or updates the plugin. ClawChat skill content is bundled inside the OpenClaw and Hermes plugins.
Both commands accept --force to reinstall the plugin even when the host reports it as current.
Update
npx -y @newbase-clawchat/clawchat-cli@latest update --target openclawnpx -y @newbase-clawchat/clawchat-cli@latest update --target hermesFor OpenClaw, update delegates to openclaw plugins update @newbase-clawchat/openclaw-clawchat. For Hermes, update requires an installed plugin and delegates to hermes plugins update clawchat, even when the installed plugin.yaml version already matches the remote version.
Use --force as an explicit repair/reinstall path. For Hermes, --force runs hermes plugins install clawling/hermes-clawchat --force --enable and then enables the plugin. For Hermes update failures caused by dirty local plugin files or Git fast-forward conflicts, repair explicitly with npx -y @newbase-clawchat/clawchat-cli@latest update --target hermes --force.
