Skip to content

Latest commit

Β 

History

2,066 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Agent Skill Exchange

Curated and trusted AI agent skills

Published Industry%20Collections Categories Security%20Reviewed License

Catalog Β· Live Browse Β· Categories Β· Industry Collections Β· Top Starred Β· Top Downloaded Β· Submit a Skill

2,959 published skills Β· 15 Industry Collections Β· 17 categories Β· Real ecosystem signals Β· Updated daily

Star this repo to keep the agent skill catalog handy and follow new additions.


What is this?

An open, curated catalog of trusted reusable skills for AI agents, not a generic dump. Each skill wraps a real tool, API, or workflow into a format that agents and runtimes like OpenClaw, Claude Code, Codex, GitHub Copilot, Gemini, Cursor, MCP clients, LangChain, OpenAI Agents, Hermes, and custom agent workflows 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

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

Optional Third-Party Installer

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>

Skill of the Day

Coordinate software delivery roles with MetaGPT β€” Use MetaGPT to turn a product requirement into coordinated product, architecture, project, and engineering agent outputs that an operator can review and iterate.

Rotates daily across downloaded, starred, recent, verified, and industry-curated skills.


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.
πŸ’Ό 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 risk review, redline preparation, 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 Workflows 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.
πŸŽ“ Education & Research Workflows Literature review, citation context, research synthesis, paper drafting, replication checks, and evidence packets for academic and technical teams.
πŸ“£ GTM & RevOps Workflows Demand generation, SEO and content operations, lifecycle email, CRM enrichment, lead routing, social listening, trend monitoring, feedback capture, and sales/revenue operations workflows.
🧭 AI Agency Operations & FDE Workflows Client-facing AI delivery, forward deployed engineering workflows, browser automation, implementation systems, documentation, spreadsheets, proposals, and client handoff workflows.
πŸ› οΈ Infrastructure, SRE & Incident Operations Production reliability workflows for Kubernetes, incidents, observability, backups, deploy safety, infrastructure drift, alerts, and runbook-driven debugging.
πŸ›‘οΈ Security Operations & GRC Workflows Security operations and governance workflows for dependency risk, secrets, CI hardening, agent guardrails, approvals, policy evidence, threat hunting, red-team checks, and audit-ready releases.
πŸ—„οΈ Data Platform & Analytics Engineering Data engineering and analytics operations workflows for SQL, dbt, Airflow, warehouses, Postgres, CSV cleanup, schema quality, retrieval indexes, data catalogs, dashboards, and query tuning.

See the full overlay index in industries/README.md.


Recently Published Skills

Skill What it helps with Stars Category
Pronounce Developer Jargon Answers short pronunciation questions about developer tools, AI models, acronyms, and project names by using the say-it CLI... - Developer Tools
Run Chinese-first academic writing, Office, and scientific workflows with Academic Skills Install and invoke a Chinese-first academic skill bundle for paper writing, editable Word/PPT research documents, and scientific computing... 3.4k Templates & Workflows
Rebuild public websites from evidence snapshots with website-rebuild-skill Use website-rebuild-skill when an agent needs to classify a public site, capture a read-only evidence mirror, reconstruct behavior... 656 Developer Tools
Prepare Indian ITR filings with deterministic tax checks through itr-wala Use itr-wala when an agent needs a review-first workflow for reading Indian tax documents, running deterministic AY 2026-27... 839 Templates & Workflows
Benchmark CLI agents on autonomous LLM post-training with PostTrainBench Run Claude Code, Codex CLI, Gemini CLI, or OpenCode through bounded H100 post-training tasks and compare how well... 543 Developer Tools
Orchestrate local-first agent memory and workflows with OpenHuman Set up OpenHuman as a local-first personal agent harness that syncs context, builds durable memory, and coordinates multi-agent... 39.3k Developer Tools
SandBase MCP Access 2,000+ AI models and API tools through one MCP interface for inference, media generation, search, scraping, embeddings... 88 Integrations & Connectors
Proofed Completion Gate Uses the Proofed CLI and current-subject completion receipts to reject unsupported coding-agent completion claims, rerun repository-configured tests, and... - Security & Verification
Keep reviewable project memory for coding agents with OwnMem Initialize Git-native project memory that Claude Code, Codex, Cursor, Gemini CLI, and compatible coding agents can recall deterministically 200 Developer Tools
Compare coding-agent answers side by side with Claude Council Ask multiple model and CLI-backed coding agents the same question from Claude Code, then compare individual answers and... 676 Developer Tools

Recent Community Contributions

