Openhue
Control Philips Hue lights/scenes via the OpenHue CLI.
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 7 · 7.9k · 780 current installs · 792 all-time installs
byPeter Steinberger@steipete
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the runtime instructions: the SKILL.md tells the agent to use the openhue CLI to discover/setup a Hue Bridge and get/set lights/scenes. The declared binary (openhue) and the brew install in the SKILL.md metadata are appropriate for this purpose.
Instruction Scope
Instructions are narrowly scoped to running openhue commands (discover, setup, get, set). They do not ask the agent to read unrelated files, environment variables, or send data to third-party endpoints. The only external interaction implied is local network access to a Hue Bridge and the user action of pressing the bridge button during setup.
Install Mechanism
There is no platform-level install spec in the registry, but the SKILL.md metadata includes a brew formula (openhue/cli/openhue-cli) which is a normal, expected install path. This is low-risk compared with arbitrary downloads, but note brew is platform-specific (macOS/Linux with Homebrew). Verify the tap/formula provenance before installing.
Credentials
The skill requests no environment variables, no credentials, and no config paths. That is proportionate for a local-bridge control CLI which uses local network discovery and bridge-approved setup (pressing the bridge button).
Persistence & Privilege
always is false and the skill does not request persistent system-wide changes or access to other skills' configs. It simply instructs usage of a local CLI — no elevated or unexpected privileges are requested.
Assessment
This skill is narrowly focused and appears coherent: it expects the openhue CLI and uses it to talk to a local Philips Hue Bridge. Before installing, verify the Homebrew formula/tap (openhue/cli) is legitimate and maintained, ensure you want the agent to be able to invoke local CLI commands that access your LAN, and only install the CLI on machines you trust. If you run on a platform without Homebrew, confirm an appropriate install path. If you need higher assurance, inspect the openhue project repository/release artifacts before installing.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
💡 Clawdis
Binsopenhue
Install
Install OpenHue CLI (brew)
Bins: openhue
brew install openhue/cli/openhue-cliSKILL.md
OpenHue CLI
Use openhue to control Hue lights and scenes via a Hue Bridge.
Setup
- Discover bridges:
openhue discover - Guided setup:
openhue setup
Read
openhue get light --jsonopenhue get room --jsonopenhue get scene --json
Write
- Turn on:
openhue set light <id-or-name> --on - Turn off:
openhue set light <id-or-name> --off - Brightness:
openhue set light <id> --on --brightness 50 - Color:
openhue set light <id> --on --rgb #3399FF - Scene:
openhue set scene <scene-id>
Notes
- You may need to press the Hue Bridge button during setup.
- Use
--room "Room Name"when light names are ambiguous.
Files
1 totalSelect a file
Select a file to preview.
Comments
Loading comments…
