What problem does it solve? Managing Bluesound and NAD network audio players typically requires a mobile app or web interface, which breaks terminal-based and scripted workflows. This Skill lets you discover devices, control playback, manage groups, and adjust volume directly from the command line. ## Core Features & Use Cases - Device Discovery & Targeting: List available players with blu devices and target them via --device, the BLU_DEVICE environment variable, or a config default. - Playback & Volume Control: Run blu play|pause|stop and blu volume set 15 to control any player on the network. - Grouping & TuneIn: Manage multi-room groups with blu group status|add|remove and search or play TuneIn stations with blu tunein search "query". - Use Case: You want a cron job or automation script to pause your living room Bluesound speaker every evening. Use blu --device living-room pause --json for scriptable, parseable output. ## Quick Start Ask the assistant to list available BluOS devices and show the playback status of your main speaker using the blu CLI.