Diagnose the media plugin — native build, read/control paths, fallbacks, permissions — and suggest fixes. Use when media commands fail, return nothing, or the user asks to troubleshoot media control.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add Bangs00/claude-media-control --skill doctor --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Doctor?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bangs00-doctor)More formats (shields.io, HTML) on the badges page.
---
name: doctor
description: Diagnose the media plugin — native build, read/control paths, fallbacks, permissions — and suggest fixes. Use when media commands fail, return nothing, or the user asks to troubleshoot media control.
allowed-tools: Bash
---
Diagnosis report:
!`"${CLAUDE_PLUGIN_ROOT}/scripts/media.sh" doctor`
Interpret the report for the user:
1. Lead with the `verdict:` line in plain words.
2. For any item marked `FAILED` or `missing`, explain the fix in one line each
(the report text already contains the exact command, e.g.
`xcode-select --install`).
3. If the verdict suggests a rebuild — or the user asks for one — run with Bash:
```bash
"${CLAUDE_PLUGIN_ROOT}/scripts/media.sh" doctor --rebuild
```
and summarize the new verdict.
Keep the summary short; do not re-print the raw report (the user already sees it).
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!