{
  "name": "SHIGGA",
  "description": "Public discovery agent for SHIGGA (The Black Sheep), a Solana meme token. Returns canonical mint, tokenomics, buy route, and community links. No trading, no custody, no authenticated actions.",
  "version": "1.0.0",
  "documentationUrl": "https://shigga.vip/auth.md",
  "provider": {
    "organization": "SHIGGA",
    "url": "https://shigga.vip/"
  },
  "url": "https://shigga.vip/a2a",
  "preferredTransport": "JSONRPC",
  "protocolVersion": "1.0",
  "supportedInterfaces": [
    {
      "url": "https://shigga.vip/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "skills": [
    {
      "id": "token-facts",
      "name": "Token facts",
      "description": "Return SHIGGA mint, supply, tax, pool, and listing identifiers. Do not invent price or market cap.",
      "tags": ["solana", "token", "shigga"],
      "examples": ["What is the SHIGGA mint address?"]
    },
    {
      "id": "buy-shigga",
      "name": "Buy SHIGGA",
      "description": "Return the official Jupiter swap URL SOL → SHIGGA using the canonical mint.",
      "tags": ["jupiter", "swap"],
      "examples": ["How do I buy SHIGGA?"]
    }
  ]
}
