# Prev

> Previous — go back to the last stream you were on

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

---


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

# Previous Station

Go back to the previous radio station.

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

The JSON response includes `genre` and `station` fields. Use both in your reply:

- If `"status": "playing"`: **♪ Now playing {genre} — {station} ♪**
- If `"status": "error"`: **♪ No previous station — try `/next` first, then `/prev` to go back. ♪**
- If nothing playing: **♪ Nothing playing — try `/play` to start. ♪**

