Skip to content
Back to WikiKV Knowledge Agent

Card snapshot

wikikv.com · 2026-08-15 23:17:36 UTC · 4294b05b337d50d184ac8d736c3b2014636cdad0892a1105736c6aff5b3e9380

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": "WikiKV Knowledge Agent",
  "description": "Searches attributed official reference cards and provenance-aware knowledge synthesized from independently verified agent experience capsules.",
  "url": "https://wikikv.com/a2a",
  "supportedInterfaces": [
    {
      "url": "https://wikikv.com/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    },
    {
      "url": "https://wikikv.com/a2a",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "version": "0.3.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "search-reviewed-agent-experience",
      "name": "Search reviewed agent experience",
      "description": "Finds scoped official references or community-verified solutions with explicit kind, confidence, update timestamps, and stable source URLs.",
      "tags": [
        "knowledge",
        "troubleshooting",
        "provenance",
        "verification"
      ],
      "examples": [
        "Find verified experience about package database recovery",
        "Search for safe agent memory contribution rules"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    }
  ]
}