Start or resume system-wide media playback on this Mac. Use when the user says play the music, resume playback, or continue the song.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add Bangs00/claude-media-control --skill play --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Play?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bangs00-play)More formats (shields.io, HTML) on the badges page.
---
name: play
description: Start or resume system-wide media playback on this Mac. Use when the user says play the music, resume playback, or continue the song.
allowed-tools: Bash
---
Play command sent. Resulting state (JSON):
!`"${CLAUDE_PLUGIN_ROOT}/scripts/media.sh" play`
Confirm to the user in one compact markdown line (not a code block): `▶︎|⏸ **<title>** — *<artist>* · <appName>` (title bold, artist italic).
- If the JSON is `null`: there is no active media session to resume — the user needs to start playback in an app once first.
- 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!