← 返回 Skills 市场
rowbotik

Wled

作者 Alex Buchan · GitHub ↗ · v0.1.0
cross-platform ✓ 安全检测通过
2040
总下载
1
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install wled
功能描述
Control WLED LED controllers via HTTP API. Use when a user asks to control WLED lights, LED strips, or ESP-based LED controllers. Supports power on/off, brightness, colors (RGB), effects, palettes, presets, and device status.
安全使用建议
This skill appears to do what it says: send HTTP JSON requests to a WLED device you specify. Before installing, make sure you: (1) only point it at devices you control/trust (it will make requests to whatever host you provide), (2) are comfortable with the script reading config files at ~/.wled/config.json, ~/.config/wled/config.json, or ./.wled-config.json (these store device IPs/aliases), and (3) do not supply router or other administrative credentials to third parties while following the static-IP instructions. The skill does not exfiltrate data to external endpoints, request unrelated credentials, or install external packages.
功能分析
Type: OpenClaw Skill Name: wled Version: 0.1.0 The skill's code and documentation are clearly aligned with its stated purpose of controlling WLED devices via their HTTP API. The `scripts/wled.py` script makes HTTP requests to user-specified WLED device IPs/hostnames and reads configuration from designated `~/.wled/config.json` or `WLED_HOST` environment variable. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts in `SKILL.md` to subvert the agent's purpose or access unrelated sensitive data. All network and file access is limited to the scope of WLED control and configuration.
能力评估
Purpose & Capability
Name/description match the implementation: the script makes HTTP calls to WLED's /json endpoints and exposes power, brightness, color, effects, palettes, presets, and status. No unrelated environment variables, binaries, or services are required.
Instruction Scope
SKILL.md instructs only on contacting local WLED devices, config file usage (~/.wled/config.json etc.), and optional WLED_HOST env var. The runtime instructions and CLI behavior in scripts/wled.py align with the doc and do not read or transmit data outside the target device or local config files.
Install Mechanism
Instruction-only with a bundled script; no install spec or downloads. Lowest-risk distribution model (no archives or external installers).
Credentials
No required environment variables or credentials are declared; the only optional env var is WLED_HOST which is appropriate for device targeting. Config file paths read (home/config) are proportional for aliasing devices.
Persistence & Privilege
Skill is not always-enabled and is user-invocable. It does not modify other skills or system-wide configurations; it only reads its own config file locations.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wled
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wled 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release: Control WLED LED controllers over HTTP with comprehensive device and lighting commands. - Power on/off, brightness adjustment, and RGB color control supported. - Change and list effects, palettes, and presets. - Query full device status. - Command-line tool with config file and environment variable for simplified device selection. - No external dependencies required.
元数据
Slug wled
版本 0.1.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Wled 是什么?

Control WLED LED controllers via HTTP API. Use when a user asks to control WLED lights, LED strips, or ESP-based LED controllers. Supports power on/off, brightness, colors (RGB), effects, palettes, presets, and device status. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2040 次。

如何安装 Wled?

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

Wled 是免费的吗?

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

Wled 支持哪些平台?

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

谁开发了 Wled?

由 Alex Buchan(@rowbotik)开发并维护,当前版本 v0.1.0。

💬 留言讨论