ワンクリックで
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 職業分類に基づく
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.
| 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.