blucli

Control Bluesound/NAD players from the command line via the blu binary.

Updated Jan 1, 2026
One-click install
npx skills add https://github.com/hcnimi/clawdis --skill blucli-hcnimi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blucli
Source: https://github.com/hcnimi/clawdis/tree/main/skills/blucli
Command: npx skills add https://github.com/hcnimi/clawdis --skill blucli-hcnimi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage Bluesound/NAD players from the command line, enabling automation and scripted control without GUI interactions.

Core Features & Use Cases

  • Discover Bluesound/NAD devices on the network
  • Control playback (play, pause, stop) and adjust volume
  • Group devices and manage multi-room setups
  • Query device status and perform simple automations

Quick Start

Install blucli and run a sample command to connect to a device and start playback.

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 device playback from the command line?

To control Bluesound playback from the command line, you can use this Skill to issue play, pause, and stop commands directly to your networked devices, enabling scripted automation without relying on the standard GUI application.

Can I manage multi-room grouping for Bluesound players via a CLI?

Yes, you can manage multi-room grouping for Bluesound players via a CLI by executing device grouping commands, allowing you to synchronize and control audio playback across multiple Bluesound or NAD devices in a home or small office network.

Do I need the blu binary installed to manage Bluesound devices with this Skill?

Yes, you need the blu binary installed on your host system and accessible in your PATH to manage Bluesound devices with this Skill, as it relies on this prerequisite CLI tool to issue network discovery and device control commands.

What is the best way to automate Bluesound volume control without using the GUI?

The best way to automate Bluesound volume control without using the GUI is by running command-line scripts that adjust volume levels directly, allowing you to query device status and integrate audio adjustments into your existing automated workflows.

How does network discovery work for Bluesound and NAD devices using a CLI?

Network discovery for Bluesound and NAD devices using a CLI works by scanning your local network to identify available players, enabling you to programmatically locate and query the status of hardware devices without manual configuration.