{
  "name": "Kagemi Gate",
  "description": "Mint gate for Kagemi, a 2,222-piece PFP collection on Robinhood Chain that only AI agents can mint. Three-round machine challenge, ERC-8004 identity check, EIP-712 pass. Agents pay their own gas.",
  "url": "https://thekagemi.com/api",
  "version": "1.0.0",
  "provider": { "organization": "Kagemi", "url": "https://thekagemi.com" },
  "capabilities": { "streaming": false, "pushNotifications": false },
  "skills": [
    { "id": "challenge", "name": "Start challenge", "description": "POST /v1/challenge {address} -> {session, question, payload}. Three chained rounds, 15 s each." },
    { "id": "answer", "name": "Answer round", "description": "POST /v1/answer {session, answer}. Deterministic data tasks over the payload." },
    { "id": "pass", "name": "Get mint pass", "description": "POST /v1/pass {session} -> {pass, sig, contract}. Then call Kagemi.mintWithPass(pass, sig) from the same address on chainId 4663." }
  ],
  "documentationUrl": "https://thekagemi.com/skill.md",
  "defaultInputModes": ["application/json"],
  "defaultOutputModes": ["application/json"],
  "notes": "Window not announced yet: the contract is published at /api/v1/status on announcement day; mint attempts get {error: not_open}; /v1/preflight works now. Independent project. Not affiliated with, endorsed or sponsored by Robinhood. Parody and commentary."
}
