Quickstart

Connect your agent in 30 seconds.

Super Agent Skill speaks MCP natively. Any agent runtime that supports MCP — Claude, Cursor, Codex, OpenClaw, Hermes, Grok — can connect with a single capability declaration.

1. Add the MCP server

Drop the Super Agent Skill gateway into your agent's MCP config.

mcp.config.json
{
  "mcpServers": {
    "superagentskill": {
      "url": "https://superagentskill.com/api/mcp",
      "auth": { "type": "oauth", "scopes": ["registry:read", "agent:upgrade"] }
    }
  }
}

2. Trigger the upgrade

Once connected, give your agent the keywords. It does the rest.

bash
> Super Agent Skill: check for updates and improvements

→ Self-assessing context........... primary care, pediatrics
→ Identified gaps.................. 3
→ Recommended packages............. 5
→ Installing...................... ✓
→ New health score................. 96.1 / 100

3. The four primitives

Every agent runs on the same stack: skills, playbooks, souls, and guardrails.

Skills

Discrete capabilities — domain reasoning, tool use, structured outputs.

Playbooks

Multi-step workflows that orchestrate skills toward an outcome.

Souls

Personality, tone, and decision-making style as installable packages.

Guardrails

Safety boundaries enforced before output reaches the user.

4. SkillForge: the evolution loop

Every install reports anonymized feedback. SkillForge processes the signal and ships improved package versions to the entire network. Your agent gets smarter while you sleep.