Initial commit with translated description
This commit is contained in:
26
SKILL.md
Normal file
26
SKILL.md
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
---
|
||||||
|
name: sonoscli
|
||||||
|
description: "控制Sonos扬声器(发现/状态/播放/音量/分组)。"
|
||||||
|
homepage: https://sonoscli.sh
|
||||||
|
metadata: {"clawdbot":{"emoji":"🔊","requires":{"bins":["sonos"]},"install":[{"id":"go","kind":"go","module":"github.com/steipete/sonoscli/cmd/sonos@latest","bins":["sonos"],"label":"Install sonoscli (go)"}]}}
|
||||||
|
---
|
||||||
|
|
||||||
|
# Sonos CLI
|
||||||
|
|
||||||
|
Use `sonos` to control Sonos speakers on the local network.
|
||||||
|
|
||||||
|
Quick start
|
||||||
|
- `sonos discover`
|
||||||
|
- `sonos status --name "Kitchen"`
|
||||||
|
- `sonos play|pause|stop --name "Kitchen"`
|
||||||
|
- `sonos volume set 15 --name "Kitchen"`
|
||||||
|
|
||||||
|
Common tasks
|
||||||
|
- Grouping: `sonos group status|join|unjoin|party|solo`
|
||||||
|
- Favorites: `sonos favorites list|open`
|
||||||
|
- Queue: `sonos queue list|play|clear`
|
||||||
|
- Spotify search (via SMAPI): `sonos smapi search --service "Spotify" --category tracks "query"`
|
||||||
|
|
||||||
|
Notes
|
||||||
|
- If SSDP fails, specify `--ip <speaker-ip>`.
|
||||||
|
- Spotify Web API search is optional and requires `SPOTIFY_CLIENT_ID/SECRET`.
|
||||||
6
_meta.json
Normal file
6
_meta.json
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"ownerId": "kn70pywhg0fyz996kpa8xj89s57yhv26",
|
||||||
|
"slug": "sonoscli",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"publishedAt": 1767545381030
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user