一键导入
teammate
Spawn or manage voice teammates. Each teammate is a separate Claude personality in its own tmux pane.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Spawn or manage voice teammates. Each teammate is a separate Claude personality in its own tmux pane.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | teammate |
| description | Spawn or manage voice teammates. Each teammate is a separate Claude personality in its own tmux pane. |
/claude-talk:teammate [personality] — spawn a specific personality, or omit for interactive selection.
Spawn a teammate by personality name (use Bash):
source ~/.claude-talk/venvs/wlk/bin/activate
claude-talk teammate spawn "$PERSONALITY"
Where $PERSONALITY is the argument passed to this skill (e.g., claude, vex, hank). If no argument, list available personalities first:
source ~/.claude-talk/venvs/wlk/bin/activate
claude-talk personality list
Then ask the user which personality to spawn and run claude-talk teammate spawn <chosen>.
Report back: which personality was spawned, which tmux pane they're in, and that voice routing is now active for them.
Also mention: teammates can message each other using claude-talk message send <personality> "text" or broadcast to all with claude-talk message broadcast "text". Messages arrive as Teammate <name> said: ... in the recipient's session.
Show help for claude-talk voice chat commands.
Start a voice conversation with Claude. Launches whisper.cpp STT and audio capture. macOS only.
Install claude-talk and personalize your voice assistant. Sets up dependencies, then lets you choose a name, voice, and personality. macOS (Apple Silicon) only.
Set system volume to a specific level (0-100) during voice chat
Quick single voice exchange. Speaks a prompt, captures one response via TTS. No persistent session needed.
Stop voice chat. Releases the current voice session and stops the audio server if no other sessions are active.