Home / Open Source / awesome-openclaw-skills

awesome-openclaw-skills

A curated collection of 5,200+ community-built OpenClaw skills, filtered and categorized from the official OpenClaw Skills Registry (ClawHub), covering coding, DevOps, automation, search, AI/LLMs, and more.

MITskill
⭐ GitHubhttps://github.com/VoltAgent/awesome-openclaw-skills
51,562
Stars
+6,221
Star growth
Jul 16, 2026
Last updated
1,349
Clicks

Awesome OpenClaw Skills

Repository: https://github.com/VoltAgent/awesome-openclaw-skills


🦞 What Is This Project?

Awesome OpenClaw Skills is a community-maintained, curated list of skills for OpenClaw — a locally-running AI assistant that operates directly on your machine. Skills extend OpenClaw's capabilities, allowing it to interact with external services, automate workflows, and perform specialized tasks.

This repository was created by VoltAgent and serves as a high-quality, filtered alternative to OpenClaw's official public registry (ClawHub), which currently hosts over 13,700+ skills. The awesome list distills this down to 5,200+ vetted skills by removing spam, duplicates, low-quality entries, and potentially malicious content.


📦 What Is a "Skill"?

An OpenClaw Skill is a modular extension (similar to a plugin or tool) that an AI agent can invoke to:

  • Connect to external services (GitHub, Slack, Gmail, Notion, etc.)
  • Automate browser or OS-level tasks
  • Run specialized workflows (research, code generation, image generation, etc.)
  • Interact with APIs, databases, IoT devices, and more

Skills are typically defined in a SKILL.md file and can be installed globally or per-workspace.


🔧 Installation

Via ClawHub CLI

clawhub install <skill-slug>

Manual Installation

Scope Path
Global ~/.openclaw/skills/
Workspace <project>/skills/

Priority: Workspace > Local > Bundled

Alternative

Paste the skill's GitHub repo link directly into your AI agent's chat — it will handle setup automatically.


🗂️ Categories & Scale

The list is organized into 20+ categories covering a wide range of use cases:

Category Skill Count
Coding Agents & IDEs 1,184
Web & Frontend Development 919
DevOps & Cloud 393
Search & Research 345
Browser & Automation 322
Productivity & Tasks 205
CLI Utilities 180
AI & LLMs 176
Image & Video Generation 170
Git & GitHub 167
Communication 146
Marketing & Sales 102
PDF & Documents 105
Media & Streaming 85
Health & Fitness 87
Notes & PKM 70
Calendar & Scheduling 65
Shopping & E-commerce 51
Security & Passwords 53
Apple Apps & Services 44
Speech & Transcription 45
Smart Home & IoT 41
Gaming 35
Transportation 110
Clawdbot Tools 37
...and more

🌐 OpenClaw Ecosystem

Model Support

OpenClaw works with 25+ LLM providers out of the box, including Anthropic, OpenAI, and many others. You can switch providers with a single config change.

Hosting & Deployment

OpenClaw can be deployed on any VPS or cloud platform. Docker, Podman, Nix, and Ansible are all supported installation methods.

External Service Integrations

OpenClaw agents can connect to services like GitHub, Slack, Gmail, and 1,000+ more apps via managed OAuth solutions (e.g., Composio).


🔒 Security Notice

Skills in this list are curated, not audited. They may be updated or modified by their original maintainers at any time. Key recommendations:

  • Always review a skill's source code before installing
  • Check VirusTotal reports available on each skill's ClawHub page
  • Recommended tools: Snyk Agent Scan, Agent Trust Hub

Agent skills can include prompt injections, tool poisoning, hidden malware, or unsafe data handling patterns. Use at your own discretion.


🤝 Contributing

This list only includes skills already published in the github.com/openclaw/skills repository. To contribute:

  1. Publish your skill to the official OpenClaw skills repo first
  2. Include both the ClawHub link and the GitHub link in your PR
  3. See CONTRIBUTING.md for full details