
Blucli
- 16 installs
- 869 repo stars
- Updated June 8, 2026
- beita6969/scienceclaw
This is a copy of blucli by steipete - installs and ranking accrue to the original listing.
blucli is a Claude skill that controls Bluesound/NAD BluOS audio players from the command line using the blu CLI.
About
Controls Bluesound/NAD (BluOS) audio players from the command line with the blu CLI. A developer uses it to discover devices, manage playback, group players, set volume, and search/play TuneIn stations. It supports --json output for scripting and multiple device-targeting options.
- BluOS CLI (blu) to control Bluesound/NAD players
- Discovery, playback, grouping, volume, and TuneIn search/play
- Supports --json output for scripting and device targeting by id/name/alias
Blucli by the numbers
- 16 all-time installs (skills.sh)
- Data as of Aug 2, 2026 (Skillselion catalog sync)
blucli capabilities & compatibility
- Capabilities
- blogwatcher · bear notes
- Pricing
- Free
What blucli says it does
BluOS CLI (blu) for discovery, playback, grouping, and volume.
Use `blu` to control Bluesound/NAD players.
Prefer `--json` for scripts. Confirm the target device before changing playback.
npx skills add https://github.com/beita6969/scienceclaw --skill blucliAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 16 |
|---|---|
| repo stars | ★ 869 |
| Last updated | June 8, 2026 |
| Repository | beita6969/scienceclaw ↗ |
What it does
Discover and control Bluesound/NAD BluOS players (playback, grouping, volume) from the command line.
Who is it for?
Controlling Bluesound/NAD players (discovery, playback, grouping, volume) via the terminal or scripts.
Skip if: Non-BluOS audio hardware or general media library management.
When should I use this skill?
You need to discover, play, group, or set the volume on Bluesound/NAD players.
What you get
Bluesound/NAD players discovered and controlled (play, group, volume, TuneIn) from the command line.
- Device discovery and status
- Playback, grouping, and volume control
- TuneIn search and play
By the numbers
- 3 device-targeting methods in priority order
- wraps commands for devices, playback, grouping, volume, TuneIn
Files
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.
Related skills
FAQ
Which players does it control?
Bluesound and NAD players running BluOS.
Can it be scripted?
Yes, it recommends --json output for scripts and supports device targeting by id, name, or alias.