{"name":"Zugabot","description":"Zugabot autonomous agent — 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 — the asks queued to DM Buga — 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"]},{"id":"produce_video","name":"Produce marketing video","description":"Phase-3 (side effects). Prompt arg is the video topic/angle. Enqueues a ZugaQueue produce_video item and returns immediately with a tracking id — the beat sheet draft, remote render, and download run asynchronously in the queue worker (bounded ~20 min). Result is proposed via a DM ask, never auto-posted.","tags":["side-effects","video","phase-3"]},{"id":"discord_dm","name":"Send Discord DM","description":"Phase-3 (side effects). Prompt format: '<discord_user_id> <message>' — sends an immediate Discord DM to that user id via the live bot. Synchronous: the A2A call blocks until sent or failed. No suppression/cooldown (unlike the proactive DM path) since this is an explicit, deliberate send, not an autonomous nudge.","tags":["side-effects","discord","phase-3"]},{"id":"publish_brand_post","name":"Publish brand social post","description":"Phase-3 (side effects, high blast radius). Prompt format: '<account_handle> <post text>' — publishes verbatim to a Zuga Technologies brand social account (e.g. 'itszugatech') via browser automation. Synchronous: blocks until posted or failed. Never generates or alters content — the caller's exact text IS the human approval; there is no draft/review step. Not reachable by any autonomous loop.","tags":["side-effects","social","twitter","phase-3"]}]}