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

Card snapshot

rnudxlnsjqohzyvesvdx.supabase.co · 2026-07-24 23:04:08 UTC · fc8aa1615ff6692d96499e2be1914d6e498bde0cfafeda7147ff45775b5716d8

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": "A public no-auth A2A agent that deterministically audits whether an AI success claim is a verified real-world result or only progress.",
  "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.0.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": "Separates real external value from plans, code, deployment, listing, monitoring, self-access, synthetic evidence, and tests. Returns the missing receipt and next verification action.",
      "tags": [
        "audit",
        "evidence",
        "result-receipt",
        "agent-evaluation",
        "provenance"
      ],
      "examples": [
        "Audit whether this deployment counts as a real result.",
        "Audit whether a third-party tool call proves external value.",
        "Check whether a checkout request is actual cash received."
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    }
  ]
}