Sandbox
@agentskillexchange/skills

Curated catalog of skills for agent runtimes

This repo is a large, curated index of installable skills for agent runtimes like Claude Code, Codex, Cursor, GitHub Copilot, Gemini, and MCP clients. Each skill points to a real upstream tool, package, or documented workflow instead of a synthetic example. The repo provides browseable category pages, industry collections, downloadable indexes, and validation scripts for keeping the catalog trustworthy.

38 stars53 forksPythonUpdated 6d ago
Who it's for

Builders who want to browse, verify, and install reusable agent workflows across multiple agent runtimes.

What it delivers

You can find trusted agent skills faster and add them to your workflow without starting from scratch.

What it does

Curated skill catalog

Lists 2,979 published skills with category, industry, and popularity signals in `CATALOG.md` and `skills.json`.

Industry collections

Groups skills into verticals like finance, support, security, and data platform work in `industries/`.

Category browsing

Organizes skills into named groups such as browser automation, integrations, security verification, and workflows in `categories/`.

Verification and safety checks

Includes security review materials, validation scripts, and generated overlays to keep published skills grounded in real upstream sources.

Multi-agent compatibility

Provides entries for Claude Code, Codex, Cursor, GitHub Copilot, Gemini, MCP, LangChain, OpenClaw, and related workflows.

How to get it

  1. 1Run
    # 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>
  2. 2The skills npm package is maintained by Vercel Labs / third parties, not…
    npm exec --package=skills@1.5.7 -- skills add agentskillexchange/skills --skill <slug>

README

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,979 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

ESLint Auto-Fix Agent — Automatically detect and fix JavaScript/TypeScript linting issues using ESLint v9 flat config and the ESLint Node.js API. Supports custom rule configurations and staged file processing with lint-staged.

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


Industry Collections

Curated skill sets organized by industry vertical:

CollectionDescription
🎙️Media & Publishing SystemsTranscription, subtitles, podcast workflows, chaptering, localization, loudness cleanup, and final-mile publishing prep.
💼Finance & FilingsFilings research, invoice intake, billing operations, reconciliation, and finance-adjacent reporting.
🛒Ecommerce & Retail OperationsCatalog management, storefront automation, orders, inventory sync, marketplace support, and review-driven merchandising.
⚖️Legal Ops & ComplianceContract risk review, redline preparation, forms, document review, archive search, and evidence-oriented legal and compliance support.
🩺Healthcare Documentation & IntakeDocumentation intake, OCR, transcription, structured extraction, and biomedical literature support for paperwork-heavy workflows.
📈Product Analytics & Growth OpsProduct analytics, feature flags, rollout checks, session replay, privacy-friendly web analytics, and experiment/evaluation workflows.
📚DevRel & API Documentation WorkflowsAPI docs, OpenAPI references, SDK generation, docs-site publishing, prose linting, and developer enablement workflows.
🎧Customer Support & SuccessHelpdesk queues, ticket triage, conversation lookup, knowledge-base workflows, customer context, CRM sync, and reply-drafting support.
🏠Real Estate WorkflowsProperty research support, transaction paperwork, signature routing, document intake, CRM context, and listing follow-up workflows for real-estate operations.
🎓Education & Research WorkflowsLiterature review, citation context, research synthesis, paper drafting, replication checks, and evidence packets for academic and technical teams.
📣GTM & RevOps WorkflowsDemand 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 WorkflowsClient-facing AI delivery, forward deployed engineering workflows, browser automation, implementation systems, documentation, spreadsheets, proposals, and client handoff workflows.
🛠️Infrastructure, SRE & Incident OperationsProduction reliability workflows for Kubernetes, incidents, observability, backups, deploy safety, infrastructure drift, alerts, and runbook-driven debugging.
🛡️Security Operations & GRC WorkflowsSecurity 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 EngineeringData 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

