# Shuffle

> Shuffle — pick a completely random genre and station

- Skill: `kennethleungty/shuffle` (Agent Skill)
- Install (CLI): `npx skillmds@latest add kennethleungty/shuffle`
- Raw SKILL.md: https://api.skillmd.com/api/skills/kennethleungty/shuffle/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/shuffle

---


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

# Shuffle

Pick a completely random genre and station across the entire library and start playing.

Run `"${CLAUDE_PLUGIN_ROOT}/scripts/music-controller.sh" shuffle`.

- If `"status": "playing"`: **♪ Shuffle landed on {station} ({genre}) — let's see where this goes ♪**
- 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.

