OpenClaw crossed 200,000 GitHub stars in early 2026 — faster than Docker, Kubernetes, or React ever did. But the star count isn't what makes it useful.
The skills are.
As of March 2026, ClawHub hosts over 10,000 community-built skills. That's an enormous library to navigate, and not every skill is worth your time. Many are low-effort duplicates. Some are abandoned. A meaningful number have been outright malicious.
This guide does the filtering for you. We cross-referenced download rankings from DataCamp and the VoltAgent curated list — both of which pull directly from ClawHub data — to identify the most consistently popular OpenClaw skills right now, explain what each one actually does, and tell you what you need to know before installing anything.
TL;DR — Quick Reference
Skill | Best For |
Capability Evolver | Long-running agents that improve over time |
Wacli | WhatsApp-based business communication |
ByteRover | Multi-purpose task automation |
Self-Improving Agent | Response accuracy improving over time |
GOG | Google Workspace (Gmail, Calendar, Drive) |
Agent Browser | Live web data and browser automation |
GitHub | Developer workflows and code management |
What Are OpenClaw Skills?
If OpenClaw is a smartphone, skills are the apps.
Each skill is a plain-text SKILL.md file that tells your AI agent how to handle a specific category of task. You can read exactly what a skill does before you install it — no compiled binaries, no hidden behavior. Once installed, your agent picks up the skill automatically when it detects a relevant task. No extra configuration needed.
The result: OpenClaw goes from a capable conversational AI to a system that takes real actions — sending emails, managing code, searching the live web, summarizing documents, and more. Skills are what turn the potential into productivity.
As of March 2026, 53 first-party skills ship bundled with OpenClaw and carry zero registry risk. Everything beyond that comes from ClawHub — which is where both the power and the danger live.
The Most Popular OpenClaw Skills Right Now
The following skills consistently appear at the top of ClawHub's download rankings, according to DataCamp's analysis of ClawHub marketplace data (March 2026) and the VoltAgent curated list, which pulls directly from the official ClawHub API.
1. Capability Evolver
Capability Evolver is the most downloaded skill on ClawHub by a wide margin, according to both DataCamp and VoltAgent's rankings.
Its concept is simple but powerful: your agent gets better at its job automatically. Capability Evolver watches how your agent handles tasks over time, identifies inefficiencies, and quietly adjusts its approach — without you lifting a finger. Think of it as a personal trainer running in the background.
The compounding effect is real. Tasks your agent struggled with in week one become routine by week four. If you run OpenClaw continuously on repeating workflows, this is the first skill worth installing.
Run: clawhub install capability-evolver
Best for: Anyone running OpenClaw on persistent, long-term workflows.
2. Wacli (WhatsApp CLI)
Wacli is a CLI-based WhatsApp integration and one of the top-downloaded skills on ClawHub. It lets your OpenClaw agent send messages to third parties on WhatsApp and sync or search your conversation history.
If your customers, clients, or team communicate primarily through WhatsApp, this skill becomes essential quickly. You can ask your agent to draft and send a message, pull conversation history for context, or search across threads — all through plain conversation with your agent.
Run: clawhub install wacli
Best for: Anyone whose business communication runs through WhatsApp.
3. ByteRover
ByteRover is a multi-purpose task handler that consistently ranks among the top-downloaded skills on ClawHub. It combines utility and development capabilities into a single skill — useful for a wide range of automation and processing tasks that don't fit neatly into a more specialized tool.
If you find yourself repeatedly doing similar but varied tasks that don't have a dedicated skill, ByteRover is often the answer. It functions as a Swiss-army knife for the gaps in your agent's toolkit.
Run: clawhub install byterover
Best for: General-purpose automation and developers who need flexible task handling.
4. Self-Improving Agent
Self-Improving Agent has the highest community star rating of any skill on ClawHub, according to multiple independent rankings. It learns from each interaction and refines its response patterns over time — focused specifically on improving output quality rather than expanding capability scope.
The distinction from Capability Evolver matters in practice. Capability Evolver expands what your agent can do. Self-Improving Agent makes it better at what it already does. Many experienced users run both.
Run: clawhub install self-improving-agent
Best for: Users who care about accuracy and consistency improving over weeks of use.
5. GOG (Google Workspace)
GOG is consistently one of the most-downloaded skills in the productivity category. It gives your agent full access to Gmail, Google Calendar, Drive, Docs, Sheets, and Contacts through a single integration.
Instead of six separate setups, one install handles your entire Google universe. Ask your agent to summarize this week's unread emails, find a document in Drive, or schedule a meeting for tomorrow afternoon. It handles the full operation end to end.
Run: clawhub install gog
Run: clawhub auth gog --provider=google --scopes=full
Best for: Teams and individuals whose work lives in Google Workspace.
6. Agent Browser
Without this skill, your agent is blind to the live web. Agent Browser gives OpenClaw a full headless browser — it can navigate websites, click buttons, fill out forms, take screenshots, and extract data, all automatically.
Practical uses include monitoring competitor pricing pages, scraping structured data from any website, completing multi-step web forms on your behalf, and running automated checks against live pages. If your workflow needs anything from the open web, this is the skill that enables it.
Run: clawhub install agent-browser
Best for: Research, competitive monitoring, and any task requiring live web data.
7. GitHub
The GitHub skill connects OpenClaw to your repositories. Your agent can manage issues, review pull requests, check CI/CD pipeline status, and query the GitHub API — all through conversation.
For developers, the time savings show up in the overhead work around actual coding: writing PR descriptions, triaging issues, monitoring failed builds, and checking what changed in a branch. The GitHub skill removes all of that context-switching.
Run: clawhub install github
Best for: Developers and engineering teams who want to reduce workflow friction.
Before You Install Anything: The Security Problem Nobody Talks About
The popularity of OpenClaw attracted bad actors quickly.
In early 2026, security researchers at Koi Security uncovered a coordinated attack campaign called ClawHavoc. According to DataCamp's investigation, attackers used typosquatted skill names — subtle misspellings of legitimate tools — to trick users into installing backdoors that stole SSH keys, API tokens, and browser session cookies. ClawHub responded by removing over 2,400 suspicious skills and partnering with VirusTotal for automated scanning. Every skill published to ClawHub now gets a SHA-256 hash checked against VirusTotal's database.
The registry has improved significantly. But improved is not the same as airtight.
Before installing any skill, do three things:
• Check the skill's VirusTotal report on its ClawHub page.
• Read the SKILL.md source file yourself before running it — it's plain text, and any suspicious permission requests will be visible.
• Apply the "100/3 rule": only install skills with 100+ downloads and at least 3 months of activity on ClawHub.
The seven skills listed above meet all three criteria and are among the safest starting points in the ecosystem.
AI agents are changing how businesses operate. Solvea's AI Receptionist is one you can deploy today — it handles customer conversations across phone, chat, and email without any coding. |
Frequently Asked Questions
What are OpenClaw skills and how do they work?
OpenClaw skills are plain-text instruction files (SKILL.md) that tell your AI agent how to handle specific tasks. Install one from ClawHub and your agent automatically gains that capability — whether it's managing Gmail, browsing the web, or summarizing documents. You can read the full source code before installing anything.
How do I install OpenClaw skills?
Most skills install with a single command: clawhub install [skill-name]. Browse the full catalog at clawhub.ai. Some skills need additional setup after installation, like authenticating with Google for GOG. Each skill's ClawHub page includes step-by-step instructions.
Are OpenClaw skills safe to use?
Not all of them. In early 2026, the ClawHavoc attack planted hundreds of malicious skills using typosquatted names. ClawHub responded by removing 2,400+ suspicious skills and adding VirusTotal scanning. Before installing, check the VirusTotal report, read the SKILL.md source file, and apply the 100/3 rule: only install skills with 100+ downloads and 3+ months of activity.
The Bottom Line
OpenClaw's skills ecosystem is what separates it from every other AI assistant. The agent is powerful on its own. The right skills make it genuinely transformative.
Start at the top of the download rankings — Capability Evolver, Self-Improving Agent, GOG — and build from there based on your actual workflows. Keep your stack intentional. Each skill you add is a new set of instructions your agent follows, and a new surface area to manage carefully.
The best OpenClaw setups aren't the biggest. They're the most focused. As the ClawHub registry matures and VirusTotal scanning improves, the gap between community skills and enterprise-grade integrations will narrow — making the vetting habits you build today even more valuable.













![Top 10 AI Voice Assistants in 2026 [Tested & Reviewed]](https://cdn.shulex-voc.com/shulex/upload/2026-02-13/636d1241-b2b9-48dd-98e1-ea779de15697.jpg)