From broker
Show broker dashboard — online agents, active channels, and message stats. Use when the user wants to see the current state of the multi-agent broker.
How this skill is triggered — by the user, by Claude, or both
Slash command
/broker:statusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are checking the current state of the MCP broker. Gather data from all three sources and present a formatted dashboard.
You are checking the current state of the MCP broker. Gather data from all three sources and present a formatted dashboard.
list_peers broker tool (no arguments needed, works without registration)list_channels broker tool (requires registration; if not registered, skip and note it)poll_messages to check for unread messagesPresent the results as a clean dashboard:
## Broker Status
### Online Agents
| Name | Role | Status | Last Seen |
|------|------|--------|-----------|
(table of agents with status_online = true)
Offline: (count of offline agents)
### Channels
| Channel | Members | Purpose |
|---------|---------|---------|
(table of channels)
### Messages
- Unread: (count from poll_messages)
- (note if not registered: "Register first to see messages")
If the broker MCP server is not available, report that clearly and suggest running /broker:setup.
npx claudepluginhub krittin-khanueng/mcp-broker --plugin brokerShow messaging channel status (WhatsApp, Telegram, Discord, iMessage, Slack, Fakechat) and generate the exact launch command. Includes runtime detection for inbound failures.
Runs Evey status checks: agent health/uptime via Docker, Moltbook karma/followers, wallet funds, active crons, bridge inbox pending, recent tool logs. Use for quick system health overview.
Displays Honcho memory system status: connection health, workspace, peers, observation queue, and conclusion count. Invoke via /honcho:status for quick checks.