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