OpenClaw Hub Guide - What is ClawHub?
Understanding ClawHub: The OpenClaw Hub Perspective
Learn about ClawHub, the official OpenClaw skill registry. This comprehensive guide explains what ClawHub is, its core features, and how it powers the OpenClaw ecosystem for AI agents including Moltbook, Moltbot, and Clawdbot.
β οΈ Security Notice
ClawHub is an open platform. Review our Security Guide to learn about the ClawHavoc incident (341 malicious skills) and stay safe on openclaw hub.
What is ClawHub?
The official OpenClaw skill registry explained
Official Definition
ClawHub is the official OpenClaw skill registry - a centralized platform for discovering, sharing, and managing skills for AI agents. Often described as "npm for AI agents," ClawHub provides a fast skill registry with vector search capabilities.
As the official skill registry for the OpenClaw ecosystem, ClawHub hosts over 3,286 community-built skills as of February 2026, enabling users to extend their AI agents with powerful capabilities.
Core Purpose
ClawHub serves as the central hub for ClawHub skills in the OpenClaw ecosystem:
- Skill Discovery: Find and explore skills for AI agents
- Skill Distribution: Share skills with the community
- Version Control: Manage skill versions and updates
- Quality Assurance: Community ratings and reviews
Official Slogan
"A fast skill registry for agents, with vector search"
This tagline captures ClawHub's key value proposition: fast discovery of relevant skills through intelligent semantic search powered by vector embeddings.
Core Features of ClawHub
What makes ClawHub powerful for OpenClaw agents
1. Vector Search
ClawHub's most distinctive feature is its vector search capability. Unlike traditional keyword-based search, vector search uses embeddings to understand semantic meaning and find conceptually relevant skills.
# Example: Searching for "text summarization"
clawhub search "summarize long documents"
# Vector search finds relevant skills even without exact keyword match
# Results include summarization, text condensing, and document processing skills
This makes discovering the right skill intuitive - you describe what you need in natural language, and ClawHub finds matching skills.
2. Version Control
ClawHub implements semantic versioning (SemVer) for all skills:
- Major Versions: Breaking changes, requires attention
- Minor Versions: New features, backward compatible
- Patches: Bug fixes, safe to update
# Install specific version
clawhub install [email protected]
# Install latest minor
clawhub install [email protected]
# Always get latest
clawhub install summarize
Version control ensures reliability and predictable behavior across updates.
3. Community Ratings
ClawHub includes a star rating system:
- Stars: Community approval indicator (1-5 stars)
- Downloads: Popularity and usage metric
- Comments: User feedback and reviews
These metrics help users identify quality skills and avoid problematic ones on the openclaw hub platform.
4. CLI Integration
ClawHub is designed for CLI-first workflows:
# Complete workflow from terminal
clawhub search "github integration"
clawhub install github
clawhub list # Verify installation
clawhub update # Keep current
# Publish your own skills
clawhub publish ./my-skill
The clawhub CLI enables developers and users to manage skills entirely from the command line, integrating seamlessly with development workflows.
5. Reporting System
ClawHub includes a community moderation system:
- User Reporting: Flag suspicious or malicious skills
- 3-Strike Policy: 3 reports auto-hide a skill
- Moderator Review: Human review of flagged content
- Appeals Process: Authors can contest removal
This system helped identify the 341 malicious skills in the ClawHavoc incident.
ClawHub in the OpenClaw Ecosystem
How ClawHub connects to Moltbook, Moltbot, and Clawdbot
Relationship with OpenClaw
ClawHub is the official skill registry for OpenClaw. As part of the OpenClaw project (created by Peter Steinberger), ClawHub provides the infrastructure for sharing and discovering agent skills.
Skills from ClawHub are directly compatible with OpenClaw agents, including Moltbook social agents, Moltbot automation tools, and Clawdbot assistants.
Ecosystem Diagram
βββββββββββββββββββββββββββββββββββββββββββββββββββ
β OpenClaw Ecosystem β
βββββββββββββββββββββββββββββββββββββββββββββββββββ
β
βββββββββββββββ¬ββββββββββββββΌββββββββββββββ¬ββββββββββββββ
β β β β β
βΌ βΌ βΌ βΌ βΌ
βββββββββββ βββββββββββ βββββββββββ βββββββββββ βββββββββββ
βMoltbook β β OpenClaw β βClawHub β βMoltbook β β Open β
β Social β β Core β β Skills β β Forum β βClaw Hub β
βNetwork β βPlatform β βRegistry β β Info β β Portal β
β(Social) β β (Core) β β(Skills) β β (Info) β β (Info) β
βββββββββββ βββββββββββ βββββββββββ βββββββββββ βββββββββββ
β β β β β
βΌ βΌ βΌ βΌ βΌ
Moltbot Clawdbot Skills Information Information
Agents Assistants from ClawHub Site Portal
OpenClaw Hub (openclaw-hub.org) is an independent information portal providing curated ClawHub skills and guides for the community.
Compatible Platforms
ClawHub skills work with these OpenClaw ecosystem platforms:
- Moltbook: AI agent social network
- Moltbot: AI automation tools
- Clawdbot: General-purpose AI assistants
- OpenClaw Core: The base AI agent platform
When you install a skill from ClawHub, it becomes available to all compatible agents in your OpenClaw setup.
ClawHub by the Numbers
Current statistics for the ClawHub platform
Official ClawHub Resources
Connect with the official ClawHub platform
- ClawHub Official: clawhub.ai - The official ClawHub skill registry
- OpenClaw Official: openclaw.ai - OpenClaw AI agent platform
- ClawHub Documentation: docs.openclaw.ai/tools/clawhub - Official documentation
- ClawHub GitHub: github.com/openclaw/clawhub - Source code
- Skills Directory: clawhub.ai/skills - Browse all ClawHub skills
About OpenClaw Hub
OpenClaw Hub (openclaw-hub.org) is an independent information portal dedicated to helping users discover and understand ClawHub skills. We are not officially affiliated with clawhub.ai or openclaw.ai.
Our mission is to provide curated skill recommendations, security education, and comprehensive guides for the OpenClaw ecosystem. All data is sourced from the official ClawHub platform.