Sonoscli.Bak

v1.0.0

Control Sonos speakers (discover/status/play/volume/group).

0· 96·0 current·1 all-time
by@ahmadshouly·fork of @steipete/sonoscli (1.0.0)
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (control Sonos speakers) match the declared requirement for a 'sonos' binary and the provided CLI examples. The optional Spotify credentials are clearly scoped to an optional SMAPI/Spotify feature.
Instruction Scope
SKILL.md only instructs running the 'sonos' CLI to discover/control speakers and notes an optional use of SPOTIFY_CLIENT_ID/SECRET for Spotify search. It does not instruct reading unrelated files or exfiltrating data.
Install Mechanism
Install uses 'go' to fetch and build github.com/steipete/sonoscli/cmd/sonos@latest which is a public GitHub module and appropriate for installing a Go CLI. This will fetch and compile remote code at install time — normal for go-based tools but higher-risk than an instruction-only skill because it writes binaries to disk.
Credentials
No required environment variables. The only envs mentioned (SPOTIFY_CLIENT_ID/SECRET) are optional and directly related to the optional Spotify search feature.
Persistence & Privilege
Skill is not 'always' enabled, requests no system-wide config paths, and does not claim to modify other skills or global agent settings.
Assessment
This skill appears coherent for controlling Sonos speakers. Before installing, verify the upstream GitHub repo (github.com/steipete/sonoscli) to ensure you trust the source because 'go install' will fetch and compile remote code. Only provide SPOTIFY_CLIENT_ID/SECRET if you want Spotify search functionality. Note a minor metadata mismatch: the registry Owner ID differs from the ownerId in _meta.json — likely benign (copying/publishing detail) but you may want to confirm the publisher identity if you need higher assurance.

Like a lobster shell, security has layers — review code before you run it.

latestvk979kjzs6t7m42v5tyhvw5kx4983wdwz

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🔊 Clawdis
Binssonos

Install

Install sonoscli (go)
Bins: sonos
go install github.com/steipete/sonoscli/cmd/sonos@latest

Comments