Skip to the next track in whatever app is playing on this Mac. Use when the user says next song, skip this track, or change the song.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add Bangs00/claude-media-control --skill next --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Next?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bangs00-next)More formats (shields.io, HTML) on the badges page.
---
name: next
description: Skip to the next track in whatever app is playing on this Mac. Use when the user says next song, skip this track, or change the song.
allowed-tools: Bash
---
Skipped to the next track. Resulting state (JSON):
!`"${CLAUDE_PLUGIN_ROOT}/scripts/media.sh" next`
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.
- If the JSON is `null`: nothing was playing to skip.
- 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!