clawhub
steipete/clawdis
Search, install, and manage AI agent skills from ClawHub registry.
What is clawhub?
ClawHub is a skill discovery and management system for OpenClaw agents. Use it to search for capabilities, install verified skills, manage updates, and publish your own skills to the public registry.
- Search ClawHub registry for skills by capability or name
- Install and verify third-party skills before use
- List, check, and update installed skills
- Publish new skills to the public ClawHub registry
- Sync skills across multiple agents or globally
- Manage workspace-specific and global skill installations
How to install clawhub
npx skills add https://github.com/steipete/clawdis --skill clawhub- OpenClaw agent installed and configured
- npm (for standalone clawhub CLI if publishing)
- ClawHub account (for publishing workflows)
How to use clawhub
- 1.Run `openclaw skills search "capability"` to find skills
- 2.Run `openclaw skills verify skill-name` to review before install
- 3.Run `openclaw skills install skill-name` to add to workspace
- 4.Run `openclaw skills list` to see installed skills
- 5.Run `openclaw skills update skill-name` to get latest version
- 6.(Optional) Install standalone CLI with `npm i -g clawhub` and run `clawhub login` to publish
Use cases
- Finding a missing capability (e.g., postgres backups) before claiming it's unavailable
- Installing a verified skill into your active workspace
- Updating all installed skills to latest versions
- Publishing a custom skill for team or public use
- Sharing skills globally across all local agents
- OpenClaw agent users seeking additional capabilities
- Skill developers publishing to the registry
- Teams managing shared skill libraries
- Anyone extending agent functionality
clawhub FAQ
Use `openclaw skills search "your-capability"` to query the ClawHub registry. Always verify and get approval before installing third-party skills.
Workspace installs (default) are local to the active agent. Use `--global` flag to install skills visible to all local agents unless agent allowlists restrict them.
Install the standalone CLI (`npm i -g clawhub`), run `clawhub login`, then use `clawhub skill publish ./my-skill` to publish to the registry.
Yes, use `openclaw skills install skill-name --version 1.2.3` to install a particular version.
Run `openclaw skills update my-skill` for a single skill or `openclaw skills update --all` to update everything at once.
Full instructions (SKILL.md)
Source of truth, from steipete/clawdis.
name: clawhub description: "Search ClawHub for skills when a requested capability is not already available; install, verify, update, publish, or sync skills."
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.3
Manage installed skills
openclaw skills list
openclaw skills check
openclaw skills update my-skill
openclaw skills update --all
Use --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 whoami
Publish or sync skills:
clawhub skill publish ./my-skill
clawhub skill publish ./my-skill --version 1.2.3
clawhub sync --all
Notes
- 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
More from steipete/clawdis and the wider catalog.

coding-agent
Delegate coding work to background agents (Claude Code, Codex, OpenCode) for large refactors and feature builds.

discord
Send, read, edit, delete, react, poll, pin, and search Discord messages with components and media support.

eightctl
Control Eight Sleep pods via CLI—check status, adjust temperature, manage alarms and schedules.

gemini
Gemini CLI for one-shot prompts, summaries, generation, and routing via skills, hooks, or MCP.

gh-issues
Automate GitHub issue triage and PR creation with background fix agents.

gifgrep
Search and download GIFs from Tenor/Giphy, extract stills and contact sheets via CLI/TUI.