blucli

Control Bluesound and NAD speakers for playback, grouping, and volume via the blu CLI.

1|Updated Aug 5, 2026
One-click install
npx skills add https://github.com/Solizardking/Solana-Robotics-Kit --skill blucli-solizardking
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blucli
Source: https://github.com/Solizardking/Solana-Robotics-Kit/tree/main/eliza/packages/skills/skills/blucli
Command: npx skills add https://github.com/Solizardking/Solana-Robotics-Kit --skill blucli-solizardking

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Managing Bluesound and NAD multi-room audio systems typically requires switching between vendor apps and manual controls. This Skill lets you discover players, control playback, adjust volume, and manage speaker groups directly from the command line using the blu CLI. ## Core Features & Use Cases - Device Discovery & Targeting: List available players with blu devices and target them by ID, name, alias, the BLU_DEVICE environment variable, or a configured default. - Playback & Volume Control: Play, pause, stop, check status, and set volume levels on any selected player. - Grouping & TuneIn Radio: Create or remove multi-room speaker groups and search or play TuneIn radio stations by query. - Use Case: You want to start a TuneIn jazz station on your living room Bluesound player at moderate volume. The Skill finds the device, confirms the target, plays the station, and sets the volume. ## Quick Start Ask the assistant to list available Bluesound devices and play a TuneIn station on the living room speaker at volume 15.

Frequently Asked Questions about blucli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I control Bluesound speakers from the command line?

Use the blu CLI to control Bluesound players from the terminal. Run blu devices to list players, then use commands like blu play, blu pause, blu stop, and blu volume set 15 with a --device flag to target a specific speaker.

How do I group Bluesound speakers for multi-room audio?

Use blu group commands to manage multi-room setups. Run blu group status to view current groups, blu group add to add a player to a group, and blu group remove to ungroup speakers.

Does blucli work with NAD amplifiers and players?

Yes, blucli supports NAD devices that run the BluOS platform, the same operating system used by Bluesound speakers. Any BluOS-enabled NAD player can be discovered and controlled with the same blu commands.

How do I select which Bluesound device to control?

Target a device using the --device flag with an ID, name, or alias, which takes highest priority. Alternatively set the BLU_DEVICE environment variable or configure a default device in the blu config file.

Can I search and play TuneIn radio stations with blu?

Yes, blu includes TuneIn integration for radio playback. Use blu tunein search with a query to find stations, then blu tunein play with the query to start streaming on the selected device.