Wiz Smart Light Control

v1.0.1

Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.

0· 614·1 current·1 all-time
byCan Birlik@canbirlik
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97a2etx4t7kjcmarkt223tj9581dd1p

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments