Skip to main content
ClaudeWave
Skill843 repo starsupdated 4d ago

blucli

BluOS CLI (blucli) is a command-line interface for controlling Bluesound and NAD audio players across discovery, playback control, grouping, and volume adjustment. Use this skill when you need to script or automate audio player management, search and play streaming content via TuneIn, manage multi-room audio groups, or integrate Bluesound devices into workflows requiring reliable device targeting and JSON-formatted output for automation.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/beita6969/ScienceClaw /tmp/blucli && cp -r /tmp/blucli/skills/blucli ~/.claude/skills/blucli
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# blucli (blu)

Use `blu` to control Bluesound/NAD players.

Quick start

- `blu devices` (pick target)
- `blu --device <id> status`
- `blu play|pause|stop`
- `blu 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.