ClawHub is the official skills marketplace for OpenClaw. Over 5,000 community-built skills, one CLI command to install. Here's how to find the right ones, avoid the bad ones, and build your own.

What Are OpenClaw Skills?

A skill is a folder with a SKILL.md file that teaches your OpenClaw agent how to do something specific. Weather forecasts. Gmail management. Notion integration. PDF editing. Whatever you need.

Think of skills like apps on your phone. OpenClaw is the operating system. Skills are the apps that make it useful for your specific workflow.

Every skill has three things:

OpenClaw loads skills from three places, in order of priority:

  1. Workspace skills (<workspace>/skills) — highest priority, per-agent
  2. Managed skills (~/.openclaw/skills) — shared across all agents on the machine
  3. Bundled skills — shipped with OpenClaw out of the box

Tip: If you run multiple agents, put shared skills in ~/.openclaw/skills. Agent-specific skills go in the workspace folder. Workspace always wins if there's a name conflict.

ClawHub: The Official Skills Marketplace

ClawHub is the public registry where the community publishes and shares OpenClaw skills. It's free to use. All skills are public, open, and visible to everyone.

As of early 2026, the VoltAgent/awesome-openclaw-skills repository on GitHub catalogs over 5,400 curated skills from the ClawHub registry, organized across dozens of categories. The registry itself hosts thousands more.

What ClawHub gives you:

The GitHub repo at openclaw/clawhub hosts the source code and issue tracker for the registry itself.

How to Find and Install Skills

First, install the ClawHub CLI:

npm i -g clawhub

Then search for what you need:

clawhub search "calendar"
clawhub search "email management"
clawhub search "notion"

Found something good? Install it:

clawhub install weather
clawhub install apple-reminders
clawhub install notion

By default, skills install into ./skills under your current working directory. OpenClaw picks them up on the next session start.

To update all your installed skills at once:

clawhub update --all

Note: After installing or updating skills, start a new OpenClaw session so the agent loads them. Existing sessions won't pick up changes automatically.

Skill Categories Worth Knowing

The awesome-openclaw-skills repo on GitHub organizes skills into clear categories. Here are the ones that matter most for founders and builders:

CategoryWhat It CoversExamples
ProductivityTask management, notes, calendarsApple Reminders, Things 3, Apple Notes
CommunicationEmail, messaging, notificationsGmail (gog), Himalaya, Telegram
Browser & AutomationWeb scraping, browser controlUser briefing, web search skills
Content CreationWriting, media, publishingImage generation, video frames, TTS
Developer ToolsGit, GitHub, CI/CD, codingGitHub CLI, coding agents
Data & AnalyticsSpreadsheets, databases, trackingFinancial tracker, market research
KnowledgeSearch, notes, PDFsSummarize, markdown converter, PDF tools

The community adds new skills every day. If you need something niche, chances are someone already built it.

Security: How to Stay Safe

This is the part most guides skip. Don't skip it.

In February 2026, security researchers at Koi Security audited 2,857 skills on ClawHub and found 341 malicious ones across multiple campaigns. That's real. Skills run on your machine with your permissions. A bad skill can access your files, your API keys, your messages.

Here's how to protect yourself:

Warning: Treat third-party skills like third-party code. Because that's exactly what they are. Review before you trust.

ClawHub requires GitHub accounts to be at least one week old before publishing. Skills with more than 3 unique reports get auto-hidden. OpenClaw has also partnered with VirusTotal for scanning. But the best defense is still reading the code yourself.

Build and Publish Your Own Skills

Building a skill is straightforward. Create a folder with a SKILL.md file:

---
name: my-custom-skill
description: Does something useful for my workflow
---

# My Custom Skill

Instructions for the agent go here.
Tell it what tools to use, what format to follow,
and any rules it should respect.

That's it. Drop the folder in your workspace's skills directory and start a new session.

Want to share it with the community? Publish to ClawHub:

clawhub sync --all

This scans your skills directory and publishes any new or updated skills to the registry. Others can then find and install them.

I build custom skills for everything in my business. Content workflows. Guest research. Newsletter automation. Sponsor outreach. Each one is a text file that tells the agent exactly what to do. You can learn how to build these kinds of systems inside OpenClaw Lab, where I share the actual skill files and SOPs behind my 13-agent setup.

My Setup: The Skills I Actually Use

I run 13 agents on a Mac Mini. Each one has its own workspace with specialized skills. Here's what powers the system:

Plus a dozen custom skills I built myself for content repurposing, sponsor prospecting, and SEO workflows.

The point: you don't need hundreds of skills. You need the right 10 to 15 for your specific business. Start with the bundled ones, add from ClawHub as you hit real needs, and build custom skills for workflows nobody else has.

Get OpenClaw running on your machine in under 10 minutes at installopenclawnow.com.

OpenClaw Lab is the #1 community for founders building AI agent systems. I share the exact playbooks, skill files, and workflows inside. Weekly lives, expert AMAs, and 265+ members building real systems.

Join OpenClaw Lab →