Go back to the previous track in whatever app is playing on this Mac. Use when the user says previous song, go back a track, or replay the last song.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add Bangs00/claude-media-control --skill prev --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Prev?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bangs00-prev)More formats (shields.io, HTML) on the badges page.
---
name: prev
description: Go back to the previous track in whatever app is playing on this Mac. Use when the user says previous song, go back a track, or replay the last song.
allowed-tools: Bash
---
Went to the previous track. Resulting state (JSON):
!`"${CLAUDE_PLUGIN_ROOT}/scripts/media.sh" prev`
Confirm to the user in one compact markdown line (not a code block): `▶︎|⏸ **<title>** — *<artist>* · <appName>` (title bold, artist italic) — this is the track now playing.
- Note: many apps restart the current track on the first "previous" and only jump to the prior track on a second call — mention this if the title did not change.
- If the JSON is `null`: nothing was playing to control.
- If `"degraded": true` or a stderr hint appeared: add one short note pointing to `/media:doctor`.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!