blucli

Automate Bluesound/NAD player control via BluOS CLI commands.

1.0k|59|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/SafeAI-Lab-X/ClawKeeper --skill blucli-safeai-lab-x
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blucli
Source: https://github.com/SafeAI-Lab-X/ClawKeeper/tree/main/legacy/clawkeeper-watcher/skills/blucli
Command: npx skills add https://github.com/SafeAI-Lab-X/ClawKeeper --skill blucli-safeai-lab-x

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bluesound/NAD players are controlled through a dedicated BluOS CLI, simplifying setup, discovery, and playback management in automation scripts.

Core Features & Use Cases

  • Discover devices and inspect status
  • Control playback (play, pause, stop) and adjust volume
  • Group devices and perform multi-room playback

Quick Start

Install BluCLI and start by listing devices with blu devices, then control playback with blu play, blu pause, or blu volume set <n>.

Frequently Asked Questions about blucli

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

FAQPage Schema
How do I automate Bluesound player playback in scripts?

To automate Bluesound player playback in scripts, use BluCLI to execute terminal commands like play, pause, and stop. It interfaces directly with the BluOS CLI to control your NAD or Bluesound devices.

Can I group multiple Bluesound devices for multi-room audio?

Yes, you can group multiple Bluesound devices for multi-room audio. BluCLI supports device grouping commands, allowing you to synchronize playback across several players in home or small-automation scenarios.

How do I discover Bluesound devices on my network?

Discover Bluesound devices on your network by running the blu devices command. BluCLI automates device discovery and lets you inspect the current status of each player found on your local network.

Do I need the BluOS CLI to adjust Bluesound player volume?

Yes, you need the BluOS CLI and the blu binary to adjust Bluesound player volume. BluCLI acts as an automation wrapper, sending volume set commands through the underlying BluOS CLI architecture.

What is the best way to control NAD players from a terminal?

The best way to control NAD players from a terminal is using BluCLI, which provides scriptable commands for device discovery, playback management, and volume control through the dedicated BluOS CLI.

Why does BluCLI require the blu binary for home automation?

BluCLI requires the blu binary for home automation because it serves as the execution engine that directly communicates with the BluOS CLI. Without this binary, the Skill cannot send commands to your Bluesound or NAD devices.