Agent Skills
› linuxhsj/openclaw-zero-token
› blucli
blucli
GitHubblucli 是用于控制 Bluesound/NAD 音频设备的命令行工具,支持设备发现、播放控制、音量调节及群组管理。
Trigger Scenarios
需要控制 BluOS 或 NAD 播放器时
查询音频设备状态或列表时
Install
npx skills add linuxhsj/openclaw-zero-token --skill blucli -g -y
SKILL.md
Frontmatter
{
"name": "blucli",
"homepage": "https:\/\/blucli.sh",
"metadata": {
"openclaw": {
"emoji": "🫐",
"install": [
{
"id": "go",
"bins": [
"blu"
],
"kind": "go",
"label": "Install blucli (go)",
"module": "github.com\/steipete\/blucli\/cmd\/blu@latest"
}
],
"requires": {
"bins": [
"blu"
]
}
}
},
"description": "BluOS CLI (blu) for discovery, playback, grouping, and volume."
}
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.
Version History
- a654bcf Current 2026-07-25 07:12


