← 返回 Skills 市场
huacius

Sonos 音乐点播

作者 Sengo Zhao · GitHub ↗ · v0.2.1 · MIT-0
cross-platform ✓ 安全检测通过
111
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install sonos-music-playback
功能描述
面向中文用户的 Sonos 音乐点播技能。支持通过 Sonos 侧搜索加队列起播的方式播放已绑定音乐服务,当前已验证兼容 网易云音乐 和 QQ音乐。通过 SoCo 将搜索结果转成 Sonos 队列项,再从队列起播,以保留 Sonos App 中的标题、歌手、专辑和封面等 metadata。
安全使用建议
This skill appears coherent with its stated purpose. Before installing: (1) ensure you have the official sonos CLI from a trusted source; (2) inspect the playback wrapper and Python playback scripts (sonos_netease_play(.sh/.py), sonos_qq_play(.sh/.py)) that are expected in your workspace — they are not bundled here and will be executed by the wrappers; (3) be aware the bootstrap will pip install 'soco' into a venv (network access to PyPI); and (4) if you do not trust the unbundled playback scripts, do not run the install/bootstrap steps. If you want extra caution, run the install steps in an isolated environment or container and review outputs before using with real Sonos devices.
功能分析
Type: OpenClaw Skill Name: sonos-music-playback Version: 0.2.1 The skill bundle contains standard environment setup and validation scripts for a Sonos music playback integration. The scripts (bootstrap_env.sh, check_env.sh, install.sh) focus on creating a Python virtual environment, installing the legitimate 'soco' library, and verifying the presence of necessary CLI tools and playback scripts without any evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
The name/description (Sonos music playback) matches what the files do: they check for the sonos CLI, create a Python venv, and install the soco library to drive Sonos queue-based playback. Asking for the sonos binary and installing soco is appropriate for this purpose.
Instruction Scope
SKILL.md and the scripts only instruct running local install/check/bootstrap scripts and wrappers; they do not reference unrelated system files or external endpoints. Note: the runtime scripts expect external playback wrapper/script files (sonos_netease_play.sh/.py and sonos_qq_play.sh/.py) to exist in the workspace — those playback entrypoints are not included in this package and should be inspected before use.
Install Mechanism
There is no packaged install spec; the included bootstrap script creates a local Python venv and runs pip to install soco from PyPI. Installing packages from PyPI is expected here; this is moderate-risk (network fetch) but coherent with the skill's purpose. No downloads from arbitrary URLs or archive extraction are present.
Credentials
The skill does not request credentials or secret env vars. It does reference several OPENCLAW_* environment variables (workspace/venv/wrapper/script paths) for configuration, but these path-overrides are not declared in the registry metadata. This is low risk but worth noting: those env vars control file locations and are not secrets.
Persistence & Privilege
The skill does not request always:true or system-wide privileges. The scripts only create a venv, install soco into that venv, and set executable bits on wrapper files in the workspace — actions confined to the skill's workspace/venv.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sonos-music-playback
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sonos-music-playback 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.1
中文化 skill 名称与描述,面向国内用户更直观;继续统一支持网易云音乐与 QQ 音乐
v0.2.0
Add QQ Music support, generalize docs/install/check flow for Netease + QQ, document proven queue-based playback path
元数据
Slug sonos-music-playback
版本 0.2.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Sonos 音乐点播 是什么?

面向中文用户的 Sonos 音乐点播技能。支持通过 Sonos 侧搜索加队列起播的方式播放已绑定音乐服务,当前已验证兼容 网易云音乐 和 QQ音乐。通过 SoCo 将搜索结果转成 Sonos 队列项,再从队列起播,以保留 Sonos App 中的标题、歌手、专辑和封面等 metadata。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 111 次。

如何安装 Sonos 音乐点播?

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

Sonos 音乐点播 是免费的吗?

是的,Sonos 音乐点播 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Sonos 音乐点播 支持哪些平台?

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

谁开发了 Sonos 音乐点播?

由 Sengo Zhao(@huacius)开发并维护,当前版本 v0.2.1。

💬 留言讨论