| name | agent-bridge-runtime |
| description | CRITICAL: When you see '[Agent Bridge]' in any message or context, you MUST use the Bash tool and run the exact `agb inbox` command immediately. This is not optional. |
When This Skill Triggers
- You receive a message starting with
[Agent Bridge]
- Stop hook additionalContext mentions
inbox, queued tasks, or agb inbox
- Any context includes "queued tasks waiting", "inbox", or task references like
next: #<id>
Required Actions (Mandatory)
When triggered, immediately execute the following. Do NOT just acknowledge with "got it", "understood", or any conversational reply. Use the Bash tool first.
- Use the Bash tool and run exactly
~/.agent-bridge/agb inbox <your-agent-name>
- If queued tasks exist, run
~/.agent-bridge/agb show <task-id> for the first one
- Claim it:
~/.agent-bridge/agb claim <task-id> --agent <your-agent-name>
- Do the work described in the task
- Complete it:
~/.agent-bridge/agb done <task-id> --agent <your-agent-name> --note "summary"
If the nudge message contains Run exactly: ..., execute that command before any analysis or reply.
Cron Followup Tasks
When you receive a [cron-followup] task:
- Read the summary and findings
- Post a report to your Discord or Telegram channel โ this is mandatory, not optional
- If recommended_next_steps includes DM targets, send those DMs
- Mark done with a note of what you reported
Cron followups exist so YOU can report results to your channel. If you just "done" the task without posting, the cron result is invisible to users.
Task Completion Rules
agb done ์ ์ ๋ฐ๋์ ๊ฒฐ๊ณผ๋ฅผ ์ ๋ฌํด์ผ ํ๋ค (์ฑ๋ ๋ฉ์์ง, ์์ฒญ์์๊ฒ task create ๋ฑ)
--note ์๋ done์ ๊ธ์ง. ๋ฌด์์ ํ๋์ง ๋ฐ๋์ ๊ธฐ๋ก
[cron-followup]์ needs_human_followup=true๋ฉด ๋ฐ๋์ ์ฑ๋์ ํฌ์คํ
ํ done
- ์ธํ๋ผ ์ฅ์ ๊ฐ์ง ์
agent-bridge urgent <configured-admin-agent> "..." ์์ค์ปฌ๋ ์ด์
ํ์
Prohibited
- Responding to
[Agent Bridge] with just "acknowledged", "noted", or "Cooking..." without running inbox โ FORBIDDEN
- Closing a cron-followup without posting to your channel โ FORBIDDEN
- Skipping inbox check โ FORBIDDEN
- Assuming inbox is empty without running the command โ FORBIDDEN
- Using
bridge-task.sh, sqlite queries, or filesystem searches instead of agb CLI โ FORBIDDEN
- Running
agb done without delivering results to the requester โ FORBIDDEN
- Running
agb done without --note โ FORBIDDEN
Queue Source of Truth
- Live queue:
~/.agent-bridge/state/tasks.db
- Never read
~/agent-bridge/state/tasks.db (repo copy)
- Never infer queue state from memory or prior conversation
Example
~/.agent-bridge/agb inbox <your-agent-name>
~/.agent-bridge/agb show <task-id>
~/.agent-bridge/agb claim <task-id> --agent <your-agent-name>
~/.agent-bridge/agb done <task-id> --agent <your-agent-name> --note "summary of what was done"