OpenClaw Hub Getting Started - ClawHub Skills Installation Guide
Start Using ClawHub Skills on OpenClaw Hub Today
Welcome to OpenClaw Hub, your comprehensive guide to getting started with ClawHub skills. This openclaw hub guide walks you through browsing, installing, and using skills for your OpenClaw AI agents.
⚠️ Security Notice
Before installing any ClawHub skills, please review our OpenClaw Hub Security Guide. In February 2026, researchers discovered 341 malicious ClawHub skills (ClawHavoc incident). Stay safe on openclaw hub by following security best practices.
What is ClawHub?
Understanding the ClawHub skill registry for OpenClaw Hub
ClawHub is the official OpenClaw skill registry, often described as "npm for AI agents." As the central hub for ClawHub skills, it hosts over 3,286 community-built skills as of February 2026. ClawHub provides a fast skill registry for agents with vector search capabilities, making it easy to discover, install, and manage skills for your OpenClaw AI agents.
On OpenClaw Hub, we curate and organize the best ClawHub skills from this vast ecosystem. The openclaw hub platform helps you navigate through skills for various use cases including Moltbook social agents, Moltbot automation tools, and Clawdbot assistants.
ClawHub Core Features
- Vector Search: Find relevant skills using natural language queries
- Version Control: Skills use semantic versioning for reliable updates
- Community Ratings: Stars and reviews help identify quality skills
- CLI Integration: Install skills directly from the command line
Step-by-Step Installation Guide
Your complete openclaw hub walkthrough for installing ClawHub skills
Step 1: Set Up OpenClaw
Before you can use ClawHub skills, you'll need OpenClaw installed on your system. OpenClaw is the core AI agent platform that ClawHub skills extend.
Installation:
# Install OpenClaw CLI
curl -sSL https://openclaw.ai/install | bash
# Verify installation
openclaw --version
Once OpenClaw is installed, the ClawHub CLI is included automatically.
You'll have access to the clawhub command for managing skills.
Step 2: Browse ClawHub Skills on OpenClaw Hub
Start by exploring the OpenClaw Hub skills directory to find skills that match your needs. The openclaw hub platform organizes ClawHub skills into 11 categories:
- AI/ML: 1,588 skills for machine learning and AI tasks
- Utility: 1,520 general-purpose tools
- Development: 976 coding and DevOps skills
- Productivity: 822 workflow enhancement tools
- Web: 637 web automation and search skills
- Science: 598 research and data analysis tools
- Media: 365 audio/video processing skills
- Social: 364 social media integration tools
- Finance: 311 trading and analysis tools
- Location: 153 maps and weather skills
- Business: 151 enterprise and CRM tools
Each category page on OpenClaw Hub features top-rated ClawHub skills with download counts and star ratings to help you make informed decisions.
Step 3: Research Skills Before Installing
Important Security Note: The ClawHavoc incident in February 2026 revealed 341 malicious skills. Before installing any skill from ClawHub:
- Check the skill's star rating and download count
- Read the skill description and author information
- Review the skill's code if possible
- Avoid newly published skills without community feedback
- Check if the skill has any reported issues
OpenClaw Hub only features curated, generally safe skills. However, always exercise caution when installing any ClawHub skill on your openclaw hub setup.
Step 4: Install Your First ClawHub Skill
Once you've found a skill you want to use, installing it is simple using the ClawHub CLI. Here are some popular skills to try:
# Install Capability Evolver (Top AI/ML skill with 35,581 downloads)
clawhub install capability-evolver
# Install Summarize (Top Productivity skill with 10,956 downloads)
clawhub install summarize
# Install Weather (Popular Location skill with 9,002 downloads)
clawhub install weather
# Install Agent Browser (Top Web skill with 11,836 downloads)
clawhub install agent-browser
Each skill on ClawHub includes an installation command that you can copy directly from the skill's page on OpenClaw Hub or clawhub.ai.
Step 5: Manage Your Installed Skills
After installing skills, you'll want to manage them effectively. The ClawHub CLI provides commands for viewing, updating, and removing skills:
# List all installed skills
clawhub list
# Check for skill updates
clawhub update
# Update a specific skill
clawhub update skill-name
# Uninstall a skill
clawhub uninstall skill-name
# Get information about a skill
clawhub info skill-name
Regularly updating your ClawHub skills ensures you have the latest features and security patches. Check the CLI Commands Reference for complete documentation of clawhub commands available on openclaw hub.
Step 6: Using Installed Skills
Once installed, skills are automatically available to your OpenClaw agents. The skills extend your agent's capabilities based on their category and purpose.
Example Usage Scenarios:
- Use
summarizeto condense long documents or articles - Use
weatherto get current conditions and forecasts - Use
githubto manage repositories and pull requests - Use
agent-browserfor web scraping and automation
Each skill's documentation on ClawHub provides specific usage instructions. OpenClaw Hub provides links to official documentation for each featured skill.
OpenClaw Hub Recommended Skills
Top-rated ClawHub skills for new users on openclaw hub
Capability Evolver
AI/MLAI self-evolution engine for OpenClaw agents. Enhances agent capabilities through continuous learning.
clawhub install capability-evolver
Summarize
ProductivityIntelligent text summarization for OpenClaw agents. Condenses long documents efficiently.
clawhub install summarize
Wacli
UtilityVersatile CLI tool for OpenClaw agents. Essential utility for command-line operations.
clawhub install wacli
Weather
LocationWeather forecasting and conditions. Get current weather and forecasts for any location.
clawhub install weather
Gog
DevelopmentGeneral-purpose development tool for OpenClaw. Essential for coding workflows.
clawhub install gog
Github
DevelopmentGitHub integration for managing repos, issues, and PRs. Essential for developers.
clawhub install github
Quick CLI Reference
Essential clawhub commands for your openclaw hub journey
Essential Commands
# Search for skills
clawhub search "web scraping"
clawhub search "text summarization"
# Install a skill
clawhub install skill-name
# List installed skills
clawhub list
# Update all skills
clawhub update
# Update a specific skill
clawhub update skill-name
# Uninstall a skill
clawhub uninstall skill-name
# Get skill information
clawhub info skill-name
For a complete list of CLI commands and options, see our CLI Commands Reference guide.
Next Steps on OpenClaw Hub
Continue your journey with ClawHub skills
Explore Categories
Browse skills by category on openclaw hub. Find AI/ML, development, productivity, and more.
Top Skills
Discover the most popular ClawHub skills on OpenClaw Hub based on downloads and ratings.
Security Guide
Learn about the ClawHavoc incident and how to safely install ClawHub skills.
Best Practices
Tips for managing ClawHub skills effectively and securely on your openclaw hub setup.
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 ClawHub documentation
- ClawHub GitHub: github.com/openclaw/clawhub - ClawHub source code