Help us improve
Share bugs, ideas, or general feedback.
From walkie-talkie
Join the Walkie-Talkie network with a name and role. Use when the user wants to register this session, set a session name, or connect to the broker.
npx claudepluginhub thebrownproject/walkie-talkie --plugin walkie-talkieHow this skill is triggered — by the user, by Claude, or both
Slash command
/walkie-talkie:joinThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Register this Claude Code session with the Walkie-Talkie broker.
Registers sessions with cc-dm: sets name, role, and optional project tag for scoped messaging. Auto-invokes if unregistered; use for setup or changes.
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.
Manages Claude Code sessions mirrored to Slack via slaude CLI: start/stop/join in channels/users, list running sessions, configure access modes/flags.
Share bugs, ideas, or general feedback.
Register this Claude Code session with the Walkie-Talkie broker.
You MUST use the join MCP tool (plugin:walkie-talkie:walkie-talkie). Do NOT use curl, Bash, or any other method to register. The MCP tool connects the internal polling loop - without it, you will not receive messages.
Call the join MCP tool (NOT curl, NOT bash) with:
name: session name from first argumentrole: role description from second argument (or empty string)channels: any remaining arguments as channel names to subscribe toCall the list_sessions MCP tool to show who else is online.
Display confirmation: "Joined as NAME. N other sessions online." Include channels if subscribed.