
Awesome OpenClaw Skills
OpenClaw is a locally-running AI assistant that operates directly on your machine. Skills extend its capabilities, allowing it to interact with external services, automate workflows, and perform specialized tasks. This collection helps you discover and install the right skills for your needs. It can also serve as a source of inspiration for OpenClaw use cases.
Skills in this list are sourced from ClawHub (OpenClaw's public skills registry) and categorized for easier discovery.
Installation
OpenClaw CLI
openclaw skills install <skill-slug>
ClawHub CLI
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
npx clawhub install <skill-slug>
Manual Installation
Copy the skill folder to one of these locations:
| Location | Path |
|---|
| Global | ~/.openclaw/skills/ |
| Workspace | <project>/skills/ |
Priority: Workspace > Local > Bundled
Alternative
You can also paste the skill's GitHub repository link directly into your assistant's chat and ask it to use it. The assistant will handle the setup automatically in the background.
Why This List Exists?
OpenClaw's public registry (ClawHub) hosts thousands of community-built skills. This awesome list curates the best of them. Here's what we filtered out:
| Filter | Excluded |
|---|
| Possibly spam β bulk accounts, bot accounts, test/junk | 4,065 |
| Duplicate / Similar name | 1,040 |
| Low-quality or non-English descriptions | 851 |
| Crypto / Blockchain / Finance / Trade | 886 |
| Malicious β identified by security audits published by researchers (excluding VirusTotal) | 373 |
| Total not taken from OpenClaw's official skill registry | 7,215 |
Want to add a skill?
This list only includes skills that are already published on ClawHub, OpenClaw's public skills registry. We do not accept links to personal repos, gists, or any other external source. If your skill isn't on ClawHub yet, publish it there first.
Include the ClawHub link for your skill (e.g. https://clawhub.ai/steipete/slack) in your PR description β the clawskills.sh listings are managed by us separately. See CONTRIBUTING.md for details.
OpenClaw Ecosystem Tools
π Connecting to External Services
OpenClaw agents can interact with external services like GitHub, Slack, Gmail, and more. You can build integrations yourself with Skills or Plugins, or use a managed service to handle auth, token refresh, and permissions across all your connections.
βοΈ Hosting & Deployment
You can deploy OpenClaw on any VPS or cloud platform to run your skills securely on your own infrastructure, or use a managed host that handles servers, updates, and isolation for you.
Tip: If you're self-hosting, pin your OpenClaw Docker image to a specific tag and snapshot your skills volume before upgrades β makes rollbacks painless when a skill update misbehaves.
π Search & Web Data
OpenClaw agents often need fresh, real-world data β search results, product listings, videos, and more. You can scrape and parse it yourself, or use a search API that returns clean, structured data in real time without managing proxies, CAPTCHAs, or HTML parsing.
π‘οΈ Security & Config Auditing
As you add more skills, custom code, and connected services, your OpenClaw setup accumulates secrets, file access, and tool permissions that are easy to lose track of. You can review these by hand, or run a continuous audit that surfaces misconfigurations and over-broad permissions before they become a problem.
π€ Model Providers
OpenClaw works with 25+ LLM providers out of the box Anthropic, OpenAI and many more. Switch between them with a single config change.
OpenClaw supports gpt-5.4 and gpt-5.4-pro via direct API key or ChatGPT/Codex OAuth. WebSocket transport is enabled by default for lower latency.
openclaw onboard --auth-choice openai-api-key
# or use subscription-based access:
openclaw onboard --auth-choice openai-codex
The #1 most visited community resource after the official OpenClaw resource
Security Notice
Skills in this list are curated, not audited. They may be updated, modified, or replaced by their original maintainers at any time after being added here.
Before installing or using any Agent Skill, review potential security risks and validate the source yourself. OpenClaw has a VirusTotal partnership that provides security scanning for skills, visit a skill's page on ClawHub and check the VirusTotal report to see if it's flagged as risky.
Recommended tools:
Agent skills can include prompt injections, tool poisoning, hidden malware payloads, or unsafe data handling patterns. Always review the source code before installing and use skills at your own discretion.
For a broader overview of the ClawHub ecosystem, see Trent AI's ClawHub by the Numbers.
If you believe a skill in this list should be flagged or has a security concern, please open an issue so we can review it.
Table of Contents
- agent-commons - Consult, commit, extend, and challenge reasoning chains.
- agent-team-orchestration - Orchestrate multi-agent teams with defined roles, task lifecycles, handoff protocols, and review workflows.
- agentdo - Post tasks for other AI agents to do, or pick up work from the AgentDo task queue (agentdo.dev)
- agentgate - API gateway for personal data with human-in-the-loop write approval.
- airadar - Distill the signal around AI-native tools/apps and their GitHub home bases: fast-growing, hyped, well-funded.
- alex-session-wrap-up - End-of-session automation that commits unpushed work, extracts learnings, detects patterns, and persists rules.
- amazon-product-api-skill - This skill helps users extract structured product listings from Amazon, including titles, ASINs, prices, ratings.
- app-store-screenshot-generation - Generate App Store and Google Play screenshot assets using each::sense AI.
- arc-agent-lifecycle - Manage the lifecycle of autonomous agents and their skills.
- arc-security-audit - Comprehensive security audit for an agent's full skill stack.
- arc-skill-gitops - Automated deployment, rollback, and version management for agent workflows and skills.
- arc-trust-verifier - Verify skill provenance and build trust scores for ClawHub skills.
- [arxiv-sear