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 directly. One command to install. Provides search, fetch, and browse tools.
Run in your terminal:
Or add to your MCP config manually:
{ "mcpServers": { "terminal-skills": { "command": "npx", "args": ["-y", "mcp-remote", "https://terminalskills.io/api/mcp"] } } }
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.