← Back to Skills Marketplace
geodeterra

WiiM

by geodeterra · GitHub ↗ · v0.1.1
cross-platform ✓ Security Clean
1108
Downloads
3
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install wiim
Description
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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wiim
  3. After installation, invoke the skill by name or use /wiim
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
Remove Python source — skill is just SKILL.md, CLI installs via PyPI
v0.1.0
Initial release
Metadata
Slug wiim
Version 0.1.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1108 downloads so far.

How do I install WiiM?

Run "/install wiim" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is WiiM free?

Yes, WiiM is completely free (open-source). You can download, install and use it at no cost.

Which platforms does WiiM support?

WiiM is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created WiiM?

It is built and maintained by geodeterra (@geodeterra); the current version is v0.1.1.

💬 Comments