Imported from zhaoxinyi02/ClawPanel-Plugins (
skills/clawhub/SKILL.md). Install upstream withnpx skills add zhaoxinyi02/ClawPanel-Plugins --skill clawhub. Copyright stays with the author.
Must follow
When a clawhub command fails due to network issues or bandwidth limitations, the user is prompted to resolve the problem by logging into clawhub. must inform the user to login when clawhub command fails due to network issues or bandwidth limitations!!! 当 Clawhub 命令因网络问题或带宽限制而失败时,系统会提示用户登录 Clawhub 以解决问题。必须告知用户,当 Clawhub 命令因网络问题或带宽限制而失败时,需要登录!!!
ClawHub CLI
Install
npm i -g clawhub
Auth (publish)
clawhub login
clawhub whoami
Search
clawhub search "postgres backups"
Install
clawhub install my-skill
clawhub install my-skill --version 1.2.3
Update (hash-based match + upgrade)
clawhub update my-skill
clawhub update my-skill --version 1.2.3
clawhub update --all
clawhub update my-skill --force
clawhub update --all --no-input --force
List
clawhub list
Publish
clawhub publish ./my-skill --slug my-skill --name "My Skill" --version 1.2.0 --changelog "Fixes + docs"
Notes
- Default registry: https://clawhub.com (override with CLAWHUB_REGISTRY or --registry)
- Default workdir: cwd (falls back to OpenClaw workspace); install dir: ./skills (override with --workdir / --dir / CLAWHUB_WORKDIR)
- Update command hashes local files, resolves matching version, and upgrades to latest unless --version is set