skills$openclaw/sonoscli
steipete4.1k

by steipete

sonoscli – OpenClaw Skill

sonoscli is an OpenClaw Skills integration for coding workflows. Control Sonos speakers (discover/status/play/volume/group).

4.1k stars2.8k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namesonoscli
descriptionControl Sonos speakers (discover/status/play/volume/group). OpenClaw Skills integration.
ownersteipete
repositorysteipete/sonoscli
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @steipete/sonoscli
last updatedFeb 7, 2026

Maintainer

steipete

steipete

Maintains sonoscli in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
270 B
SKILL.md
940 B
SKILL.md

name: sonoscli description: Control Sonos speakers (discover/status/play/volume/group). 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.
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install sonoscli?

Run openclaw add @steipete/sonoscli in your terminal. This installs sonoscli into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/steipete/sonoscli. Review commits and README documentation before installing.