Categories Β· Industry Collections Β· Top Starred Β· Top Downloaded Β· Catalog Β· Submit a Skill
2,519 published skills Β· 17 categories Β· Real ecosystem signals Β· Updated daily
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.
# OpenClaw native install
clawhub install <slug>
# Manual install for other agents
git clone https://github.com/agentskillexchange/skills.git
cp -R skills/skills/<slug> ~/.agent-skills/<slug>The skills npm package is maintained by Vercel Labs / third parties, not AgentSkillExchange. If you choose to use it, pin the package version:
npm exec --package=skills@1.5.7 -- skills add agentskillexchange/skills --skill <slug>Run Kubernetes cluster operations through MCP β Use mcp-server-kubernetes so an MCP-capable agent can inspect, troubleshoot, and manage Kubernetes resources through a configured kubeconfig.
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. |
| πΌ | Finance & Filings | Filings research, invoice intake, billing operations, reconciliation, and finance-adjacent reporting. |
| π | Ecommerce & Retail Operations | Catalog management, storefront automation, orders, inventory sync, marketplace support, and review-driven merchandising. |
| βοΈ | Legal Ops & Compliance | Contract workflows, forms, document review, archive search, and evidence-oriented legal and compliance support. |
| π©Ί | Healthcare Documentation & Intake | Documentation intake, OCR, transcription, structured extraction, and biomedical literature support for paperwork-heavy workflows. |
| π | Product Analytics & Growth Ops | Product analytics, feature flags, rollout checks, session replay, privacy-friendly web analytics, and experiment/evaluation workflows. |
| π | DevRel & API Documentation | API docs, OpenAPI references, SDK generation, docs-site publishing, prose linting, and developer enablement workflows. |
| π§ | Customer Support & Success | Helpdesk queues, ticket triage, conversation lookup, knowledge-base workflows, customer context, CRM sync, and reply-drafting support. |
| π | Real Estate Workflows | Property research support, transaction paperwork, signature routing, document intake, CRM context, and listing follow-up workflows for real-estate operations. |
See the full overlay index in industries/README.md.
Mirrors the live ASE homepage featured shelf: recent-popular, diversified across tools and categories, rather than a frozen all-time-stars list. See TOP-STARS.md and TOP-DOWNLOADS.md for raw rankings.
| Skill | Tool | β Stars | Category |
|---|---|---|---|
| Run terminal-native coding agent workflows with GitHub Copilot CLI | run-terminal-native-coding-agent-workflows-with-github-copilot-cli | 10.6k | Developer Tools |
| Parse local PDFs into agent-ready text, JSON, and screenshots with LiteParse | parse-local-pdfs-into-agent-ready-text-json-and-screenshots-with-liteparse | 5.1k | Data Extraction & Transformation |
| Give coding agents persistent project memory with AgentMemory | give-coding-agents-persistent-project-memory-with-agentmemory | 17.2k | Developer Tools |
| Run durable agent tasks and event-driven workflows with Hatchet | run-durable-agent-tasks-and-event-driven-workflows-with-hatchet | 7.2k | Templates & Workflows |
| Connect Azure DevOps projects, work items, repos, and pipelines to MCP agents | connect-azure-devops-projects-work-items-repos-and-pipelines-to-mcp-agents | 1.7k | Integrations & Connectors |
| Trace and evaluate agent runs with Phoenix | trace-and-evaluate-agent-runs-with-phoenix | 9.8k | Monitoring & Alerts |
| Operate Kubernetes and OpenShift clusters through MCP | operate-kubernetes-and-openshift-clusters-through-mcp | 1.6k | Runbooks & Diagnostics |
| Format and lint TOML configuration with Tombi | format-and-lint-toml-configuration-with-tombi | 937 | Code Quality & Review |
| Inspect live web apps and apply code changes with Stagewise | inspect-live-web-apps-and-apply-code-changes-with-stagewise | 6.7k | Templates & Workflows |
| Trace, evaluate, simulate, and guardrail agent releases with Future AGI | trace-evaluate-simulate-and-guardrail-agent-releases-with-future-agi | 1k | Monitoring & Alerts |
| Control a real browser from MCP clients with Browser MCP | control-a-real-browser-from-mcp-clients-with-browser-mcp | 6.6k | Browser Automation |
| Run Kubernetes cluster operations through MCP | run-kubernetes-cluster-operations-through-mcp | 1.4k | Runbooks & Diagnostics |
| Category | Skills | What's inside | |
|---|---|---|---|
| π οΈ | Developer Tools | 330 | CLI tools, scaffolders, dev environment setup |
| π | Security & Verification | 227 | Vulnerability scanning, auth setup, compliance |
| π§ | CI/CD Integrations | 192 | Pipeline configs, deployment automation, build tooling |
| β | Code Quality & Review | 184 | Linting, code review, test generators, coverage |
| π | Data Extraction & Transformation | 172 | ETL pipelines, parsing, format conversion |
| π | Runbooks & Diagnostics | 171 | Incident response, troubleshooting, system diagnostics |
| π | Templates & Workflows | 169 | Scaffolders, boilerplate generators, workflow templates |
| π | Monitoring & Alerts | 133 | Metrics, alerting rules, observability |
| π | Calendar, Email & Productivity | 123 | Email automation, calendar management, task coordination |
| π | Library & API Reference | 122 | SDK docs, API parsers, symbol resolvers |
| π | Integrations & Connectors | 121 | Third-party API bridges, webhooks, service connectors |
| π | Browser Automation | 108 | Web scraping, UI testing, headless browser control |
| π | Research & Scraping | 107 | 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 | 78 | 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:
{
"name": "Playwright MCP Browser Automation",
"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"
}
}The skills npm package is maintained by Vercel Labs / third parties, not AgentSkillExchange. If you choose to use it, pin the package version:
# List all skills
npm exec --package=skills@1.5.7 -- skills add agentskillexchange/skills --list
# Search
npm exec --package=skills@1.5.7 -- skills add agentskillexchange/skills --search kubernetes
# Install
npm exec --package=skills@1.5.7 -- 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,519 | In the catalog β every skill is backed by a real tool, repo, or package |
| π‘οΈ Security Reviewed | 2,167 | Scanned for malicious patterns, prompt injection, and unsafe instructions |
More: verification/
Two ways to add a skill:
- Fork this repo
- Copy
template/SKILL.mdtoskills/your-skill-slug/SKILL.md - Fill in the frontmatter and content (see spec/SKILL_SPEC.md)
- 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
Use agentskillexchange.com/create-skill to generate a repo-ready SKILL.md, then open a pull request with the generated file.
Each skill is a directory with a SKILL.md:
skills/
playwright-mcp-browser-automation/
SKILL.md
See the full spec and template.