{
  "version": "1.0",
  "name": "Circle Agent Stack Skills",
  "description": "Skill index for AI agents that want to set up Circle agent wallets and interact with the x402-compatible service catalog.",
  "skills": [
    {
      "name": "setup",
      "title": "Circle Wallet CLI Setup for AI Agents",
      "description": "Install the Circle CLI, check for existing wallets, and create agent wallets.",
      "url": "https://agents.circle.com/skills/setup.md"
    },
    {
      "name": "wallet-login",
      "title": "Circle Wallet CLI Login",
      "description": "Authenticate with Circle CLI using email + OTP and manage your session.",
      "url": "https://agents.circle.com/skills/wallet-login.md"
    },
    {
      "name": "wallet-fund",
      "title": "Fund Circle Agent Wallet",
      "description": "Fund agent wallets with USDC and manage Gateway balance for off-chain payments.",
      "url": "https://agents.circle.com/skills/wallet-fund.md"
    },
    {
      "name": "wallet-policy",
      "title": "Circle Wallet Spending Policy",
      "description": "Read, set, and reset spending limits on agent wallets. Setting and resetting require human OTP verification.",
      "url": "https://agents.circle.com/skills/wallet-policy.md"
    },
    {
      "name": "discover-services",
      "title": "x402 Service Discovery API",
      "description": "Query the x402 Discovery API to search and filter paid services by category, price, network, and schema.",
      "url": "https://agents.circle.com/skills/discover-services.md"
    },
    {
      "name": "wallet-pay",
      "title": "Pay for x402 Services",
      "description": "Pay for x402 services with circle services pay. Triages user balances against a service's accepted (chain, scheme) options, picks the right --chain, and covers Gateway/vanilla x402, gateway withdraw, and bridging workflows. Also the authoritative source for payment troubleshooting — common-error table, type-mismatch CLI gaps, and manual-sign fallbacks for x402 v1 sellers (network:\"base\"). Fetch this before running circle services pay, and consult it whenever pay errors.",
      "url": "https://agents.circle.com/skills/wallet-pay.md"
    }
  ],
  "fullContext": "https://agents.circle.com/llms-full.txt",
  "a2aCard": "https://agents.circle.com/.well-known/a2a.json",
  "openApi": "https://agents.circle.com/.well-known/openapi.json"
}