SkillWhat it helps withStarsCategory
Run terminal coding-agent workflows with PhiUse Phi to run lightweight terminal coding-agent sessions with sub-agents, guarded tool use, hashline edits, and lazy MCP...336Developer Tools
SHAR Production Metadata ValidationUses the SHAR Production Metadata MCP local stdio server to validate rights-aware production metadata manifests before an AI-hybrid...-Security & Verification
Run source-audited academic literature searches with Nature Academic SearchUse Nature Academic Search to plan, deduplicate, verify, graph, and export academic literature searches across multiple scholarly sources216Research & Scraping
Rewrite agent-facing English with ASD-STE100 disciplineUse this Claude Code skill to rewrite ambiguous instructions, errors, and tool descriptions into controlled technical English for...1.9kTemplates & Workflows
Prepare agent-ready document memory with KnowhereUse Knowhere to parse complex documents into hierarchy-native, citation-backed memory that agents can retrieve and navigate3.0kData Extraction & Transformation
Draw and verify Excalidraw diagrams through an agent canvasUse mcp_excalidraw to let coding agents create, inspect, revise, export, and commit editable Excalidraw diagrams from a local...2.4kImage & Creative Automation
Extract Android app APIs with a Claude Code reverse-engineering skillUse this Claude Code skill to decompile APK, XAPK, JAR, and AAR files, recover Kotlin names, and extract...7.7kSecurity & Verification
Operate deployments, telemetry, and sandboxes through Temps CLI skillsUse Temps when an agent needs to deploy applications, inspect production telemetry, and manage self-hosted sandboxes through a...724Developer Tools
Map codebase context for agents with RipwireUse Ripwire to give coding agents deterministic repository maps, task-relevant symbols, blast radius, and test guidance before they...704Developer Tools
Run evidence-first research investigations in Claude Code with DeepdiveInstall Deepdive as a Claude Code skill for structured investigations with plans, source files, claim tracing, dissent checks...393Research & Scraping

Recent Community Contributions

ContributorSkillWhat it helps withCategory
Ares3333333SHAR Production Metadata ValidationUses the SHAR Production Metadata MCP local stdio server to validate rights-aware production metadata manifests before an AI-hybrid...Security & Verification
azeemkafridiBulkPublish Social PublishingAdapt, review, schedule, and publish approved social content across multiple platforms through the BulkPublish API and hosted MCPIntegrations & Connectors
devdasxAperture Wallet GuideAnswer Aperture Wallet questions from first-party product, security, network, release, app-screen, and Journal sources while enforcing explicit wallet-secret...Library & API Reference
anzy-renlab-aiPronounce Developer JargonAnswers short pronunciation questions about developer tools, AI models, acronyms, and project names by using the say-it CLI...Developer Tools
TianHengZhuangSandBase MCPAccess 2,000+ AI models and API tools through one MCP interface for inference, media generation, search, scraping, embeddings...Integrations & Connectors
liangfeng-huProofed Completion GateUses the Proofed CLI and current-subject completion receipts to reject unsupported coding-agent completion claims, rerun repository-configured tests, and...Security & Verification
haoranyuClean Closed Issue WorktreesSafely audits and removes Git worktrees linked to closed GitHub or GitLab issues with a mandatory scan-confirm-execute protocol...Developer Tools
TinyOps Studio LLCAutomation Integration PreflightAssess a public HTTP(S) page before building browser automation, extraction, or an integration. Use this skill to collect...Integrations & Connectors
pranshuchittoraAuthor and Run Regression Tests with Agent QAUse Agent QA's CLI and MCP server to author, validate, run, debug, and triage natural-language web and mobile...Browser Automation
kantorcodesHOL GuardProtect local AI coding-agent harnesses before tools run, review approvals and evidence, and scan agent plugins, skills, MCP...Security & Verification

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.

