← 返回 Skills 市场
geodeterra

WiiM

作者 geodeterra · GitHub ↗ · v0.1.1
cross-platform ✓ 安全检测通过
1108
总下载
3
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install wiim
功能描述
Control WiiM audio devices (play, pause, stop, next, prev, volume, mute, play URLs, presets). Use when the user wants to control music playback, adjust volume, discover WiiM/LinkPlay speakers on the network, or play audio from a URL on a WiiM device.
安全使用建议
This skill appears coherent for controlling WiiM speakers. Before installing or running the referenced wiim-cli: verify the wiim-cli package/source (PyPI/GitHub or vendor site) so you know what code will run on your machine; be aware discovery uses SSDP/UPnP (local network traffic) and 'play-url' will make the speaker fetch remote audio—avoid playing untrusted URLs. If you want extra caution, inspect the wiim-cli source code or run it in a sandboxed environment. If you rely on corporate network policies, check that SSDP/UPnP is allowed.
功能分析
Type: OpenClaw Skill Name: wiim Version: 0.1.1 The skill bundle provides documentation for controlling WiiM audio devices using a CLI tool. It instructs the agent to install `wiim-cli` via `uv tool install` and use commands like `play-url` to stream audio from specified URLs. All described functionalities are directly aligned with the stated purpose of controlling a media device. There is no evidence of prompt injection attempts in SKILL.md, data exfiltration, malicious execution, persistence mechanisms, or obfuscation. While installing external tools and making network requests to arbitrary URLs (via `play-url`) inherently carry supply chain and potential vulnerability risks, the skill bundle itself does not demonstrate malicious intent or attempt to exploit these, making its behavior benign.
能力评估
Purpose & Capability
Name/description match the SKILL.md: it documents a wiim-cli tool to discover/control WiiM/LinkPlay speakers (play/pause/volume/discover/play-url). No unrelated env vars, binaries, or config paths are requested.
Instruction Scope
Runtime instructions are limited to installing/running a wiim-cli and using SSDP/UPnP discovery or specifying a host. The steps stay within the stated purpose. Note: play-url causes the device to fetch remote audio URLs (expected for this capability).
Install Mechanism
This is an instruction-only skill (no install spec in the registry). SKILL.md tells users to install via 'uv tool install wiim-cli' or run with 'uvx --from wiim-cli'; that implies fetching third-party code at runtime—normal for CLI usage but verify the package source before installing.
Credentials
No environment variables, credentials, or config paths are requested. The only required access is local network/SSDP (appropriate for device discovery/control).
Persistence & Privilege
always is false and there is no install-time persistence declared. The skill does not request elevated or persistent privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wiim
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wiim 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
Remove Python source — skill is just SKILL.md, CLI installs via PyPI
v0.1.0
Initial release
元数据
Slug wiim
版本 0.1.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

WiiM 是什么?

Control WiiM audio devices (play, pause, stop, next, prev, volume, mute, play URLs, presets). Use when the user wants to control music playback, adjust volume, discover WiiM/LinkPlay speakers on the network, or play audio from a URL on a WiiM device. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1108 次。

如何安装 WiiM?

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

WiiM 是免费的吗?

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

WiiM 支持哪些平台?

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

谁开发了 WiiM?

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

💬 留言讨论