con un clic
volume
Set system volume to a specific level (0-100) during voice chat
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Set system volume to a specific level (0-100) during voice chat
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
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.
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.
Basado en la clasificación ocupacional SOC
| name | volume |
| description | Set system volume to a specific level (0-100) during voice chat |
| args | level |
| disable-model-invocation | true |
Set the system output volume to a specific level.
Check if the audio server is running (Bash):
claude-talk server status 2>/dev/null && echo "running" || echo "stopped"
If stopped, tell the user: "Audio server is not running. Start voice chat with /claude-talk:start first."
Set volume to the requested level (Bash). The argument is the level (0-100):
claude-talk server set-volume <level>
Say: "Volume set to [X]%"