← 返回 Skills 市场
Wiz Smart Light Control
作者
Can Birlik
· GitHub ↗
· v1.0.1
671
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install wiz-light-control
功能描述
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.
安全使用建议
This skill appears coherent and only controls Wiz bulbs on your local network. Before installing/running: 1) Inspect the included requirements (pywizlight) and, if concerned, review that library's source on PyPI/GitHub; 2) Run the code in a virtual environment as instructed (pip install -r requirements.txt) to limit system impact; 3) The script requires the bulb's local IP and network access to the same WiFi—do not provide remote or cloud credentials (none are requested); 4) If you allow the agent to invoke skills autonomously, be aware it could run this script against any IP you provide during prompts—only provide IPs you trust; 5) If you need higher assurance, run the script manually on a trusted machine rather than granting an agent autonomous execution rights.
功能分析
Type: OpenClaw Skill
Name: wiz-light-control
Version: 1.0.1
The OpenClaw skill 'wiz-light-control' is designed to control Wiz smart bulbs on the local network. The `SKILL.md` provides clear, non-malicious instructions for setting up a Python virtual environment and installing `pywizlight`, without any prompt injection attempts to subvert the agent. The `wiz.py` script uses the `pywizlight` library to interact with local IP addresses for its stated purpose (turning lights on/off, changing colors, disco mode). There is no evidence of data exfiltration, unauthorized network communication, shell command injection, persistence mechanisms, or obfuscation. All actions are directly related to the skill's described functionality.
能力评估
Purpose & Capability
Name/description match the provided code and SKILL.md. The only dependency (pywizlight) is appropriate for controlling Wiz bulbs on the local network. No unrelated environment variables, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs the agent to create a venv, install requirements, and run wiz.py with an explicit --ip and action. It warns the example IP is a placeholder and tells the user to locate the bulb IP. The runtime instructions do not ask the agent to read unrelated files or transmit data to external endpoints.
Install Mechanism
There is no install specification beyond a typical Python virtualenv and pip install -r requirements.txt. All code is included in the repo; there are no downloads from arbitrary URLs or archive extraction steps.
Credentials
The skill declares no required environment variables or credentials, and the code does not read secrets or unrelated env vars. Required access is limited to the local network IP of the bulb (provided by the user at runtime).
Persistence & Privilege
The skill is not forced always-on and does not modify other skills or system-wide agent settings. It performs transient local network operations only when invoked.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wiz-light-control - 安装完成后,直接呼叫该 Skill 的名称或使用
/wiz-light-control触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added installation instructions for setting up a Python virtual environment and installing dependencies before first use.
- Clarified that the agent should verify the presence of the `venv` directory and run the setup command if it does not exist.
- No functional changes to commands or arguments.
v1.0.0
wiz-light-control 1.0.0
- Initial release of skill for controlling Wiz smart bulbs over local WiFi.
- Supports turning bulbs on/off, setting RGB color, and activating disco mode.
- Includes wiz.py script with command-line argument support.
- Usage instructions and configuration details clarified in documentation.
元数据
常见问题
Wiz Smart Light Control 是什么?
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 671 次。
如何安装 Wiz Smart Light Control?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wiz-light-control」即可一键安装,无需额外配置。
Wiz Smart Light Control 是免费的吗?
是的,Wiz Smart Light Control 完全免费(开源免费),可自由下载、安装和使用。
Wiz Smart Light Control 支持哪些平台?
Wiz Smart Light Control 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Wiz Smart Light Control?
由 Can Birlik(@canbirlik)开发并维护,当前版本 v1.0.1。
推荐 Skills