$npx -y skills add kennethleungty/claude-music --skill volumeVolume — set, get, or nudge the music volume up/down
| 1 | This skill is part of the claude-music plugin. Only invoke when the user explicitly uses the slash command. |
| 2 | |
| 3 | # Volume |
| 4 | |
| 5 | Adjust music volume (0-100), or `up`/`down` to adjust by 10. |
| 6 | |
| 7 | - If `$ARGUMENTS` is empty: run `"${CLAUDE_PLUGIN_ROOT}/scripts/music-controller.sh" status` → **♪ Volume: {volume}/100 ♪** |
| 8 | - If `up`, `down`, or a number: run `"${CLAUDE_PLUGIN_ROOT}/scripts/music-controller.sh" volume-adjust $ARGUMENTS` → use the `message` field from the JSON output verbatim: **♪ {message} ♪** |