From broker
Clean up broker data — purge old messages, prune stale agents, or full reset. Use when the user wants to clean up or reset the broker state.
How this skill is triggered — by the user, by Claude, or both
Slash command
/broker:resetThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are helping the user clean up the broker. Present options and confirm before taking action.
You are helping the user clean up the broker. Present options and confirm before taking action.
Show current state first — call list_peers to show how many agents exist (online + offline), then inform the user what data is present.
Present cleanup options:
What would you like to clean up?
A) Purge old messages — delete messages older than N days (default: 7) B) Prune stale agents — remove agents that haven't sent a heartbeat in a long time C) Full reset — delete ALL messages, channels, and agent registrations
Choose one or more (e.g., "A and B"):
Confirm before executing — show exactly what will be deleted and ask for confirmation.
Execute the chosen operations:
purge_history with the cutoff date (calculate from N days ago in ISO 8601)purge_history with today's date to delete all messages. Note: agent registrations persist in the database but become inactive without heartbeats.Report results — show what was cleaned up and the new state.
npx claudepluginhub krittin-khanueng/mcp-broker --plugin brokerCLI for registering as an agent, sending/receiving messages, polling inbox, and discovering other agents on the CAFleet message broker. Use when an agent needs to interact with the broker.
Coordinates two-specialist workflow to safely retire a team agent: Satchmo removes plugin/code references, Johnny tears down ClawNet bot infrastructure.
Manages aweek agent lifecycles: resume paused agents, top-up budgets, pause/stop active agents, delete/archive with user confirmations. Use for post-hire agent operations.