Newcontext-mode—Save 98% of your AI coding agent's context windowLearn more
MCP Directory
ServersClientsBlog

context-mode

Save 98% of your AI coding agent's context window. Works with Claude Code, Cursor, Copilot, Codex, and more.

Try context-mode
MCP Directory

Model Context Protocol Directory

MKSF LTD
Suite 8805 5 Brayford Square
London, E1 0SG

MCP Directory

  • About
  • Blog
  • Documentation
  • Contact

Menu

  • Servers
  • Clients

© 2026 model-context-protocol.com

The Model Context Protocol (MCP) is an open standard for AI model communication.
Powered by Mert KoseogluSoftware Forge
  1. Home
  2. Servers
  3. skills

skills

GitHub
Website

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

4
0
<div align="center">

Agent Skill Exchange

The open catalog of AI agent skills

Published
Categories
Security%20Reviewed
License

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

1,948 published skills · 17 categories · Real ecosystem signals · Updated hourly

</div>

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>

Featured Skills

A hand-picked selection across categories. See TOP-STARS.md and TOP-DOWNLOADS.md for full rankings.

SkillTool⭐ StarsCategory
yt-dlp Feature-Rich Audio and Video Downloader CLIyt-dlp154.3kMedia & Transcription
Kubernetes Events API CrashLoop Investigatorkubernetes121.4kRunbooks & Diagnostics
Excalidraw Virtual Whiteboard and Diagram SDKexcalidraw119.9kImage & Creative Automation
llama.cpp Portable LLM Inference Engine in C/C++llama.cpp100.9kDeveloper Tools
Podcast RSS Feed Transcriberwhisper97.4kMedia & Transcription
Puppeteer Browser Automation Library for Chrome and Firefoxpuppeteer94kBrowser Automation
MarkItDown Document-to-Markdown Converter by Microsoftmarkitdown93.2kData Extraction & Transformation
Storybook Component Testerstorybook89.7kCode Quality & Review
Hugo Fast Static Site Generator and CMS Frameworkhugo87.4kWordPress & CMS
Playwright Cross-Browser Testing and Automation Frameworkplaywright85.5kBrowser Automation
PostgreSQL MCP Serverservers83.3kData Extraction & Transformation
uv Ultra-Fast Python Package and Project Manageruv82.4kDeveloper Tools

Categories

CategorySkillsWhat's inside
🛠️Developer Tools254CLI tools, scaffolders, dev environment setup
🔧CI/CD Integrations155Pipeline configs, deployment automation, build tooling
🔄Data Extraction & Transformation140ETL pipelines, parsing, format conversion
🔒Security & Verification130Vulnerability scanning, auth setup, compliance
📋Runbooks & Diagnostics124Incident response, troubleshooting, system diagnostics
📊Monitoring & Alerts115Metrics, alerting rules, observability
✅Code Quality & Review114Linting, code review, test generators, coverage
📅Calendar, Email & Productivity109Email automation, calendar management, task coordination
📚Library & API Reference109SDK docs, API parsers, symbol resolvers
📰WordPress & CMS96Theme/plugin dev, WP-CLI automation, CMS management
🌐Browser Automation92Web scraping, UI testing, headless browser control
🔗Integrations & Connectors91Third-party API bridges, webhooks, service connectors
📄Templates & Workflows91Scaffolders, boilerplate generators, workflow templates
🔍Research & Scraping90Web research, content discovery, data collection
🎙️Media & Transcription86Audio/video processing, speech-to-text
🎨Image & Creative Automation82Image generation, asset processing, design automation
✍️Content Writing & SEO71SEO content, blog automation, editorial workflows

Browse

ViewWhat you'll find
⭐Top StarredSkills backed by the most popular GitHub repos
🔥Top DownloadedSkills backed by the most-used npm packages
📖Full CatalogEvery skill, sorted by category and stars
🔌JSON IndexMachine-readable catalog for programmatic access

Programmatic Access

JSON Index

skills.json contains every skill with metadata and signals:

{
  "slug": "playwright-mcp-browser-automation",
  "name": "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.

TierCountMeaning
📋 Published1,948In the catalog — every skill is backed by a real tool, repo, or package
🛡️ Security Reviewed1,929Scanned 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.


<div align="center">

agentskillexchange.com

</div>

Repository

AG
agentskillexchange

agentskillexchange/skills

Created

March 20, 2026

Updated

April 13, 2026

Language

Shell

Category

AI