Provides a concise command-line interface for controlling Bluesound/NAD players (blu). Typical actions include discovering devices, selecting a target, playing and stopping audio, adjusting volume, grouping or ungrouping players, and searching/playing TuneIn radio. The skill documents common commands and best practises for scripted usage (prefer --json output).
Use this skill when you need to automate or script audio playback and multi-room speaker management for Bluesound/NAD hardware. It's suitable for CI tasks, home automation routines, or when assisting a user who wants to control playback via chat/agent commands.
Likely compatible with agents that can run shell commands and interact with local binaries (Copilot/Codex/Copilot-style agents, local automation agents).
BluOS CLI skill for controlling Bluesound/NAD speakers via the `blu` binary. No bundled scripts — the skill is a thin wrapper around an external Go CLI tool. SKILL.md is clean and well-structured with clear quick-start, target selection priority, and common usage examples. No security concerns; the install mechanism uses structured Go module references rather than arbitrary shell commands.
No scripts to audit. Skill is purely instructional — delegates all work to an external Go binary. The Go module path (github.com/steipete/blucli) is specific and auditable. Niche but functional for its target audience.