$npx -y skills add kennethleungty/claude-music --skill prevPrevious — go back to the last stream you were on
| 1 | This skill is part of the claude-music plugin. Only invoke when the user explicitly uses the slash command. |
| 2 | |
| 3 | # Previous Station |
| 4 | |
| 5 | Go back to the previous radio station. |
| 6 | |
| 7 | Run `"${CLAUDE_PLUGIN_ROOT}/scripts/music-controller.sh" prev`. |
| 8 | |
| 9 | The JSON response includes `genre` and `station` fields. Use both in your reply: |
| 10 | |
| 11 | - If `"status": "playing"`: **♪ Now playing {genre} — {station} ♪** |
| 12 | - If `"status": "error"`: **♪ No previous station — try `/next` first, then `/prev` to go back. ♪** |
| 13 | - If nothing playing: **♪ Nothing playing — try `/play` to start. ♪** |