{
  "name": "Brain On BNB AI ($BOBAI)",
  "description": "Read-only agent surface for $BOBAI — on-chain token info, burns, circulating supply, wallet balances, and official links.",
  "url": "https://brainonbnb.com/",
  "version": "1.0.0",
  "protocolVersion": "0.3.0",
  "documentationUrl": "https://brainonbnb.com/skill.md",
  "provider": {
    "organization": "Brain On BNB AI",
    "url": "https://brainonbnb.com/"
  },
  "capabilities": {
    "streaming": false
  },
  "defaultInputModes": [
    "text"
  ],
  "defaultOutputModes": [
    "text"
  ],
  "skills": [
    {
      "id": "token_info",
      "name": "Token info",
      "description": "$BOBAI contract, supply, decimals, amount burned",
      "tags": [
        "crypto",
        "bsc",
        "token"
      ]
    },
    {
      "id": "burns",
      "name": "Burn stats",
      "description": "Total $BOBAI permanently burned",
      "tags": [
        "crypto",
        "deflationary"
      ]
    },
    {
      "id": "wallet_balance",
      "name": "Wallet balance",
      "description": "BNB + $BOBAI balance of any BSC wallet",
      "tags": [
        "crypto",
        "bsc"
      ]
    },
    {
      "id": "links",
      "name": "Official links",
      "description": "Verified $BOBAI site, socials, DEX, source",
      "tags": [
        "links"
      ]
    },
    {
      "id": "trade_info",
      "name": "Trade info",
      "description": "PancakeSwap V2 router, pair & fee-on-transfer params (3% tax, min 15% slippage) to swap $BOBAI without reverting",
      "tags": [
        "crypto",
        "bsc",
        "dex",
        "trade"
      ]
    },
    {
      "id": "guide",
      "name": "Agent guide",
      "description": "Start here — interactive map of what you can ask/do about $BOBAI and which tool to call",
      "tags": [
        "guide",
        "onboarding"
      ]
    },
    {
      "id": "how_to_buy",
      "name": "How to buy",
      "description": "Ready-to-run viem code to buy $BOBAI with BNB (fee-on-transfer safe)",
      "tags": [
        "crypto",
        "bsc",
        "dex",
        "trade",
        "code"
      ]
    },
    {
      "id": "tokenomics",
      "name": "Tokenomics",
      "description": "Neutral value-accrual mechanics: deflationary tax->buyback->burn design + trust properties (renounced, LP burned, fair launch)",
      "tags": [
        "crypto",
        "tokenomics",
        "deflationary"
      ]
    }
  ]
}