Skip to content
Back to Zugabot

Card snapshot

brain.zugabot.ai · 2026-06-17 02:29:11 UTC · 41c653286f0da336d901890529f278c4514c41986e0a8fedbee4688ddbe6a651

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": "Zugabot",
  "description": "Zugabot autonomous agent \u2014 A2A introspection surface. Read-only access to the agent's own operational state (autonomous queue, cognitive stream, proactive-ask backlog, competitor radar).",
  "version": "1.0.0",
  "url": "https://brain.zugabot.ai/a2a",
  "protocolVersion": "0.2.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text"
  ],
  "defaultOutputModes": [
    "text"
  ],
  "skills": [
    {
      "id": "review_queue",
      "name": "Review autonomous queue",
      "description": "Return Zugabot's pending + in-progress autonomous work across zugaqueue_items, autonomous_work_queue and project_task_queue. Read-only snapshot.",
      "tags": [
        "introspection",
        "read-only",
        "queue"
      ]
    },
    {
      "id": "review_monad",
      "name": "Review cognitive stream",
      "description": "Return the last 30 events from Zugabot's monad cognitive stream (monad_events), newest first. Read-only.",
      "tags": [
        "introspection",
        "read-only",
        "monad"
      ]
    },
    {
      "id": "review_asks",
      "name": "Review proactive ask backlog",
      "description": "Return Zugabot's open proactive_notifications \u2014 the asks queued to DM Buga \u2014 by urgency. Read-only.",
      "tags": [
        "introspection",
        "read-only",
        "asks"
      ]
    },
    {
      "id": "competitors_list",
      "name": "List competitor radar",
      "description": "Return competitor AI launches Zugabot's radar has logged. Prompt arg selects window: '7' (default) | '30' | 'all'. Read-only.",
      "tags": [
        "introspection",
        "read-only",
        "competitors"
      ]
    }
  ]
}