원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
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.