بنقرة واحدة
mute
Mute the microphone during a voice chat session. The capture loop pauses until unmuted.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Mute the microphone during a voice chat session. The capture loop pauses until unmuted.
التثبيت باستخدام 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.
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.
استنادا إلى تصنيف SOC المهني
| name | mute |
| description | Mute the microphone during a voice chat session. The capture loop pauses until unmuted. |
| disable-model-invocation | true |
Pause microphone capture during a voice chat session.
Check that a voice session is active (use Bash):
source ~/.claude-talk/venvs/wlk/bin/activate
claude-talk state get SESSION
If it returns non-zero or the value is not "active", tell the user: "No voice chat session is active. Start one with /claude-talk:start."
Set muted state (use Bash):
source ~/.claude-talk/venvs/wlk/bin/activate
claude-talk state set MUTED true
claude-talk state set STATUS muted
Confirm: "Microphone muted. Run /claude-talk:unmute to resume."