OpenClaw · Skill
Blu
Use blu to control Bluesound/NAD players.
Media & Streaming
v1.0.0
VirusTotal: Benign
Install
Start with the primary install command. Alternate entrypoints are included below for ClawHub and OpenClaw CLI users.
Primary command
clawhub install steipete/blucliClawHub installer
npx clawhub@latest install steipete/blucliOpenClaw CLI
openclaw skills install steipete/blucliDirect OpenClaw install
openclaw install steipete/blucliWhat this skill does
Use blu to control Bluesound/NAD players.
Why it matters
Enables scriptable, headless control of Bluesound players without opening the BluOS mobile or desktop app.
Typical use cases
- Pausing music across all rooms from the terminal
- Setting speaker volume before a video call
- Searching TuneIn and starting a radio station by name
- Grouping multiple Bluesound players for synchronized playback
- Scripting timed playback or volume changes
Source instructions
blucli (blu)
Use blu to control Bluesound/NAD players.
Quick start
blu devices(pick target)blu --device <id> statusblu play|pause|stopblu volume set 15
Target selection (in priority order)
--device <id|name|alias>BLU_DEVICE- config default (if set)
Common tasks
- Grouping:
blu group status|add|remove - TuneIn search/play:
blu tunein search "query",blu tunein play "query"
Prefer --json for scripts. Confirm the target device before changing playback.