6.8k★by steipete
openhue – OpenClaw Skill
openhue is an OpenClaw Skills integration for data analytics workflows. Control Philips Hue lights/scenes via the OpenHue CLI.
6.8k stars2.1k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics
Skill Snapshot
| name | openhue |
| description | Control Philips Hue lights/scenes via the OpenHue CLI. OpenClaw Skills integration. |
| owner | steipete |
| repository | steipete/openhue |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @steipete/openhue |
| last updated | Feb 7, 2026 |
Maintainer

File Explorer
2 files
.
_meta.json
268 BSKILL.md
968 BSKILL.md
name: openhue description: Control Philips Hue lights/scenes via the OpenHue CLI. homepage: https://www.openhue.io/cli metadata: {"clawdbot":{"emoji":"💡","requires":{"bins":["openhue"]},"install":[{"id":"brew","kind":"brew","formula":"openhue/cli/openhue-cli","bins":["openhue"],"label":"Install OpenHue CLI (brew)"}]}}
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.
README.md
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install openhue?
Run openclaw add @steipete/openhue in your terminal. This installs openhue into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/steipete/openhue. Review commits and README documentation before installing.
