From walkie-talkie
Broadcast a message to all Walkie-Talkie sessions. Use when the user wants to message everyone, announce something to all sessions, or send a broadcast.
How this skill is triggered — by the user, by Claude, or both
Slash command
/walkie-talkie:broadcastThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Send a message to all connected sessions.
Send a message to all connected sessions.
Use the broadcast MCP tool with:
text: message content from argumentsDisplay confirmation with the message ID and recipient count.
npx claudepluginhub thebrownproject/walkie-talkie --plugin walkie-talkieSends and receives direct messages between active Claude Code sessions on the same machine. Use for coordinating parallel sessions via dm, broadcast, active checks, and project-scoped messaging.
Publishes messages to topics for inter-agent handoffs, notifications, broadcasts across hive sessions using `hive msg pub` CLI with flags for message, file, stdin, wildcards.
Agent-to-agent messaging bus for Claude Code. Sends messages between local sessions, delegates tasks, fans-out work, and coordinates concurrent agents on the same machine.