Help us improve
Share bugs, ideas, or general feedback.
From walkie-talkie
Send a message to another Walkie-Talkie session. Use when the user wants to message another session, communicate with another agent, or relay information.
npx claudepluginhub thebrownproject/walkie-talkie --plugin walkie-talkieHow this skill is triggered — by the user, by Claude, or both
Slash command
/walkie-talkie:sendThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Send a direct message to another connected session.
Sends 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.
Share bugs, ideas, or general feedback.
Send a direct message to another connected session.
Use the send MCP tool with:
to: target session name from first argumenttext: message content from remaining argumentsDisplay confirmation with the message ID.
If the target is not found, suggest running /walkie-talkie:list to see who's online.