blucli

Control Bluesound and NAD players via command-line discovery, playback, grouping, and volume commands.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/dingdyan/openclaw-workspace-v2 --skill blucli-dingdyan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blucli
Source: https://github.com/dingdyan/openclaw-workspace-v2/tree/main/skills/blucli
Command: npx skills add https://github.com/dingdyan/openclaw-workspace-v2 --skill blucli-dingdyan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you reliably control Bluesound/NAD devices from the command line, avoiding slow manual navigation when you need to start playback, manage volume, or coordinate groups.

Core Features & Use Cases

  • Device discovery and targeting: Select a target player by id, name, or alias to run commands against the right device.
  • Playback and volume control: Start, pause, stop, and set volume with consistent command patterns.
  • Grouping and TuneIn workflows: Check and manage groups and search/play TuneIn content for a specific player or group.

Quick Start

Run blu with your device selection and ask for its current status, for example: use the target option to select the player and request its status.

Frequently Asked Questions about blucli

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

FAQPage Schema
How do I control Bluesound or NAD players from the command line?

You can control Bluesound or NAD players from the command line by using a CLI to issue discovery, playback, volume, and grouping commands to specific devices on your local network.

Can I manage Bluesound player grouping and volume via a terminal?

Yes, you can manage Bluesound player grouping and volume via a terminal by executing commands that check status, adjust volume levels, and coordinate grouped playback across multiple targeted devices.

How do I search and play TuneIn content on a specific BluOS device?

To search and play TuneIn content on a specific BluOS device, use the CLI to scope commands to your target player by id or name, then execute the TuneIn search and play workflow.

Does BluOS CLI control support JSON output for home audio automation scripting?

Yes, BluOS CLI control supports JSON output for home audio automation scripting, allowing you to parse structured data from device discovery, status checks, and playback commands within automated workflows.

What is the best way to target a specific BluOS player without navigating manual menus?

The best way to target a specific BluOS player without manual menus is using a CLI that scopes commands via device id, name, or alias flags, or by setting environment and config defaults.

Do I need extra dependencies to run commands for Bluesound device control?

No extra dependencies are required to run commands for Bluesound device control, as the CLI operates independently to discover devices and execute media playback and grouping operations.