From swarm
Checks the swarm mail inbox for messages from other agents. Retrieves headers (max 5) and content, with optional reply via swarmmail_send().
How this command is triggered — by the user, by Claude, or both
Slash command
/swarm:inboxThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /swarm:inbox Review Swarm Mail without blowing context. ## Native integration When agent teams are active (via Teammate tool), native messaging handles real-time DMs automatically. `swarmmail_inbox()` shows persistent message history and non-team coordination. ## Workflow 1. `swarmmail_inbox()` for headers (max 5). 2. Review message content directly from inbox output. 3. Use `swarmmail_send()` to reply if needed. ## Usage `/swarm:inbox`
Review Swarm Mail without blowing context.
When agent teams are active (via Teammate tool), native messaging handles real-time DMs automatically.
swarmmail_inbox() shows persistent message history and non-team coordination.
swarmmail_inbox() for headers (max 5).swarmmail_send() to reply if needed./swarm:inbox
npx claudepluginhub p/imbios-swarm-packages-claude-code-swarm-plugin2plugins reuse this command
First indexed Feb 5, 2026
/inboxChecks the swarm mail inbox for messages from other agents. Retrieves headers (max 5) and content, with optional reply via swarmmail_send().
/inboxChecks the current hive session inbox for unread inter-agent messages, summarizes senders and content, and identifies action items or handoff requests.
/inboxReads and replies to inter-agent messages from other Claude Code sessions using the msg CLI tool.
/inboxLists recent messages in your inbox, auto-marking them as read unless --unread is specified. Supports --json for machine-readable output.
/SKILLChecks and processes unread TeamMCP inbox messages, categorizes them by priority, and produces a structured summary. Also supports responding to urgent items.
/swarm-statusChecks current swarm status including mode (execute/discuss), online participants, human inbox messages, task queue progress, and recent events. Reports a summary to the user.