← 返回 Skills 市场
huacius

Sonos Netease Playback

作者 Sengo Zhao · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ✓ 安全检测通过
101
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install sonos-netease-playback
功能描述
Portable Sonos + Netease playback skill for OpenClaw environments. Use when an agent needs a standard reusable workflow to search and play a specific song to...
安全使用建议
This skill appears to do what it says: it checks for a Sonos CLI, creates a Python virtualenv, installs the soco library from PyPI, and writes a small wrapper script. Before installing, verify you trust the soco package source (PyPI) and the environment will allow network installs. Note the playback implementation sonos_netease_play.py is NOT included — you must supply or override it (OPENCLAW_SONOS_SCRIPT). The scripts use zsh and will create files under your workspace and $HOME/.openclaw by default. If you prefer a maintained option, the SKILL.md itself recommends the newer 'sonos-music-playback' skill.
功能分析
Type: OpenClaw Skill Name: sonos-netease-playback Version: 0.1.1 The skill bundle provides a legitimate framework for Sonos music playback via Netease. The scripts (bootstrap_env.sh, install.sh) automate the creation of a Python virtual environment and the installation of the standard 'soco' library. The logic is transparent, uses configurable environment variables for paths, and lacks any indicators of malicious intent, such as data exfiltration or unauthorized remote execution. Note that the actual playback logic (sonos_netease_play.py) is expected to be present in the workspace and is not provided in this bundle.
能力评估
Purpose & Capability
Name/description match the actual behavior: scripts check for the sonos CLI, create a Python venv, install the soco library, and create a wrapper to run a playback Python script. Requiring the 'sonos' binary and installing soco are expected for Sonos+Netease playback.
Instruction Scope
SKILL.md instructs running local scripts (install.sh, check_env.sh, bootstrap_env.sh) and references only workspace, venv, wrapper, and playback script paths. It does not instruct collecting unrelated files, credentials, or sending data to external endpoints. Note: the actual playback Python implementation (sonos_netease_play.py) is not included and must be provided by the environment or overridden via OPENCLAW_SONOS_SCRIPT.
Install Mechanism
No external install spec; the bootstrap script uses pip to install the soco package from PyPI into a local venv. Installing from PyPI is expected for Python deps but does fetch remote packages (network activity) — this is normal but worth noting.
Credentials
No secrets or extraneous environment variables are requested. The scripts optionally honor OPENCLAW_* overrides and create a venv under $HOME by default; this is proportional to the stated goal.
Persistence & Privilege
The skill is not always-enabled and does not request elevated privileges. It will create a per-skill venv and wrapper script (under workspace or $HOME/.openclaw) which is normal for this functionality and limited to its own scope.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sonos-netease-playback
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sonos-netease-playback 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
Deprecate in favor of sonos-music-playback, which supports both Netease and QQ Music
v0.1.0
Initial portable release with one-command install, environment bootstrap/check scripts, and Sonos metadata-safe playback workflow.
元数据
Slug sonos-netease-playback
版本 0.1.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Sonos Netease Playback 是什么?

Portable Sonos + Netease playback skill for OpenClaw environments. Use when an agent needs a standard reusable workflow to search and play a specific song to... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 101 次。

如何安装 Sonos Netease Playback?

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

Sonos Netease Playback 是免费的吗?

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

Sonos Netease Playback 支持哪些平台?

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

谁开发了 Sonos Netease Playback?

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

💬 留言讨论