with one click
Control Sonos speakers (discover/status/play/volume/group).
npx skills add https://github.com/JansenAnalytics/claudex --skill sonoscliCopy and paste this command into Claude Code to install the skill
Control Sonos speakers (discover/status/play/volume/group).
npx skills add https://github.com/JansenAnalytics/claudex --skill sonoscliCopy and paste this command into Claude Code to install the skill
| name | sonoscli |
| description | Control Sonos speakers (discover/status/play/volume/group). |
| homepage | https://sonoscli.sh |
| metadata | {"openclaw":{"emoji":"🔊","requires":{"bins":["sonos"]},"install":[{"id":"go","kind":"go","module":"github.com/steipete/sonoscli/cmd/sonos@latest","bins":["sonos"],"label":"Install sonoscli (go)"}]}} |
| category | home-iot |
| maturity | beta |
| tags | ["sonos","speakers","playback","local-network","ssdp"] |
Use sonos to control Sonos speakers on the local network.
Quick start
sonos discoversonos status --name "Kitchen"sonos play|pause|stop --name "Kitchen"sonos volume set 15 --name "Kitchen"Common tasks
sonos group status|join|unjoin|party|solosonos favorites list|opensonos queue list|play|clearsonos smapi search --service "Spotify" --category tracks "query"Notes
--ip <speaker-ip>.SPOTIFY_CLIENT_ID/SECRET.Semantic memory search across all agent memories and conversation history. Use BEFORE answering questions about prior work, decisions, dates, people, preferences, projects, or past conversations. Also use when asked "do you remember", "what did we discuss", "when did we", etc.
Get current weather and forecasts. Use when the user asks about weather, temperature, or forecasts for any location.
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
Accessibility auditing: WCAG compliance checking, contrast ratios, ARIA labels, keyboard navigation, semantic HTML, screen reader compatibility.
ADR Manager Skill
Autonomous API testing and evaluation. Tests any REST API for correctness, security, performance, error handling, and standards compliance. Discovers endpoints, probes with valid/invalid/edge-case payloads, checks auth, response times, injection vulnerabilities, and generates severity-scored reports with actionable fixes. Use before any API "done" claim.