Initial commit with translated description
This commit is contained in:
27
SKILL.md
Normal file
27
SKILL.md
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
---
|
||||||
|
name: blucli
|
||||||
|
description: "BluOS CLI (blu)用于发现、播放、分组和音量控制。"
|
||||||
|
homepage: https://blucli.sh
|
||||||
|
metadata: {"clawdbot":{"emoji":"🫐","requires":{"bins":["blu"]},"install":[{"id":"go","kind":"go","module":"github.com/steipete/blucli/cmd/blu@latest","bins":["blu"],"label":"Install blucli (go)"}]}}
|
||||||
|
---
|
||||||
|
|
||||||
|
# blucli (blu)
|
||||||
|
|
||||||
|
Use `blu` to control Bluesound/NAD players.
|
||||||
|
|
||||||
|
Quick start
|
||||||
|
- `blu devices` (pick target)
|
||||||
|
- `blu --device <id> status`
|
||||||
|
- `blu play|pause|stop`
|
||||||
|
- `blu 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.
|
||||||
6
_meta.json
Normal file
6
_meta.json
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"ownerId": "kn70pywhg0fyz996kpa8xj89s57yhv26",
|
||||||
|
"slug": "blucli",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"publishedAt": 1767545301512
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user