Contributor Skill What it helps with Category
anzy-renlab-ai Pronounce Developer Jargon Answers short pronunciation questions about developer tools, AI models, acronyms, and project names by using the say-it CLI... Developer Tools
TianHengZhuang SandBase MCP Access 2,000+ AI models and API tools through one MCP interface for inference, media generation, search, scraping, embeddings... Integrations & Connectors
liangfeng-hu Proofed Completion Gate Uses the Proofed CLI and current-subject completion receipts to reject unsupported coding-agent completion claims, rerun repository-configured tests, and... Security & Verification
haoranyu Clean Closed Issue Worktrees Safely audits and removes Git worktrees linked to closed GitHub or GitLab issues with a mandatory scan-confirm-execute protocol... Developer Tools
TinyOps Studio LLC Automation Integration Preflight Assess a public HTTP(S) page before building browser automation, extraction, or an integration. Use this skill to collect... Integrations & Connectors
pranshuchittora Author and Run Regression Tests with Agent QA Use Agent QA's CLI and MCP server to author, validate, run, debug, and triage natural-language web and mobile... Browser Automation
kantorcodes HOL Guard Protect local AI coding-agent harnesses before tools run, review approvals and evidence, and scan agent plugins, skills, MCP... Security & Verification
giltotherescue Slashbooks Replace QuickBooks with an AI agent you control: import bank and credit card activity, categorize and reconcile transactions... Calendar, Email & Productivity
bekservice Famulor Assistants & Omnichannel History Use Famulor's OAuth-secured, read-only MCP profile to inspect assistant configurations, versions, workspace catalogs, and unified call, messaging, and... Integrations & Connectors
ADWilkinson HyperGrok Trading Desk Turn Claude Code, Cursor, or Grok Bot into a 7-role Hyperliquid trading desk. Sixteen SKILL.md skills plus seven... Integrations & Connectors

Featured Skills

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 What it helps with Stars Category
Manage parallel coding agent sessions and worktrees with CCManager Run Claude Code, Codex CLI, Gemini CLI, Cursor Agent, Copilot CLI, Cline CLI, OpenCode, Kimi CLI, and related... 1.2k Developer Tools
Run independent multi-agent build and review flows with OPC Use OPC as a Claude Code skill to select a task flow, dispatch specialist roles, enforce independent review... 192 Code Quality & Review
Automate NotebookLM Studio generation and cited research batches with notebooklm-mcp Use NotebookLM through MCP or a local REST API to run cited Q&A, generate Studio artifacts, and manage... 161 Research & Scraping
Run CodeWhale terminal coding agent workflows Use CodeWhale as a local terminal coding agent for repository edits, test repair, provider-switched sessions, approval-gated commands, MCP... 40.8k Developer Tools
Enforce Coding-Agent Write and Shell Policies with Probity Use Probity when Claude Code, Codex, or GitHub Copilot CLI should be blocked from unsafe file writes or... 162 Security & Verification
Build production-ready n8n workflows with n8n-skills Give Claude Code a routed skill pack for designing, validating, debugging, and deploying n8n workflows through n8n-mcp 6.2k Templates & Workflows
Run Chinese-first academic writing, Office, and scientific workflows with Academic Skills Install and invoke a Chinese-first academic skill bundle for paper writing, editable Word/PPT research documents, and scientific computing... 3.4k Templates & Workflows
Repair AI-shaped drafts with Sepia’s venue-specific writing workflows Use Sepia to write, review, minimally refactor, or fully recreate fiction and professional prose with agent-native de-AI writing... 1.2k Content Writing & SEO
Block Risky Coding-Agent Commands with CC Safety Net Use CC Safety Net when coding-agent CLIs need pre-execution hooks that block destructive commands, secret access, and unsafe... 1.5k Security & Verification
Run Claude Design-style UI prototyping locally with baoyu-design Use baoyu-design as a portable agent skill for local UI mockups, prototypes, decks, and design-system workflows that produce... 3.6k Image & Creative Automation

Categories

Category Skills What's inside
πŸ› οΈ Developer Tools 459 CLI tools, scaffolders, dev environment setup
πŸ”’ Security & Verification 247 Vulnerability scanning, auth setup, compliance
πŸ“„ Templates & Workflows 238 Scaffolders, boilerplate generators, workflow templates
πŸ”„ Data Extraction & Transformation 220 ETL pipelines, parsing, format conversion
βœ… Code Quality & Review 199 Linting, code review, test generators, coverage
πŸ”§ CI/CD Integrations 192 Pipeline configs, deployment automation, build tooling
πŸ“‹ Runbooks & Diagnostics 178 Incident response, troubleshooting, system diagnostics
πŸ”— Integrations & Connectors 166 Third-party API bridges, webhooks, service connectors
πŸ“Š Monitoring & Alerts 155 Metrics, alerting rules, observability
πŸ” Research & Scraping 128 Web research, content discovery, data collection
πŸ“… Calendar, Email & Productivity 127 Email automation, calendar management, task coordination
πŸ“š Library & API Reference 126 SDK docs, API parsers, symbol resolvers
🌐 Browser Automation 122 Web scraping, UI testing, headless browser control
πŸŽ™οΈ Media & Transcription 109 Audio/video processing, speech-to-text
🎨 Image & Creative Automation 108 Image generation, asset processing, design automation
πŸ“° WordPress & CMS 96 Theme/plugin dev, WP-CLI automation, CMS management
✍️ Content Writing & SEO 90 SEO content, blog automation, editorial workflows

Browse The Catalog

View What you'll find
🧭 Live Browse Search, filters, skill detail panels, and install links on agentskillexchange.com
⭐ 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:

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

Optional Third-Party Installer

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>

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,959 In the catalog β€” every skill is backed by a real tool, repo, or package
πŸ›‘οΈ Security Reviewed 2,509 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: Create Skill Wizard

Use agentskillexchange.com/create-skill to generate a repo-ready SKILL.md, then open a pull request with the generated file.


Skill Format

Each skill is a directory with a SKILL.md:

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

See the full spec and template.


About

Curated, trusted open catalog of AI agent skills for OpenClaw, Claude Code, Codex, GitHub Copilot, Gemini, Cursor, MCP, LangChain, and more. Browse, install, and verify reusable agent workflows.

Topics

Resources

Contributing

Security policy

Stars

36 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages