From 9bfb7857d0c9a26272ac901468994b442765080f Mon Sep 17 00:00:00 2001 From: zlei9 Date: Sun, 29 Mar 2026 14:20:08 +0800 Subject: [PATCH] Initial commit with translated description --- SKILL.md | 27 +++++++++++++++++++++++++++ _meta.json | 6 ++++++ 2 files changed, 33 insertions(+) create mode 100644 SKILL.md create mode 100644 _meta.json diff --git a/SKILL.md b/SKILL.md new file mode 100644 index 0000000..0a23788 --- /dev/null +++ b/SKILL.md @@ -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 status` +- `blu play|pause|stop` +- `blu volume set 15` + +Target selection (in priority order) +- `--device ` +- `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. diff --git a/_meta.json b/_meta.json new file mode 100644 index 0000000..a74784c --- /dev/null +++ b/_meta.json @@ -0,0 +1,6 @@ +{ + "ownerId": "kn70pywhg0fyz996kpa8xj89s57yhv26", + "slug": "blucli", + "version": "1.0.0", + "publishedAt": 1767545301512 +} \ No newline at end of file