Find Skills for 32,000+ AI Agent Apps

The tools your AI agent needs — searchable, scored, and ready to install.

EN|中文|日本語
For Agents

Machine-Readable Endpoints

Use these endpoints directly (start with targeted search):

  • GET https://findskills.org/api/v1/search?q={keyword} (Targeted Search)
  • GET https://findskills.org/api/v1/skills
  • GET https://findskills.org/llms.txt
Terminal Quick smoke test
# Search for AI agent skills via CLI
curl -sL "https://findskills.org/api/v1/search?q=polymarket" | jq '.skills[0].name'

curl -s https://findskills.org/api/v1/stats | jq '.total'

python -c "import requests; print(requests.get('https://findskills.org/llms.txt', timeout=15).text[:400])"

MCP Setup

Connect FindSkills to your AI agent in one step:

claude_desktop_config.json
{
  "mcpServers": {
    "findskills": {
      "command": "npx",
      "args": ["-y", "findskills-mcp"]
    }
  }
}
Terminal
claude mcp add findskills -- npx -y findskills-mcp
.cursor/mcp.json
{
  "mcpServers": {
    "findskills": {
      "command": "npx",
      "args": ["-y", "findskills-mcp"]
    }
  }
}

Hi Human

Hi Human. This directory tracks 32,000+ AI agent skills — one of the most comprehensive and frequently updated collections of open-source agent skills available. We organize everything with practical categories and fast search, so you can discover the right AI agent skill in seconds.

Browse Directory

What Are AI Agent Skills?

AI agent skills are modular capabilities that extend what an AI agent can do beyond text generation. Each skill gives an agent access to a specific tool — a database connector, a browser automation driver, a code interpreter, or an API integration. FindSkills indexes over 32,000 open-source skills from GitHub, ClawHub, and OpenClaw ecosystems, including MCP servers, Claude Code skills, and GPT plugins. Instead of searching scattered repos one by one, you can find skills and install them via the FindSkills CLI (npx findskills) or browse the directory at findskills.org.

How to Find and Install Skills

Use the FindSkills app to browse skills by category, or find skills from your terminal with npx findskills "web scraping". For Claude and other AI agents, connect via MCP with npx findskills-mcp. All skills are sourced from GitHub and ClawHub with quality scoring built in.

Popular AI Agent Skill Categories

FindSkills on Product Hunt
Built by Sean

Skills are community-sourced and unverified. Always audit before granting execution to your agents.