with one click
louder
Increase system volume by 10% during voice chat
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Increase system volume by 10% during voice chat
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | louder |
| description | Increase system volume by 10% during voice chat |
| disable-model-invocation | true |
Increase 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."
Increase volume and get new level (Bash):
claude-talk server volume-up
Say: "Volume increased 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.