C
clawhub
by @steipetev
4.3(35)
Uses ClawHub CLI to search, install, update, and publish agent skills.
Installation
npx skills add steipete/clawdis --skill clawhubcompare_arrows
Before / After Comparison
1 组Before
When managing agent skills, manual download, configuration, and updates are required, a process that is cumbersome and error-prone, affecting development and deployment efficiency.
After
With ClawHub CLI, I can quickly search, install, update, and publish agent skills. This greatly simplifies skill management and improves development efficiency.
SKILL.md
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
User Reviews (0)
Write a Review
Effect
Usability
Docs
Compatibility
No reviews yet
Statistics
Installs2.0K
Rating4.3 / 5.0
Version
Updated2026年5月22日
Comparisons1
User Rating
4.3(35)
5
20%
4
51%
3
26%
2
3%
1
0%
Rate this Skill
0.0
Compatible Platforms
🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI
Timeline
Created2026年3月16日
Last Updated2026年5月22日