en un clic
quieter
Decrease system volume by 10% during voice chat
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Decrease system volume by 10% during voice chat
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
| name | quieter |
| description | Decrease system volume by 10% during voice chat |
| disable-model-invocation | true |
Decrease the system output volume by 10%.
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."
Decrease volume and get new level (Bash):
claude-talk server volume-down
Say: "Volume decreased to [X]%"
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.