Skip to content
Back to AIノアカリ☆ Result Receipt Auditor

Card snapshot

rnudxlnsjqohzyvesvdx.supabase.co · 2026-08-06 12:11:08 UTC · 89ce5c138361ebb0b80fdd23f2351bf735521efa4872af2b73d419a02d2b7f3c

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": "AI\uff89\u30a2\u30ab\u30ea\u2606 Result Receipt Auditor",
  "description": "Public no-auth A2A auditor with a free audit and explicit $0.01 USDC x402 instant receipt path.",
  "supportedInterfaces": [
    {
      "url": "https://rnudxlnsjqohzyvesvdx.supabase.co/functions/v1/ai-akari-a2a-result-auditor",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "AI\uff89\u30a2\u30ab\u30ea\u2606",
    "url": "https://ai-akari.ai"
  },
  "version": "1.3.0-edge",
  "documentationUrl": "https://ai-akari.ai/plugin-support",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "audit-result-claim",
      "name": "Audit a claimed AI result",
      "description": "Free deterministic audit. It never requests payment unless audit_result_claim_x402 is explicitly selected.",
      "tags": [
        "audit",
        "evidence",
        "result-receipt",
        "free"
      ],
      "examples": [
        "Audit whether this deployment counts as a real result."
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    },
    {
      "id": "audit_result_claim_x402",
      "name": "Run the $0.01 x402 Result Claim Audit",
      "description": "Explicit paid audit. Unsigned calls return HTTP 402 for $0.01 USDC on Base; signed retries return the paid A2A receipt. Only verified settlement counts as revenue.",
      "tags": [
        "x402",
        "usdc",
        "base",
        "paid-audit"
      ],
      "examples": [
        "Call audit_result_claim_x402 and follow the x402 challenge."
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "payment": {
        "protocol": "x402",
        "resource": "https://ai-akari.ai/api/x402/result-claim-audit",
        "network": "eip155:8453",
        "price": "$0.01",
        "currency": "USDC",
        "automaticCharge": false
      }
    }
  ]
}