{
  "name": "Proof of Thanks / AI 原生赞助",
  "description": "A consent-bound patronage agent for an independent Chinese creator. It returns unsigned Base USDC transfer instructions and never signs, broadcasts, or moves funds.",
  "supportedInterfaces": [
    {
      "url": "https://lashimao.xyz/agent-patronage/message:send",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    },
    {
      "url": "https://lashimao.xyz/agent-patronage/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "lashimao/打印打印",
    "url": "https://lashimao.xyz/agent-patronage"
  },
  "version": "0.1.0",
  "documentationUrl": "https://lashimao.xyz/agent-patronage/#for-agents",
  "iconUrl": "https://lashimao.xyz/agent-patronage/favicon.svg",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "create-consent-bound-patronage-instruction",
      "name": "Create a one-time patronage instruction",
      "description": "After exact one-time consent, return an unsigned Base USDC transfer instruction. No signing or broadcasting is performed.",
      "tags": [
        "patronage",
        "creator payment",
        "Base",
        "USDC",
        "human consent"
      ],
      "examples": [
        "Explain how an agent can sponsor this creator.",
        "Create a 5 USDC one-time instruction after my explicit consent."
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    }
  ]
}