From walkie-talkie
List all sessions connected to Walkie-Talkie. Use when the user wants to see who's online, check connected sessions, or view the session registry.
How this skill is triggered — by the user, by Claude, or both
Slash command
/walkie-talkie:listThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the `list_sessions` MCP tool to fetch all connected sessions from the broker.
Use the list_sessions MCP tool to fetch all connected sessions from the broker.
Display as a formatted list showing:
If no sessions are online, say so.
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.
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.
Unified session management for Claude Code: list active sessions, check inbox, and broadcast messages across sessions. Explicit /session invocation only.