npx skills add ...
npx skills add firecrawl/openclaw --skill clawhub
npx skills add firecrawl/openclaw --skill clawhub
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.
Install
Auth (publish)
Search
Install
Update (hash-based match + upgrade)
List
Publish
Notes
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 --forceclawhub listclawhub publish ./my-skill --slug my-skill --name "My Skill" --version 1.2.0 --changelog "Fixes + docs"