$cd ../guides/
EssentialClawHub

ClawHub: Getting Started

/** Your gateway to 700+ community-built skills that extend OpenClaw's capabilities */

πŸ€” What is ClawHub?

ClawHub is the official skill marketplace for OpenClaw. Think of it like npm for AI agents β€” a community-curated registry of plugins that give OpenClaw new abilities. From browser automation to smart home control, database querying to social media management β€” if you can imagine it, there's probably a skill for it.

πŸ“Š ClawHub by Numbers

700+
Total Skills
2,800+
Active Contributors
1.2M+
Monthly Downloads
24
Categories
install_guide.sh

⚑ Installing Your First Skill

1.Browse ClawHub
$ openclaw skills search browser

Search for skills by keyword. You can also browse at hub.openclaw.dev

2.Install a skill
$ openclaw skills install browser-control

Downloads and configures the skill automatically. Dependencies are resolved.

3.Verify installation
$ openclaw skills list --installed

Lists all installed skills with version and status.

4.Use it!
$ "open chrome and go to github.com"

Just describe what you want in natural language. OpenClaw selects the right skill.

πŸ“ Popular Categories

Browser & Web
Chrome control, scraping, form filling, testing
45 skills
Productivity
Notion, Obsidian, Google Workspace, Calendar
72 skills
Developer Tools
GitHub, CI/CD, database, terminal, code analysis
95 skills
Smart Home
Home Assistant, MQTT, Zigbee, Matter
38 skills
Communication
Email, Telegram, Slack, WhatsApp, Discord
54 skills
Data & Analytics
Spreadsheets, visualization, reporting, ETL
41 skills
Media
Image generation, video editing, audio processing
33 skills
Security
Vulnerability scanning, credential management
28 skills

πŸ”’ Skill Safety

Since v2026.3.12, ClawHub includes automated malware scanning. All published skills are audited for: unauthorized network access, credential harvesting, file system abuse, and crypto mining. Always check a skill's trust score before installing.

build_skill.sh

πŸ›  Build Your Own Skill

Scaffold
$ openclaw skills create my-skill
Develop
$ # Edit skills/my-skill/index.ts
Test locally
$ openclaw skills test my-skill
Publish
$ openclaw skills publish my-skill