← 返回 Skills 市场
maddydci45-svg

sonos

作者 maddydci45-svg · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
2382
总下载
1
收藏
16
当前安装
1
版本数
在 OpenClaw 中安装
/install sonos
功能描述
Control Sonos speakers (discover/status/play/volume/group).
安全使用建议
This skill appears to do what it says: control Sonos devices via the 'sonos' CLI. Before installing, you should: (1) verify the upstream Go module/repository (github.com/steipete/sonoscli) so you trust the code being fetched and built; (2) be aware the CLI will access your local network to discover/control speakers; (3) only provide SPOTIFY_CLIENT_ID/SECRET if you need Spotify search and trust the integration; and (4) if you prefer, install or audit the 'sonos' binary yourself (rather than allowing the skill to fetch/build it) to reduce supply-chain risk.
功能分析
Type: OpenClaw Skill Name: sonos Version: 1.0.0 The skill bundle is classified as benign. The `SKILL.md` file clearly defines the purpose of controlling Sonos speakers and uses a standard `go install` command to fetch and compile the `sonoscli` tool from a public GitHub repository (`github.com/steipete/sonoscli`). While this involves fetching remote code, it is a common and transparent installation method for Go applications, not indicative of malicious intent within the skill bundle itself. The mention of `SPOTIFY_CLIENT_ID/SECRET` is for an optional feature of the `sonoscli` tool, explicitly documented as a requirement for that specific functionality, and not for unauthorized credential exfiltration. There is no evidence of prompt injection attempts against the agent, obfuscation, or other malicious behaviors.
能力评估
Purpose & Capability
Name/description match the declared requirements: the skill requires the 'sonos' CLI binary and the SKILL.md shows commands to control Sonos speakers (discover/status/play/volume/group). The go install target (github.com/steipete/sonoscli/...) is the expected upstream for a sonos CLI.
Instruction Scope
Runtime instructions are limited to invoking the local 'sonos' CLI against devices on the local network and an optional Spotify Web API search (which is clearly documented as requiring SPOTIFY_CLIENT_ID/SECRET). The SKILL.md does not instruct the agent to read unrelated files, environment variables, or exfiltrate data.
Install Mechanism
Install uses a public Go module (github.com/steipete/sonoscli/cmd/sonos@latest) to build/install the 'sonos' binary. This is a typical approach but carries the usual moderate risk of fetching/building third‑party code at install time — not immediately suspicious but worth verifying the upstream repo before installing.
Credentials
No required environment variables or credentials are declared. The SKILL.md documents optional SPOTIFY_CLIENT_ID/SECRET for Spotify Web API search — this is proportional and optional.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide settings. It will invoke a local binary (or install one) and run it; that is expected for a CLI wrapper.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sonos
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sonos 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Sonos CLI integration. - Control Sonos speakers on your local network (discover, status, play, pause, stop, volume). - Manage groups, favorites, and queue operations directly from the command line. - Optional Spotify track search via Sonos SMAPI, with extra support for Spotify Web API using credentials. - Simple installation via Go module and standalone binary.
元数据
Slug sonos
版本 1.0.0
许可证
累计安装 17
当前安装数 16
历史版本数 1
常见问题

sonos 是什么?

Control Sonos speakers (discover/status/play/volume/group). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2382 次。

如何安装 sonos?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install sonos」即可一键安装,无需额外配置。

sonos 是免费的吗?

是的,sonos 完全免费(开源免费),可自由下载、安装和使用。

sonos 支持哪些平台?

sonos 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 sonos?

由 maddydci45-svg(@maddydci45-svg)开发并维护,当前版本 v1.0.0。

💬 留言讨论