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
# 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:
{
"mcpServers": {
"findskills": {
"command": "npx",
"args": ["-y", "findskills-mcp"]
}
}
}
claude mcp add findskills -- npx -y findskills-mcp
{
"mcpServers": {
"findskills": {
"command": "npx",
"args": ["-y", "findskills-mcp"]
}
}
}