Agent skill

louder

Increase system volume by 10% during voice chat

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/louder

SKILL.md

Increase Volume

Increase the system output volume by 10%.

Steps

  1. Check if the audio server is running (Bash):

    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):

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

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results