blucli

Control Bluesound/NAD players for discovery, playback, grouping, and volume.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/Jnuso/OpenClaw --skill blucli-jnuso
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: blucli
Source: https://github.com/Jnuso/OpenClaw/tree/main/skills/blucli
Command: npx skills add https://github.com/Jnuso/OpenClaw --skill blucli-jnuso

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Control Bluesound/NAD players from scripts and automation to manage playback, volume, and multi-room setups without manual interaction.

Core Features & Use Cases

  • Discover Bluesound/NAD devices on the network and select a target.
  • Control playback state (play, pause, stop) and adjust volume across devices.
  • Manage groups for synchronized playback and multi-room audio.
  • Use with TuneIn or streaming services via BluOS command support.

Quick Start

Start by listing devices with blu devices, select a target with --device, then issue a playback command such as blu play.

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 an automation script?▼

You can control Bluesound or NAD players from automation scripts by using a CLI tool to issue network commands for discovery, playback, volume, and grouping without manual app interaction. This enables reliable home audio automation.

Can I manage multi-room audio grouping for BluOS devices programmatically?▼

Yes, you can manage multi-room audio grouping for BluOS devices programmatically. The CLI supports grouping devices together to enable synchronized playback across multiple zones in your home audio setup.

What do I need to automate playback control on my home audio network?▼

To automate playback control on your home audio network, you need BluOS-capable devices on the network and the blu binary installed via a Go module, available in your system PATH to execute commands.

How do I discover available Bluesound devices on my local network?▼

To discover available Bluesound devices on your local network, run the device discovery command. After listing available devices, you can select a specific target using a device flag to issue subsequent commands.

Does BluOS command support work with streaming services like TuneIn?▼

Yes, BluOS command support works with streaming services like TuneIn. You can integrate these streaming services into your automation scripts to control playback state and manage audio across your devices.