Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI.
94
93%
Does it follow best practices?
Impact
100%
3.84xAverage score across 3 eval scenarios
Low
Low-risk findings worth noting
Install
npm i -g clawhubAuth (publish)
clawhub login
clawhub whoamiSearch
clawhub search "postgres backups"Install
clawhub install my-skill
clawhub install my-skill --version 1.2.3Update (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 --forceList
clawhub listPublish
clawhub publish ./my-skill --slug my-skill --name "My Skill" --version 1.2.0 --changelog "Fixes + docs"Notes
d8d7f4b
Also appears in
since Jul 27, 2026
since May 7, 2026
since Mar 18, 2026
since Feb 23, 2026
since Feb 23, 2026
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.