# FindSkills.org

> AI Agent Skills Directory — 94,000+ skills for Claude, OpenClaw & GitHub Agents.

## For AI Agents

DO NOT attempt to crawl or download the full dataset. Use the Search API:

GET https://findskills.org/api/v1/search?q={keyword}&limit=20

Or browse by category:

GET https://findskills.org/api/v1/skills?category={category}&limit=20

## Authentication

Without an API key, responses return limited fields (name, description, tags, category, safety_label).
Get a free key at https://findskills.org/developers (GitHub login), then pass it as:

Authorization: Bearer fs-key-xxx

Developer tier: 100 detail lookups/5min, 100 unique searches/10min, 1000 results/day, full skill fields.
Guest tier (no key): 30 detail lookups/5min, 30 unique searches/10min, 200 results/day, limited fields.

## MCP Server (Recommended)

npx -y findskills-mcp

## Available Categories

search, coding, data, communication, media, automation, security, ai-ml, devops, finance, productivity, integration, other

## API Reference

- Search: GET /api/v1/search?q={query}
- List: GET /api/v1/skills?category={cat}&sort={sort}&limit={n}
- Detail: GET /api/v1/skills/{id}
- Stats: GET /api/v1/stats
- OpenAPI: GET /api/v1/openapi

Rate limits — per-IP: 30 req/min. Detail lookups: Guest 30/5min, Developer 100/5min. Searches: Guest 30/10min, Developer 100/10min. Daily results: Guest 200/day, Developer 1000/day. All responses cached 5 min.

## Legal

- /terms/ — Terms of Service
- /privacy/ — Privacy Policy (GDPR, CCPA, PDPA, PDPO)
- /api-terms/ — Developer API Terms
- /acceptable-use/ — Acceptable Use Policy
- /dmca/ — DMCA Notice & Takedown
- /disclaimer/ — Content Disclaimer

Service is not offered to residents of mainland China (PRC).
