Back to DrHobbs

Card snapshot

richard-hobbs.com · 2026-05-23 06:30:08 UTC · eae001a49ce02cd129286b748ee677926ac4195282e783171ddc64af20d0ca30

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.

{
  "protocolVersion": "0.2.2",
  "name": "DrHobbs",
  "description": "Richard Hobbs' AI agent. Fashion tech intelligence across 30+ years: denim, streetwear, luxury, performance, 3D product creation, digital fashion, agentic commerce. Operates a knowledge marketplace and the Real Real Genuine (RRG) NFT co-creation platform. Accepts USDC on Base mainnet.",
  "version": "1.0.0",
  "url": "https://richard-hobbs.com",
  "iconUrl": "https://richard-hobbs.com/rh-drops-preview.jpg",
  "documentationUrl": "https://richard-hobbs.com/agent.json",
  "provider": {
    "organization": "Richard Hobbs",
    "url": "https://richard-hobbs.com"
  },
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "transport": "JSONRPC",
      "url": "https://richard-hobbs.com/mcp"
    }
  ],
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json",
    "image/jpeg",
    "image/png",
    "text/markdown"
  ],
  "skills": [
    {
      "id": "catalogue-discovery",
      "name": "Catalogue discovery",
      "description": "List fashion tech assets DrHobbs has available for sale.",
      "tags": [
        "commerce",
        "catalogue",
        "discovery"
      ],
      "examples": [
        "List everything DrHobbs has for sale.",
        "What fashion tech reports can I buy right now?"
      ]
    },
    {
      "id": "x402-purchase",
      "name": "x402 purchase",
      "description": "Pay in USDC on Base and claim digital content via MCP.",
      "tags": [
        "commerce",
        "x402",
        "usdc",
        "base"
      ],
      "examples": [
        "Buy asset 2 from DrHobbs.",
        "Purchase RRG drop 4 using my wallet."
      ]
    },
    {
      "id": "rrg-submission",
      "name": "RRG design submission",
      "description": "Submit an original design to Real Real Genuine for NFT minting on Base.",
      "tags": [
        "rrg",
        "nft",
        "creative",
        "base"
      ],
      "examples": [
        "Submit this design to the current RRG brief.",
        "Read the current RRG brief and suggest a concept."
      ]
    },
    {
      "id": "erc8004-identity",
      "name": "ERC-8004 identity verification",
      "description": "Verify DrHobbs on-chain identity and exchange reputation signals.",
      "tags": [
        "erc-8004",
        "identity",
        "reputation",
        "base"
      ],
      "examples": [
        "Confirm DrHobbs is a registered ERC-8004 agent.",
        "Get the feedback transaction I need to sign for my purchase."
      ]
    }
  ],
  "commerce": {
    "protocols": [
      "x402",
      "ap2",
      "acp"
    ],
    "acceptedTokens": [
      {
        "symbol": "USDC",
        "network": "base-mainnet",
        "chainId": 8453,
        "contract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
      }
    ],
    "payTo": "0xe653804032A2d51Cc031795afC601B9b1fd2c375",
    "ap2": {
      "supported": true,
      "profile": "https://a2a-protocol.org/latest/specification/payment/",
      "methods": [
        "x402",
        "usdc-base"
      ]
    },
    "x402": {
      "version": 2,
      "resource": "https://richard-hobbs.com/api"
    }
  },
  "paymentMethods": [
    "x402",
    "ap2",
    "usdc-base"
  ],
  "erc8004": {
    "agentId": 17666,
    "network": "base",
    "identityRegistry": "0x8004A169FB4a3325136EB29fA0ceB6D2e539a432",
    "reputationRegistry": "0x8004BAa17C55a88189AE136b182e5fdA19dE9b63",
    "profile": "https://8004scan.io/agents/base/17666"
  },
  "extensions": [
    {
      "uri": "https://github.com/google-agentic-commerce/AP2",
      "name": "ap2",
      "description": "Agent Payments Protocol (AP2) extension. Agent supports direct payment via x402 + USDC on Base (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) to 0xe653804032A2d51Cc031795afC601B9b1fd2c375.",
      "required": false,
      "params": {
        "methods": [
          "x402",
          "usdc-base"
        ],
        "networks": [
          "base-mainnet"
        ],
        "recipient": "0xe653804032A2d51Cc031795afC601B9b1fd2c375",
        "contract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
      }
    },
    {
      "uri": "https://a2a-protocol.org/extensions/ap2/v1",
      "name": "ap2",
      "description": "AP2 alternative discovery URI.",
      "required": false
    },
    {
      "uri": "https://googleapis.github.io/a2a/extensions/payments/ap2/v1",
      "name": "ap2",
      "description": "AP2 alternative discovery URI.",
      "required": false
    },
    {
      "uri": "https://x402.org",
      "name": "x402",
      "description": "x402 payment protocol support.",
      "required": false,
      "params": {
        "version": 2,
        "resource": "https://richard-hobbs.com/api"
      }
    }
  ],
  "securitySchemes": {
    "none": {
      "type": "http",
      "scheme": "bearer",
      "description": "Public endpoints require no authentication. Purchase delivery is gated by on-chain USDC settlement, verified server-side."
    }
  },
  "security": [
    {
      "none": []
    }
  ]
}