Agent skill

volume

Set system volume to a specific level (0-100) 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/volume

SKILL.md

Set Volume

Set the system output volume to a specific level.

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. Set volume to the requested level (Bash). The argument is the level (0-100):

    bash
    claude-talk server set-volume <level>
    
  3. Say: "Volume set 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