← Back to Skills Marketplace
Wayne Sonoscli
by
WechatGpt798
· GitHub ↗
· v1.0.0
· MIT-0
127
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wayne-sonoscli
Description
Control Sonos speakers (discover/status/play/volume/group).
Usage Guidance
This skill appears coherent with its stated purpose (it wraps a Sonos CLI). Before installing, verify the upstream Go module (github.com/steipete/wayne-sonoscli) and the homepage, because 'go install' will compile and run third-party code on your machine. Be aware the tool will scan your local network (SSDP) to discover speakers — if you don't want local network scanning, don't use it. Only provide SPOTIFY_CLIENT_ID/SECRET if you need Spotify search; prefer limited-scope credentials and do not reuse high-privilege keys. Also double-check the package metadata (owner IDs) because the registry metadata and _meta.json disagree — that could be an innocuous packaging mistake but is worth confirming with the publisher.
Capability Analysis
Type: OpenClaw Skill
Name: wayne-sonoscli
Version: 1.0.0
The wayne-sonoscli skill is a legitimate utility for controlling Sonos speakers via a Go-based CLI. It includes standard features like device discovery, playback control, and grouping, with installation handled through a standard 'go install' command from a public GitHub repository (github.com/steipete/wayne-sonoscli). No malicious intent, data exfiltration, or suspicious prompt-injection instructions were identified.
Capability Assessment
Purpose & Capability
Name/description (control Sonos) match the declared binary requirement (sonos) and the runtime instructions. One metadata inconsistency: registry metadata Owner ID differs from the ownerId in _meta.json, which could be a benign packaging error but is worth double-checking before trusting the package source.
Instruction Scope
SKILL.md only instructs running the sonos CLI to discover and control speakers on the local network and optionally using Spotify Web API for searches. It does not ask the agent to read arbitrary files, collect unrelated credentials, or send data to unexpected endpoints. The only network interactions implied are local speaker discovery (SSDP) and optional calls to Spotify/SMAPI when using those features.
Install Mechanism
Install uses 'go' to fetch module github.com/steipete/wayne-sonoscli/cmd/sonos@latest which builds the 'sonos' binary. This is an expected install method for a Go CLI but carries the usual risk of compiling and running third-party code from a GitHub module — verify the module's repository and maintainer before installing.
Credentials
No required environment variables are declared. SKILL.md notes optional SPOTIFY_CLIENT_ID/SECRET only if Spotify search via Web API is used; that is proportional to the stated optional feature.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent system-wide privileges or access to other skills' configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wayne-sonoscli - After installation, invoke the skill by name or use
/wayne-sonoscli - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of wayne-sonoscli.
- Control Sonos speakers via the command line: discover devices, check status, play/pause/stop, adjust volume, group/ungroup speakers, manage favorites and queue, and search/play Spotify tracks.
- Option to specify speaker IP if auto-discovery fails.
- Optional Spotify Web API integration with environment variables.
Metadata
Frequently Asked Questions
What is Wayne Sonoscli?
Control Sonos speakers (discover/status/play/volume/group). It is an AI Agent Skill for Claude Code / OpenClaw, with 127 downloads so far.
How do I install Wayne Sonoscli?
Run "/install wayne-sonoscli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Wayne Sonoscli free?
Yes, Wayne Sonoscli is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Wayne Sonoscli support?
Wayne Sonoscli is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Wayne Sonoscli?
It is built and maintained by WechatGpt798 (@wechatgpt798); the current version is v1.0.0.
More Skills