# Volume

> Volume — set, get, or nudge the music volume up/down

- Skill: `kennethleungty/volume` (Agent Skill)
- Install (CLI): `npx skillmds@latest add kennethleungty/volume`
- Raw SKILL.md: https://api.skillmd.com/api/skills/kennethleungty/volume/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: kennethleungty (https://skillmd.com/u/kennethleungty)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/kennethleungty/volume

---


This skill is part of the claude-music plugin. Only invoke when the user explicitly uses the slash command.

# Volume

Adjust music volume (0-100), or `up`/`down` to adjust by 10.

- If `$ARGUMENTS` is empty: run `"${CLAUDE_PLUGIN_ROOT}/scripts/music-controller.sh" status` → **♪ Volume: {volume}/100 ♪**
- 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} ♪**

