Increase Volume
Increase the system output volume by 10%.
Steps
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:startfirst."Increase volume and get new level (Bash):
claude-talk server volume-upSay: "Volume increased to [X]%"