$npx -y skills add kennethleungty/claude-music --skill muteMute — silence the music without stopping the stream
| 1 | This skill is part of the claude-music plugin. Only invoke when the user explicitly uses the slash command. |
| 2 | |
| 3 | # Mute |
| 4 | |
| 5 | Set volume to 0 — the stream keeps playing silently. Use `/volume up` or `/volume <number>` to unmute. |
| 6 | |
| 7 | Run `"${CLAUDE_PLUGIN_ROOT}/scripts/music-controller.sh" volume-adjust 0`. |
| 8 | |
| 9 | Use the `message` field from the JSON output: **♪ {message} ♪** |
| 10 | |
| 11 | Add: *Use `/volume up` or `/volume <number>` to unmute.* |