Find answers to common questions about Claw Hub skills, installation, security, publishing, and troubleshooting for OpenClaw hub users.
Professional OpenClaw AI Bot hosting by AiBotClaw.com — Skip the setup, get 7×24 operation with automatic updates
Claw Hub is the official skill registry for OpenClaw hub - think of it as "npm for AI agents". It provides a searchable marketplace where developers can discover, install, and share skills that extend OpenClaw hub's capabilities.
Key features include:
Install skills from Claw Hub using the OpenClaw hub CLI:
clawhub search "your search query" - Find relevant skills
clawhub install skill-name - Install a skill
You can also browse skills on clawhub.ai and copy installation commands. See our complete installation guide for detailed instructions.
No account is needed to browse, search, and install skills from Claw Hub. Anyone can access the marketplace and install any of the 3,286 available skills.
An account is only required if you want to:
OpenClaw hub is an open-source AI agent framework that uses skills to perform tasks. Think of it as a powerful AI assistant that can be extended with modular skills from Claw Hub.
OpenClaw hub has gained massive popularity with 157,000+ GitHub stars and is one of the hottest AI projects. Skills from Claw Hub enhance OpenClaw's capabilities for web scraping, data analysis, automation, and much more.
Learn more at openclaw.ai.
Claw Hub uses vector-based semantic search, so you can search with natural language:
clawhub search "web scraping"
clawhub search "summarize documents"
clawhub search "API integration"
You can also browse categories on clawhub.ai or check our top skills page.
Use semantic versioning with the @ symbol:
clawhub install [email protected]
Claw Hub uses semver (MAJOR.MINOR.PATCH) for all skills. Without a version specified, the latest version is installed.
Skills are installed in your OpenClaw hub workspace directory. You can view all installed skills using:
clawhub list
This command shows all currently installed skills and their versions in your OpenClaw hub environment.
Update skills using these commands:
clawhub update skill-name - Update a specific skill
clawhub update --all - Update all installed skills
Always check the changelog when updating to understand what changed between versions.
Yes, Claw Hub has significantly improved security since the ClawHavoc incident:
However, always practice safe skill installation. See our security guide for best practices.
In February 2026, researchers discovered 341 malicious Claw Hub skills designed to steal data from OpenClaw hub users. An additional 283 skills (7.1%) had serious security vulnerabilities.
The attack used fake prerequisites to distribute Atomic Stealer malware, targeting credentials on macOS and Windows systems.
Read the full ClawHavoc incident report for details.
Before installing any Claw Hub skill, check:
Claw Hub's security measures include:
To publish a skill to Claw Hub:
SKILL.mdclawhub publish ./my-skillSee our complete publishing guide for step-by-step instructions.
To publish skills to Claw Hub, you need:
Claw Hub uses semantic versioning (semver): MAJOR.MINOR.PATCH
Each version creates a separate SkillVersion that users can install specifically.
To update a published skill:
SKILL.mdclawhub publish ./my-skill againThe new version will be added to Claw Hub while previous versions remain available for users who need them.
Common installation issues:
@versionRun clawhub list to verify installation status.
To report a malicious or suspicious skill:
Your reports help keep the Claw Hub community safe for all OpenClaw hub users.
Get help with Claw Hub through these channels:
Explore our comprehensive guides to learn more about installing, developing, and publishing skills for OpenClaw hub.