The open catalog of AI agent skills — 2,000+ security-scanned skills for Claude Code, Cursor, Codex, and more.
npx skills add https://github.com/agentskillexchange/skills --skill your-skill-nameInstallez cette compétence avec la CLI et commencez à utiliser le flux de travail SKILL.md dans votre espace de travail.
Categories · Industry Collections · Top Starred · Top Downloaded · Catalog · Submit a Skill
2,438 published skills · 17 categories · Real ecosystem signals · Updated hourly
An open, machine-readable catalog of reusable skills for AI coding agents. Each skill wraps a real tool, API, or workflow into a format that agents like Claude Code, Cursor, Codex, and OpenClaw can install and use.
Every skill is backed by a real upstream project — a GitHub repo, npm package, or documented API. No synthetic entries.
# Install any skill
npx skills add agentskillexchange/skills --skill <slug>
# For a specific agent
npx skills add agentskillexchange/skills --skill <slug> -a claude-code
npx skills add agentskillexchange/skills --skill <slug> -a cursor
npx skills add agentskillexchange/skills --skill <slug> -a codex
# OpenClaw
clawhub install <slug>
Search, send, and organize Apple Mail from MCP-compatible agents with Apple Mail MCP — Lets an MCP-compatible agent read, search, send, thread, template, and organize Apple Mail on macOS so email work can stay inside a bounded agent workflow.
Rotates daily by UTC date from the Security Reviewed pool.
Curated skill sets organized by industry vertical:
| Collection | Description | |
|---|---|---|
| 🎙️ | Media & Publishing Systems | Transcription, subtitles, podcast workflows, chaptering, localization, loudness cleanup, and final-mile publishing prep. (Wave 1) |
| 💼 | Finance & Filings | Filings research, invoice intake, billing operations, reconciliation, and finance-adjacent reporting. (Wave 1) |
| 🛒 | Ecommerce & Retail Operations | Catalog management, storefront automation, orders, inventory sync, marketplace support, and review-driven merchandising. (Wave 1) |
| ⚖️ | Legal Ops & Compliance | Contract workflows, forms, document review, archive search, and evidence-oriented legal and compliance support. (Wave 1) |
| 🩺 | Healthcare Documentation & Intake | Documentation intake, OCR, transcription, structured extraction, and biomedical literature support for paperwork-heavy workflows. (Wave 2) |
| 📈 | Product Analytics & Growth Ops | Product analytics, feature flags, rollout checks, session replay, privacy-friendly web analytics, and experiment/evaluation workflows. (Wave 3) |
| 📚 | DevRel & API Documentation | API docs, OpenAPI references, SDK generation, docs-site publishing, prose linting, and developer enablement workflows. (Wave 3) |
| 🎧 | Customer Support & Success | Helpdesk queues, ticket triage, conversation lookup, knowledge-base workflows, customer context, CRM sync, and reply-drafting support. (Wave 4) |
| 🏠 | Real Estate Workflows | Property research support, transaction paperwork, signature routing, document intake, CRM context, and listing follow-up workflows for real-estate operations. (Wave 4) |
See the full overlay index in industries/README.md.
A hand-picked selection across categories. See TOP-STARS.md and TOP-DOWNLOADS.md for full rankings.
| Category | Skills | What's inside | |
|---|---|---|---|
| 🛠️ | Developer Tools | 308 | CLI tools, scaffolders, dev environment setup |
| 🔒 | Security & Verification | 225 | Vulnerability scanning, auth setup, compliance |
| 🔧 | CI/CD Integrations | 192 | Pipeline configs, deployment automation, build tooling |
| ✅ | Code Quality & Review | 182 | Linting, code review, test generators, coverage |
| 📋 | Runbooks & Diagnostics | 169 | Incident response, troubleshooting, system diagnostics |
| 🔄 | Data Extraction & Transformation | 168 | ETL pipelines, parsing, format conversion |
| 📄 | Templates & Workflows | 146 | Scaffolders, boilerplate generators, workflow templates |
| 📊 | Monitoring & Alerts | 128 | Metrics, alerting rules, observability |
| 📅 | Calendar, Email & Productivity | 122 | Email automation, calendar management, task coordination |
| 📚 | Library & API Reference | 120 | SDK docs, API parsers, symbol resolvers |
| 🔗 | Integrations & Connectors | 111 | Third-party API bridges, webhooks, service connectors |
| 🌐 | Browser Automation | 104 | Web scraping, UI testing, headless browser control |
| 🔍 | Research & Scraping | 104 | Web research, content discovery, data collection |
| 🎙️ | Media & Transcription | 98 | Audio/video processing, speech-to-text |
| 📰 | WordPress & CMS | 96 | Theme/plugin dev, WP-CLI automation, CMS management |
| 🎨 | Image & Creative Automation | 89 | Image generation, asset processing, design automation |
| ✍️ | Content Writing & SEO | 77 | SEO content, blog automation, editorial workflows |
| View | What you'll find | |
|---|---|---|
| ⭐ | Top Starred | Skills backed by the most popular GitHub repos |
| 🔥 | Top Downloaded | Skills backed by the most-used npm packages |
| 📖 | Full Catalog | Every skill, sorted by category and stars |
| 🔌 | JSON Index | Machine-readable catalog for programmatic access |
skills.json contains every skill with metadata and signals:
{
"slug": "playwright-mcp-browser-automation",
"title": "Playwright MCP Browser Automation",
"description": "Official Playwright-powered browser control for agent workflows.",
"category": ["Browser Automation"],
"framework": ["Claude Code", "Cursor", "MCP", "OpenClaw"],
"verification": "security_reviewed",
"signals": {
"tool": "playwright",
"github_stars": 84874,
"npm_weekly_downloads": 39806814,
"license": "Apache-2.0"
}
}
# List all skills
npx skills add agentskillexchange/skills --list
# Search
npx skills add agentskillexchange/skills --search kubernetes
# Install
npx skills add agentskillexchange/skills --skill <slug> -a <agent>
Every skill is backed by a real tool, repo, or package. New skills require real provenance before publishing.
| Tier | Count | Meaning |
|---|---|---|
| 📋 Published | 2,438 | In the catalog — every skill is backed by a real tool, repo, or package |
| 🛡️ Security Reviewed | 2,430 | Scanned for malicious patterns, prompt injection, and unsafe instructions |
More: verification/
Two ways to add a skill:
template/SKILL.md to skills/your-skill-slug/SKILL.mdRequirements:
Submit through agentskillexchange.com/create-skill — auto-synced to this repo hourly.
Each skill is a directory with a SKILL.md:
skills/
playwright-mcp-browser-automation/
SKILL.md
See the full spec and template.