一键导入
start
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.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
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.
用 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.
Stop the Walkie-Talkie broker. Use when the user wants to shut down the broker, kill the broker process, or stop messaging.
| name | start |
| description | 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. |
Check if the Walkie-Talkie broker is running:
curl -s http://127.0.0.1:9900/health 2>/dev/null
If broker responds: Display the status (uptime, session count, queued messages, in-flight messages).
If broker is not running: Start it automatically:
bunx walkie-talk &
Wait 2 seconds then verify it started:
sleep 2 && curl -s http://127.0.0.1:9900/health
If it still fails: The user may not have Bun installed. Tell them to install it from https://bun.sh