
Clawhub
- 16 installs
- 869 repo stars
- Updated June 8, 2026
- beita6969/scienceclaw
clawhub is a skill that uses the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com.
About
Clawhub is a skill that drives the npm-installed ClawHub CLI to manage agent skills from clawhub.com. A developer uses it to search for skills, install or pin a version, sync installed skills via hash-based update, and publish new or updated skill folders. It supports login for publishing and a configurable registry. It is useful for fetching and maintaining skills on the fly.
- Uses the ClawHub CLI to search, install, update, and publish agent skills
- Hash-based update matches local files and upgrades to latest or a pinned version
- Publishes skill folders to clawhub.com with slug, name, version, and changelog
Clawhub by the numbers
- 16 all-time installs (skills.sh)
- Ranked #476 of 781 Skill Development skills by installs in the Skillselion catalog
- Data as of Aug 2, 2026 (Skillselion catalog sync)
clawhub capabilities & compatibility
- Capabilities
- skill install · skill publish
- Pricing
- Free
What clawhub says it does
Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com.
Update command hashes local files, resolves matching version, and upgrades to latest unless --version is set
Default registry: https://clawhub.com (override with CLAWHUB_REGISTRY or --registry)
npx skills add https://github.com/beita6969/scienceclaw --skill clawhubAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 16 |
|---|---|
| repo stars | ★ 869 |
| Last updated | June 8, 2026 |
| Repository | beita6969/scienceclaw ↗ |
What it does
Search, install, update, and publish agent skills from clawhub.com via the ClawHub CLI.
Who is it for?
Fetching, syncing, and publishing agent skills from a registry
Skip if: Authoring skill content itself; it manages distribution, not writing
When should I use this skill?
You need to fetch new skills, sync installed skills to a version, or publish skill folders
By the numbers
- 6 documented CLI verbs: search, install, update, list, publish, login
Files
ClawHub CLI
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
- 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
Related skills
FAQ
How do I install the ClawHub CLI?
Run npm i -g clawhub.
What is the default ClawHub registry?
https://clawhub.com, overridable with CLAWHUB_REGISTRY or --registry.