[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"}
    }
  }
}

Skill Plugins

Skill + its MCP server, one install

Some skills wrap a product, so the instructions alone aren't enough — they need that product's MCP server too. Those ship as Claude Code plugins from the same marketplace: one install adds the skill and the server, and Claude Code prompts for the credentials (stored in your OS keychain).

Add the marketplace once, then install a plugin:

$
$

seog — local SEO against your own seog.ai account: Google Business Profile, map-pack rank tracking, review replies, competitors, AI visibility, website audits. Needs a seog.ai account; paid tools spend that account's credits.

Every plugin skill also works on its own — install it with the CLI below and register the MCP server yourself in any client.

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.

$
$