[TERMINAL · SKILLS]
> mounting /skills...
> indexing skill manifests...
> linking agents: claude · codex · gemini · cursor
> ready.
[░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0%

API & Integrations

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.

MCP Server

For AI Agents

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):

json
{
  "mcpServers": {
    "terminal-skills": {
      "type": "http",
      "url": "https://api.terminalskills.io/api/mcp",
      "headers": { "Authorization": "Bearer YOUR_API_KEY"}
    }
  }
}

CLI

terminal-skills

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:

$
$

Raw Markdown

Content Negotiation

Fetch any SKILL.md as raw markdown — ready to inject into an agent's system prompt or save to disk.

$

REST API

For Developers

Full JSON API with search, filtering, pagination. No auth required. Rate limited to 100 req/min.

$
$