macos-audio
PassAudited by ClawScan on May 1, 2026.
Overview
This instruction-only skill is coherent for managing macOS audio and Bluetooth, with disclosed local device-control commands and Homebrew installation steps users should review.
This appears reasonable for a macOS audio-control skill. Before installing, confirm you trust the Homebrew packages and third-party tap, and only let the skill change Bluetooth/audio settings when that is what you want.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
The agent could switch speakers, connect or disconnect Bluetooth devices, change volume, or start playback when using this skill.
The skill documents commands that can change Bluetooth connections, audio output routing, and system volume. These actions are purpose-aligned and disclosed, but they affect the user's local device state.
macos-audio connect bt <name|mac> ... macos-audio disconnect <target> ... macos-audio volume set <0-100>
Use the skill only when you intend to manage audio or Bluetooth, and review device names and volume changes before allowing connection or disconnection actions.
Installing the CLI and dependencies adds external software to the local machine.
The skill instructs installation of external Homebrew packages, including a third-party tap, while the registry lists no homepage/source and no formal install spec. This is disclosed setup for the stated purpose, but users rely on external package provenance.
brew install switchaudio-osx ... brew install blueutil ... brew install vossenwout/tap/macos-audio-cli
Before installing, verify the Homebrew tap and dependency packages are the ones you trust and expect to use for macOS audio control.
