Terminal.skills

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 directly. One command to install. Provides search, fetch, and browse tools.

Run in your terminal:

$

Or add to your MCP config manually:

json
{
  "mcpServers": {
    "terminal-skills": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://terminalskills.io/api/mcp"]
    }
  }
}

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.

$
$