SkillWhat it helps withStarsCategory
Compact terminal-heavy agent output with TokenjuiceUse Tokenjuice when an agent runs noisy shell commands and needs deterministic, inspectable output reduction before continuing a...517Developer Tools
Operate deployments, telemetry, and sandboxes through Temps CLI skillsUse Temps when an agent needs to deploy applications, inspect production telemetry, and manage self-hosted sandboxes through a...724Developer Tools
Serve codebase impact context to agents with Trace MCPUse Trace MCP to index a repository once and let MCP-capable coding agents query framework-aware code, dependency, and...154Code Quality & Review
Automate NotebookLM Studio generation and cited research batches with notebooklm-mcpUse NotebookLM through MCP or a local REST API to run cited Q&A, generate Studio artifacts, and manage...161Research & Scraping
Render pull request architecture diagrams with PR LensHave an agent turn a code diff into validated architecture and data-flow diagrams, then attach the rendered SVGs...212Code Quality & Review
Draw and verify Excalidraw diagrams through an agent canvasUse mcp_excalidraw to let coding agents create, inspect, revise, export, and commit editable Excalidraw diagrams from a local...2.4kImage & Creative Automation
Run supervised browser automation workflows with AIHawkUse AIHawk's local supervised browser UI for bounded web research and extraction, with human review before external actions30.3kBrowser Automation
Extract Android app APIs with a Claude Code reverse-engineering skillUse this Claude Code skill to decompile APK, XAPK, JAR, and AAR files, recover Kotlin names, and extract...7.7kSecurity & Verification
Prepare agent-ready document memory with KnowhereUse Knowhere to parse complex documents into hierarchy-native, citation-backed memory that agents can retrieve and navigate3.0kData Extraction & Transformation
Rewrite agent-facing English with ASD-STE100 disciplineUse this Claude Code skill to rewrite ambiguous instructions, errors, and tool descriptions into controlled technical English for...1.9kTemplates & Workflows

Categories

CategorySkillsWhat's inside
🛠️Developer Tools464CLI tools, scaffolders, dev environment setup
🔒Security & Verification249Vulnerability scanning, auth setup, compliance
📄Templates & Workflows240Scaffolders, boilerplate generators, workflow templates
🔄Data Extraction & Transformation221ETL pipelines, parsing, format conversion
Code Quality & Review202Linting, code review, test generators, coverage
🔧CI/CD Integrations192Pipeline configs, deployment automation, build tooling
📋Runbooks & Diagnostics178Incident response, troubleshooting, system diagnostics
🔗Integrations & Connectors167Third-party API bridges, webhooks, service connectors
📊Monitoring & Alerts155Metrics, alerting rules, observability
🔍Research & Scraping130Web research, content discovery, data collection
📅Calendar, Email & Productivity127Email automation, calendar management, task coordination
📚Library & API Reference127SDK docs, API parsers, symbol resolvers
🌐Browser Automation123Web scraping, UI testing, headless browser control
🎨Image & Creative Automation109Image generation, asset processing, design automation
🎙️Media & Transcription109Audio/video processing, speech-to-text
📰WordPress & CMS96Theme/plugin dev, WP-CLI automation, CMS management
✍️Content Writing & SEO91SEO content, blog automation, editorial workflows

Browse The Catalog

ViewWhat you'll find
🧭Live BrowseSearch, filters, skill detail panels, and install links on agentskillexchange.com
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:

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

TierCountMeaning
📋 Published2,979In the catalog — every skill is backed by a real tool, repo, or package
🛡️ Security Reviewed2,487Scanned 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.


Files in the repo

Repository payload25 top-level entries
  • .github
  • categories
  • industries
  • scripts
  • skills
  • spec
  • template
  • verification
  • .claude-plugin
  • .codex
  • .cursor-plugin
  • .gitignore
  • .opencode
  • CATALOG.md
  • codex.json
  • CONTRIBUTING.md
  • LICENSE
  • llms.txt
  • openclaw.json
  • README.md
  • SECURITY.md
  • skills.json
  • sync-metadata.json
  • TOP-DOWNLOADS.md
  • TOP-STARS.md

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More collections

The awesome collection of OpenClaw skills. 5,400+ skills filtered and categorized from the official OpenClaw Skills Registry.🦞

52k
phuryn/
pm-skills
phuryn/pm-skillsCollections

PM Skills Marketplace: 100+ agentic skills, commands, and plugins — from discovery to strategy, execution, launch, and growth.

26k

Extracted system prompts from Anthropic - Claude Fable 5.1, Opus 5, Claude Design, Claude Code. OpenAI - ChatGPT GPT-6-Astra, Codex. Google - Gemini 3.8 Flash, 3.1 Pro, Antigravity. xAI - Grok, Grok Bot, Cursor, Kimi and more! Updated regularly.

65k
1 add