macos-audio
PassAudited by VirusTotal on May 11, 2026.
Overview
Type: OpenClaw Skill Name: macos-audio Version: 1.0.0 The skill bundle provides instructions for managing macOS audio and Bluetooth devices using a CLI tool. It relies on legitimate third-party utilities (blueutil, switchaudio-osx) and a specific Homebrew tap (vossenwout/tap/macos-audio-cli). The commands and workflow described in SKILL.md are consistent with the stated purpose and show no signs of malicious intent, data exfiltration, or prompt injection.
Findings (0)
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.
