一键导入
config
View or edit voice chat configuration. Shows current settings and allows changes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
View or edit voice chat configuration. Shows current settings and allows changes.
用 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.
Spawn or manage voice teammates. Each teammate is a separate Claude personality in its own tmux pane.
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.
| name | config |
| description | View or edit voice chat configuration. Shows current settings and allows changes. |
| disable-model-invocation | true |
| argument-hint | [setting=value] |
View or update voice chat settings.
Show the current configuration by reading these files in order:
~/.claude-talk/config.env (user overrides)<CLAUDE_TALK_DIR>/config/defaults.env (defaults)Also read ~/.claude-talk/active-personality and show the active personality name (e.g., "Active personality: witty-jarvis"). If the file doesn't exist, show "Active personality: (none — run /claude-talk:personality to set up)".
Display a clear summary of all settings with their current effective values, noting which are defaults and which are user-set.
Show current audio server status using the Python CLI (use Bash):
source ~/.claude-talk/venvs/wlk/bin/activate && claude-talk server status
Also show audio devices (use Bash):
claude-talk devices
Show the active AUDIO_DEVICE setting and what it resolves to (if "auto" or unset, note that auto-detection is active).
Also show available TTS voices:
say -v '?' | head -20
Parse the argument as KEY=VALUE (e.g., VOICE=Karen, MIC_GAIN=4.0, AUDIO_DEVICE=2, AUDIO_DEVICE=auto).
Update ~/.claude-talk/config.env by adding or replacing the line with that key.
Confirm the change to the user.