Control Philips Hue lights/scenes via the OpenHue CLI.
Scanned 9/19/2026
Install to Claude Code
npx -y skills add rondoflow/rondoflow --skill control-philips-hue-lights --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Control Philips Hue Lights?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/rondoflow-control-philips-hue-lights)More formats (shields.io, HTML) on the badges page.
---
name: control-philips-hue-lights
description: "Control Philips Hue lights/scenes via the OpenHue CLI."
category: "Community"
author: community
version: "1.0.0"
icon: puzzle
---
# 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 --json`
- `openhue get room --json`
- `openhue 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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!