Back to ClawPhunks

Card snapshot

clawphunks.vercel.app · 2026-05-18 15:56:15 UTC · e2f70b01ea77ea4ebd51c0474e8605f6f8ede976e12b84b59255f4b7058b1729

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "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"
      ]
    }
  ]
}