Show or set the Mac's system output volume (0-100). Use when the user asks how loud the volume is, wants it louder/quieter, sets a specific level, or asks to mute.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add Bangs00/claude-media-control --skill volume --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Volume?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bangs00-volume)More formats (shields.io, HTML) on the badges page.
---
name: volume
description: Show or set the Mac's system output volume (0-100). Use when the user asks how loud the volume is, wants it louder/quieter, sets a specific level, or asks to mute.
argument-hint: [0-100]
allowed-tools: Bash
---
Requested volume: $ARGUMENTS
1. Work out the target:
- no argument → just read the current volume
- a number 0-100 → set that level
- relative ("louder", "quieter", "볼륨 올려/내려", "a bit louder") → read the
current level first, then add/subtract 10 (clamp to [0, 100])
- "mute" → set 0; "unmute" without a remembered level → suggest 50
2. Run with Bash:
```bash
"${CLAUDE_PLUGIN_ROOT}/scripts/media.sh" volume # read
"${CLAUDE_PLUGIN_ROOT}/scripts/media.sh" volume <0-100> # set, then reads back
```
The command prints `{"volume":N,"muted":bool}`. Confirm in one short markdown
line, e.g. `🔊 Volume **45%**` (append `*(muted)*` when `muted` is true). This
is the system output volume — it does not change per-app sliders.
Tip: the statusline can show the volume as icon + level bar + percent
(`🔉 ▄ 45%`) — check "Volume" in the `/media:statusline` Items tab, or place
it anywhere with a numeric pattern (digit 3).
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!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.