$npx -y skills add kennethleungty/claude-music --skill nextNext — skip to a different stream in the same genre
| 1 | This skill is part of the claude-music plugin. Only invoke when the user explicitly uses the slash command. |
| 2 | |
| 3 | # Next Track |
| 4 | |
| 5 | Skip to a different radio stream within the current genre. |
| 6 | |
| 7 | Run `"${CLAUDE_PLUGIN_ROOT}/scripts/music-controller.sh" next`. |
| 8 | |
| 9 | - If `"status": "playing"`: **♪ Skipped to {station} ({genre}) ♪** |
| 10 | - If nothing playing: **♪ Nothing playing — try `/play` to start. ♪** |