Louder

Increase system volume by 10% during voice chat

majiayu000 e419fb6 2 files · 1.3 KB Updated 567 repo stars

File contents

Increase Volume

Increase the system output volume by 10%.

Steps

  1. 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."

  2. Increase volume and get new level (Bash):

    claude-talk server volume-up
    
  3. Say: "Volume increased to [X]%"

majiayu000/claude-skill-registry-data/tree/main/system/louder commit e419fb6a17

Frequently asked questions

npx skillmds add majiayu000/louder