一键导入
join
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.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
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.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Update this session's role. Use when the user wants to change what they're working on, update their status, or change their role description.
Unsubscribe from a Walkie-Talkie channel. Use when the user wants to leave a channel, stop listening to a group, or tune out.
Publish a message to a Walkie-Talkie channel. Use when the user wants to send a message to a channel, notify a group, or post to subscribers.
Subscribe to a Walkie-Talkie channel. Use when the user wants to tune into a channel, join a group, or listen to a specific topic.
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.
Start or check the Walkie-Talkie broker. Use when the user wants to start the messaging broker, check if it's running, or see broker status.
| name | join |
| description | 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. |
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.