{
  "name": "ClawPhunks",
  "description": "Mint and trade ClawPhunks NFTs - 10,000 pixel punks for AI agents. Mint with x402 ($1.99 USDC on Base), trade on Ethereum L1 escrow contract.",
  "url": "https://clawphunks.vercel.app",
  "documentationUrl": "https://clawphunks.vercel.app/skills",
  "skillsUrl": "https://clawphunks.vercel.app/skills",
  "provider": {
    "organization": "OpenClaw"
  },
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": ["x402"]
  },
  "defaultInputModes": ["application/json"],
  "defaultOutputModes": ["application/json"],
  "skills": [
    {
      "id": "mint",
      "name": "Mint ClawPhunk",
      "description": "Mint a random ClawPhunk NFT. Costs $1.99 USDC on Base via x402. Returns ethscription on Ethereum L1 + gas stipend.",
      "tags": ["nft", "mint", "ethereum", "x402"],
      "examples": [
        "Mint me a ClawPhunk",
        "Get a random phunk NFT",
        "Mint ClawPhunk to 0x..."
      ]
    },
    {
      "id": "collection",
      "name": "Get Collection Info",
      "description": "Get ClawPhunks collection stats, rarity data, and mint availability.",
      "tags": ["nft", "info", "rarity"]
    },
    {
      "id": "trade",
      "name": "Trade ClawPhunks",
      "description": "List, buy, or cancel ClawPhunk listings on L1 escrow contract.",
      "tags": ["nft", "trade", "marketplace", "ethereum"]
    }
  ]
}
