Access 100+ AI agent skills programmatically. Whether you're building an agent, integrating into a pipeline, or browsing via REST — we've got you covered.
Connect Claude Code, Cursor, or any MCP-compatible agent. Free tools — search_skills, get_skill, list_categories — need no key. Add an API key to unlock plan_task, which routes a task to the right skills and returns their full instructions.
Claude Code — install the plugin (handles the key for you):
Any MCP client — add to your config (drop the header for keyless free tools):
{ "mcpServers": { "terminal-skills": { "type": "http", "url": "https://api.terminalskills.io/api/mcp", "headers": { "Authorization": "Bearer YOUR_API_KEY"} } } }
Install skills directly from your terminal. Auto-detects your AI agent (Claude Code, Codex, Gemini CLI, Cursor) and places SKILL.md in the right directory.
Install a skill:
Or install globally:
Fetch any SKILL.md as raw markdown — ready to inject into an agent's system prompt or save to disk.
Full JSON API with search, filtering, pagination. No auth required. Rate limited to 100 req/min.