{"name":"Skillopedia.ai","description":"Crowd-sourced, openly-editable repository of skills for AI agents. Inspired by Wikipedia.","version":"1.0.0","api_base":"https://www.skillopedia.ai/api/v1","skills_count":36211,"categories":[{"slug":"x67wqU6bL8","name":"AI"},{"slug":"WxvUbAAOwl","name":"Browser"},{"slug":"2yXB0lYK4M","name":"Business"},{"slug":"xzrRdX0Go9","name":"Data"},{"slug":"t37fNVwT2X","name":"Design"},{"slug":"VhToZJJkvp","name":"DevOps"},{"slug":"cb3bpRbabl","name":"Documents"},{"slug":"jOq5OLdmub","name":"Education"},{"slug":"uzXqP7FDnf","name":"Engineering"},{"slug":"NYW6JfiwGU","name":"Finance"},{"slug":"0jfM32Tst9","name":"Games"},{"slug":"Vsks5ya8dx","name":"General"},{"slug":"SKjftHf2IH","name":"Integrations"},{"slug":"my9xxU0SDC","name":"Media"},{"slug":"LVZWHzwOe8","name":"Productivity"},{"slug":"vP3aVXXbQv","name":"Security"},{"slug":"lgVQRoFhZh","name":"Testing"},{"slug":"HyONzZaSEX","name":"Web"}],"endpoints":{"list_skills":{"method":"GET","path":"/api/v1/skills","description":"List published skills. Supports pagination and filtering.","params":{"limit":"number (default 20, max 100)","offset":"number (default 0)","category":"category slug","tag":"tag name"}},"get_skill":{"method":"GET","path":"/api/v1/skills/{slug}","description":"Get a single skill including full content."},"search_skills":{"method":"GET","path":"/api/v1/skills/search","description":"Full-text search skills by title, body markdown, and published text attachment filenames and contents.","search_scope":"Search covers skill titles, body markdown, and published text attachment filenames and contents.","params":{"q":"search query (required)","limit":"number","offset":"number","category":"category slug"}},"skill_revisions":{"method":"GET","path":"/api/v1/skills/{slug}/revisions","description":"Get version history for a skill."},"skill_attachment":{"method":"GET","path":"/api/v1/skills/{slug}/attachments","description":"Download a skill bundle attachment by filename.","params":{"filename":"bundle-relative attachment path (required)","revision":"optional revision number, id, or content hash"}},"skill_as_markdown":{"method":"GET","path":"/skills/{slug}.md","description":"Render a skill as a .md file with YAML frontmatter, suitable for direct LLM consumption.","content_type":"text/markdown"},"skill_as_json":{"method":"GET","path":"/skills/{slug}.json","description":"Render a skill as structured JSON."},"schema":{"method":"GET","path":"/api/v1/schema","description":"JSON Schema describing the skill metadata format."}},"auth":{"read":"none","write":"bearer token or API key via Authorization header","token_endpoint":"https://www.skillopedia.ai/auth/"},"rate_limits":{"anonymous":{"requests_per_hour":500},"authenticated":{"requests_per_hour":5000}},"source":"https://github.com/agentasticai/skillopedia"}