your-skill-name

The open catalog of AI agent skills — 2,000+ security-scanned skills for Claude Code, Cursor, Codex, and more.

설치
CLI
npx skills add https://github.com/agentskillexchange/skills --skill your-skill-name

CLI를 사용하여 이 스킬을 설치하고 작업 공간에서 SKILL.md 워크플로 사용을 시작하세요.

최근 업데이트: 5/13/2026

Agent Skill Exchange

The open catalog of AI agent skills

Published
Categories
Security%20Reviewed
License

Categories · Industry Collections · Top Starred · Top Downloaded · Catalog · Submit a Skill

2,438 published skills · 17 categories · Real ecosystem signals · Updated hourly


What is this?

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.


Quick Start

# 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>

Skill of the Day

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.


Industry Collections

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.

Skill Tool ⭐ Stars Category
Audit OpenClaw host security posture and hardening gaps openclaw 356.8k Security & Verification
Hugging Face Model Deployer huggingface 159.4k CI/CD Integrations
yt-dlp Feature-Rich Audio and Video Downloader CLI yt-dlp 154.3k Media & Transcription
Kubernetes CrashLoop Diagnoser kubernetes 121.7k Runbooks & Diagnostics
Excalidraw Virtual Whiteboard and Diagram SDK excalidraw 119.9k Image & Creative Automation
Co-author structured docs with staged context gathering and reader testing skills 116.9k Templates & Workflows
Stable Diffusion ComfyUI Workflow Runner stable.diffusion 112k Image & Creative Automation
Firecrawl Web Data API for AI Agents firecrawl 108.8k Research & Scraping
llama.cpp Portable LLM Inference Engine in C/C++ llama.cpp 100.9k Developer Tools
Supabase MCP Server supabase 100.8k Developer Tools
OpenAI Whisper Batch Transcription Pipeline whisper 97.8k Media & Transcription
Puppeteer Browser Automation Library for Chrome and Firefox puppeteer 94k Browser Automation

Categories

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

Browse

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

Programmatic Access

JSON Index

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"
  }
}

npx CLI

# 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>

Trust & Safety

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/


Submit a Skill

Two ways to add a skill:

Option 1: Pull Request

  1. Fork this repo
  2. Copy template/SKILL.md to skills/your-skill-slug/SKILL.md
  3. Fill in the frontmatter and content (see spec/SKILL_SPEC.md)
  4. Open a PR

Requirements:

  • Skill must wrap a real, existing tool (GitHub repo, npm package, documented API)
  • Content must be 100+ words with real technical detail
  • Must fit an existing category and framework

Option 2: Web Submission

Submit through agentskillexchange.com/create-skill — auto-synced to this repo hourly.


Skill Format

Each skill is a directory with a SKILL.md:

skills/
  playwright-mcp-browser-automation/
    SKILL.md

See the full spec and template.