Control Bluesound or NAD players via the command line with the blucli utility.
Install
mkdir -p .claude/skills/blucli && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/4026" && unzip -o skill.zip -d .claude/skills/blucli && rm skill.zipInstalls to .claude/skills/blucli
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
BluOS CLI (blu) for discovery, playback, grouping, and volume.Key capabilities
- →Discover networked audio devices
- →Manage speaker grouping
- →Control track playback
- →Set volume levels
- →Search TuneIn stations
How it works
The tool interfaces with the BluOS CLI to send commands to networked Bluesound or NAD players.
Inputs & outputs
When to use blucli
- →Toggle playback on home audio system
- →Group speakers for multi-room audio
- →Set precise volume levels via terminal
- →Search for and play TuneIn stations
About this skill
blucli (blu)
Use blu to control Bluesound/NAD players.
Quick start
blu devices(pick target)blu --device <id> statusblu play|pause|stopblu volume set 15
Target selection (in priority order)
--device <id|name|alias>BLU_DEVICE- config default (if set)
Common tasks
- Grouping:
blu group status|add|remove - TuneIn search/play:
blu tunein search "query",blu tunein play "query"
Prefer --json for scripts. Confirm the target device before changing playback.
When not to use it
- →Non-BluOS audio hardware
- →Network configuration tasks
Prerequisites
Limitations
- →Limited to BluOS-compatible hardware
- →Requires network connectivity to devices
How it compares
It enables terminal-based control of multi-room audio systems instead of using proprietary mobile applications.
Compared to similar skills
blucli side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| blucli (this skill) | 1 | 2mo | No flags | Beginner |
| opencode-cli | 14 | 7mo | Review | Advanced |
| workflow-orchestration-patterns | 10 | 2mo | No flags | Advanced |
| upgrading-golang | 1 | 5mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by openclaw
View all by openclaw →You might also like
opencode-cli
SpillwaveSolutions
This skill should be used when configuring or using the OpenCode CLI for headless LLM automation. Use when the user asks to "configure opencode", "use opencode cli", "set up opencode", "opencode run command", "opencode model selection", "opencode providers", "opencode vertex ai", "opencode mcp servers", "opencode ollama", "opencode local models", "opencode deepseek", "opencode kimi", "opencode mistral", "fallback cli tool", or "headless llm cli". Covers command syntax, provider configuration, Vertex AI setup, MCP servers, local models, cloud providers, and subprocess integration patterns.
workflow-orchestration-patterns
wshobson
Design durable workflows with Temporal for distributed systems. Covers workflow vs activity separation, saga patterns, state management, and determinism constraints. Use when building long-running processes, distributed transactions, or microservice orchestration.
upgrading-golang
chainloop-dev
Upgrades Go version across the entire Chainloop codebase including source files, Docker images, CI/CD workflows, and documentation. Use when the user mentions upgrading Go, golang version, or updating Go compiler version.
bump-go-dependencies
docker
Update direct Go module dependencies one by one, validating each bump with tests and linter, committing individually, and producing a summary table for a PR description
gentleman-system
Gentleman-Programming
System detection and command execution patterns for Gentleman.Dots. Trigger: When editing files in installer/internal/system/, adding OS support, or modifying command execution.
agent-module-architecture
TencentBlueKing
Agent 构建机模块架构指南(Go 语言),涵盖 Agent 启动流程、心跳机制、任务领取执行、升级更新、与 Dispatch 交互。当用户开发 Agent 功能、修改心跳逻辑、处理任务执行或实现 Agent 升级时使用。