← Back to Skills Marketplace
canbirlik

Wiz Smart Light Control

by Can Birlik · GitHub ↗ · v1.0.1
cross-platform ✓ Security Clean
671
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install wiz-light-control
Description
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wiz-light-control
  3. After installation, invoke the skill by name or use /wiz-light-control
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug wiz-light-control
Version 1.0.1
License
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is Wiz Smart Light Control?

Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi. It is an AI Agent Skill for Claude Code / OpenClaw, with 671 downloads so far.

How do I install Wiz Smart Light Control?

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

Is Wiz Smart Light Control free?

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

Which platforms does Wiz Smart Light Control support?

Wiz Smart Light Control is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Wiz Smart Light Control?

It is built and maintained by Can Birlik (@canbirlik); the current version is v1.0.1.

💬 Comments