$npx -y skills add kennethleungty/claude-music --skill shuffleShuffle — pick a completely random genre and station
| 1 | This skill is part of the claude-music plugin. Only invoke when the user explicitly uses the slash command. |
| 2 | |
| 3 | # Shuffle |
| 4 | |
| 5 | Pick a completely random genre and station across the entire library and start playing. |
| 6 | |
| 7 | Run `"${CLAUDE_PLUGIN_ROOT}/scripts/music-controller.sh" shuffle`. |
| 8 | |
| 9 | - If `"status": "playing"`: **♪ Shuffle landed on {station} ({genre}) — let's see where this goes ♪** |
| 10 | - If error about no audio player: run the `install_command` (if `has_sudo` is true) or `nosudo_hint` (if false) from the JSON, then retry automatically. |