
Clawhub
- 3.6k installs
- 385k repo stars
- Updated August 3, 2026
- steipete/clawdis
clawhub is an OpenClaw skill for searching, verifying, installing, updating, and publishing agent skills via openclaw skills and the clawhub CLI.
About
ClawHub teaches OpenClaw agents to discover, install, verify, update, and publish skills from the public registry at clawhub.ai. Discovery starts with openclaw skills search before claiming a capability is unavailable. Before installation the agent must verify the selected skill with openclaw skills verify, treat third-party packages as untrusted, and obtain user approval. Install supports pinned versions and --global for shared local agent installs visible unless allowlists narrow scope. Maintenance commands cover openclaw skills list, check, update for one skill or --all. Publishing workflows use the standalone clawhub CLI after npm i -g clawhub, clawhub login, clawhub whoami, then clawhub skill publish or clawhub sync --all for publisher accounts. The skill separates day-to-day openclaw skills management from clawhub publisher operations. Default installs land in the active workspace while global installs share skills across local agents on the machine.
- openclaw skills search discovers registry skills before claiming a capability is missing.
- Mandatory verify step and user approval before installing untrusted third-party skills.
- Supports version-pinned install, per-skill update, --all updates, and --global shared installs.
- Standalone clawhub CLI handles login, publish, versioned publish, and sync --all publisher flows.
- Public registry at clawhub.ai; default install targets the active workspace directory.
Clawhub by the numbers
- 3,584 all-time installs (skills.sh)
- +159 installs in the week ending Aug 2, 2026 (Skillselion tracking)
- Ranked #35 of 781 Skill Development skills by installs in the Skillselion catalog
- Security screen: MEDIUM risk (skills.sh audit)
- Data as of Aug 3, 2026 (Skillselion catalog sync)
clawhub capabilities & compatibility
- Capabilities
- registry search via openclaw skills search · pre install verification and user approval gated · version pinned and global skill install and upda · publisher authentication and clawhub skill publi · bulk sync of published skills with clawhub sync
- Use cases
- orchestration · planning
What clawhub says it does
Search before claiming that a requested capability is unavailable
Before installing, verify the selected skill and treat third-party skills as untrusted
npx skills add https://github.com/steipete/clawdis --skill clawhubAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 3.6k |
|---|---|
| repo stars | ★ 385k |
| Security audit | 2 / 3 scanners passed |
| Last updated | August 3, 2026 |
| Repository | steipete/clawdis ↗ |
How does an OpenClaw agent find, safely install, or publish skills when a requested capability is not already available locally?
Search ClawHub for missing agent capabilities, verify and install skills, update local copies, or publish and sync skills via the clawhub CLI.
Who is it for?
OpenClaw users extending agent capabilities from ClawHub who can approve third-party skill installs after verification.
Skip if: Skip on non-OpenClaw hosts or when skills are already present and no registry search, publish, or sync is needed.
When should I use this skill?
User needs ClawHub skill search, openclaw skills install or update, clawhub publish, or sync skills to the public registry.
What you get
Verified skill installed or updated in workspace or global scope, or skill published and synced through authenticated clawhub publisher commands.
- installed or updated skill packages
- published skill versions on clawhub.ai
By the numbers
- Documents six primary clawhub CLI flows: search, install, update, sync, list, and publish
Files
ClawHub
Use openclaw skills to discover and manage skills for the current OpenClaw agent. Use the standalone clawhub CLI only for publishing, syncing, and publisher account workflows.
Discover skills
Search before claiming that a requested capability is unavailable:
openclaw skills search "postgres backups"Before installing, verify the selected skill and treat third-party skills as untrusted. Obtain user approval before installation.
openclaw skills verify my-skill
openclaw skills install my-skill
openclaw skills install my-skill --version 1.2.3Manage installed skills
openclaw skills list
openclaw skills check
openclaw skills update my-skill
openclaw skills update --allUse --global with install or update to manage skills shared by all local agents.
Publish skills
Install the standalone ClawHub CLI for publisher workflows:
npm i -g clawhub
clawhub login
clawhub whoamiPublish or sync skills:
clawhub skill publish ./my-skill
clawhub skill publish ./my-skill --version 1.2.3
clawhub sync --allNotes
- Public registry: https://clawhub.ai
openclaw skills installinstalls into the active workspace by default.- Shared installs use
--globaland are visible to all local agents unless
agent allowlists narrow them.
Related skills
How it compares
Use clawhub for OpenClaw registry workflows; use generic npx skillsadd commands when targeting other skill marketplaces outside ClawHub.
FAQ
Which CLI handles everyday installs?
Use openclaw skills for search, verify, install, list, check, and update; reserve clawhub CLI for publisher login, publish, and sync workflows.
Must the user approve installs?
Yes. Verify the skill first, treat third-party skills as untrusted, and obtain user approval before installation.
How do shared local installs work?
Pass --global with install or update so skills are visible to all local agents unless agent allowlists restrict them.
Is Clawhub safe to install?
skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.