ClawHub Guide
ClawHub is the skill marketplace for OpenClaw. Browse 5,705 ready-made automations, install with one command, and start running them immediately.
What Is ClawHub?
ClawHub is the skill marketplace for OpenClaw. It's the reason you don't have to build from scratch. Someone already figured out how to connect your CRM, your project management tool, your email platform. You install what they built, add your API key, and you're live.Every skill does one specific thing: scrape a website, sync data, generate a report, send a sequence. The community builds and maintains these skills. Of the 5,705 total, around 3,002 are curated — vetted for quality and actively kept up to date.No code required to use ClawHub skills. Run `clawhub install <slug>`, add your credentials, and you're done. If you eventually want to build your own skills and publish them back, that's built into the same CLI.
Total Skills
Across 10 major categories
Curated Skills
Vetted for quality and maintenance
Skill Categories
From AI & LLMs to CLI Utilities
To Install Any Skill
clawhub install <slug>
Skills by Category
Every major workflow type is covered. Here's what's available — and how many skills are in each category.
AI & LLMs — 287 skills
Prompting chains, model wrappers, multi-model routing, embedding pipelines. Connect GPT-4, Claude, Gemini, and open-source models directly into any workflow.
Search & Research — 253 skills
Web search, Reddit crawlers, LinkedIn scrapers, academic finders, news monitors. Notable: x-research-skill, search-reddit, reddit-trends for real-time trend intelligence.
DevOps & Cloud — 212 skills
AWS, GCP, Docker, Kubernetes, CI/CD triggers, log tailing, uptime checks. Automate infrastructure ops the same way you automate business processes.
Web & Frontend — 202 skills
Browser control, DOM extraction, SPA navigation, screenshot tools. For sites with and without APIs. The polyclaw skill enables multi-agent browser coordination.
Marketing & Sales — 143 skills
GoHighLevel, HubSpot, Pipedrive, email sequences, ad platform APIs. Notable: shopify-order-returns-puller for e-commerce ops teams.
Browser & Automation — 139 skills
Playwright/Puppeteer wrappers, click recorders, form fillers, captcha helpers. When a site needs to be driven like a real user, these handle it.
Productivity & Tasks — 135 skills
Notion, Obsidian, Todoist, Linear, calendar tools, note syncing. Keep every system updated automatically as work happens.
Coding Agents & IDEs — 133 skills
GitHub, GitLab, code review automation, PR description generators, test runners. Bring AI into your dev workflow without switching context.
Communication — 132 skills
Slack, Discord, Telegram, WhatsApp, iMessage, email. Send, receive, summarize, and route messages across every channel.
CLI Utilities — 129 skills
Shell command wrappers, file tools, process managers, cron helpers. Low-level building blocks for power users who want full control.
How to Use ClawHub
1. Browse the skill library
2-5 minVisit clawhub.io or run `clawhub search <keyword>` from your terminal. Filter by category or search by what you need. Read descriptions to understand what each skill does, what it requires, and how many operators are using it.
2. Quick check before installing
5 minClick through to the skill's GitHub repo and skim the source. Two things to check: does it read credentials from env vars (not hardcode them), and does it only call the APIs it claims to call? ClawHub is like npm — most things are fine, but 5 minutes of review before you hand something your API keys is time well spent.
3. Install via CLI
< 1 minRun `clawhub install <slug>` from your terminal. The skill downloads into your OpenClaw instance. For workspace-specific installs, run the command inside your project folder and the skill lands in /skills, taking precedence over global installs.
4. Configure your credentials
5-10 minMost skills need API keys or account tokens. Add them to your .env file — the skill's README tells you exactly what's needed and where to get each credential. Never hardcode credentials in the skill files themselves.
5. Test with a real task
5 minTrigger the skill manually with a test input. Check the output. If something fails, review the agent logs — they show the exact call and what was returned. Once it works correctly, build it into your workflow.
Ready to install your first skill?
The workshop covers the full install and configuration process. You'll have a working automation running in about an hour.
How to Vet a Skill (The 5-Minute Check)
ClawHub runs VirusTotal scanning on every upload and auto-hides skills that receive 3+ community reports. Publishers need a GitHub account at least one week old to publish. That baseline covers the obvious stuff.For anything handling sensitive credentials, do your own check. Three questions: Does the source code match what the description says? Are credentials read from env vars — not hardcoded? Does it only call the APIs it claims to call? That's it.Sort by install count when browsing. High install count + active GitHub + recent updates = a skill that real operators are using and that's being maintained. That's usually a better signal than the automated safety checks.For production workflows, prefer bundled skills (maintained by the OpenClaw core team) where they exist. Think of ClawHub the same way you'd think of npm — most packages are fine, but a quick review before you hand something your API keys is always worth it.
Notable Community Skills
Widely used, actively maintained skills worth knowing about.
Publishing a Skill to ClawHub
Built something useful? Publishing to ClawHub is built into the CLI. You need a GitHub account (at least one week old), a working SKILL.md manifest, and your skill packaged and tested.The publish command: `clawhub publish . --slug your-skill-name --name "Your Skill Name" --version 1.0.0 --tags latest`. The slug becomes the install identifier — `clawhub install your-skill-name`. Pick something descriptive and lowercase with hyphens.Your skill package can be up to 50MB and must include a SKILL.md file with valid YAML frontmatter. Optional support files (scripts, configs, assets) can accompany it. ClawHub runs automated security scanning on upload before the skill becomes visible.Free skills build your reputation in the community. If you want to charge for a skill, you'll need a publisher account for payment processing — ClawHub handles distribution and takes a small cut. You keep the rest.
Key CLI Commands
Everything you need to manage skills from the terminal.
clawhub install <slug>
Installs a skill by slug into your OpenClaw instance. Run inside a project folder for workspace-scoped install (/skills), or from anywhere for global install (~/.openclaw/skills).
clawhub search <keyword>
Search ClawHub by keyword without opening a browser. Returns matching skills with description, version, and install count. Pipe to grep to filter further.
clawhub publish . --slug X --name Y --version Z --tags latest
Publishes the skill in the current directory. Requires a valid SKILL.md and an authenticated ClawHub session. Skills go through automated scanning before appearing publicly.
clawhub update <slug>
Updates an installed skill to its latest version. Use --version to pin to a specific release. Check release notes before updating in production — some updates include breaking changes.
clawhub list
Lists all installed skills with their versions and load source (workspace, global, or bundled). Useful for debugging load precedence issues when a skill isn't behaving as expected.
clawhub remove <slug>
Removes an installed skill. Bundled skills cannot be removed, but they can be overridden by a workspace or global skill with the same slug.
ClawHub FAQ
Build your first workflow with ClawHub skills.
The workshop walks through installing skills, configuring credentials, and running your first automation in about an hour. Join the community to get skill recommendations from operators who've already built what you're trying to build.
Browse Premium Skills
Pre-built automation packs ready to deploy.