<< All versions
Available CLI Tool:
Skill v1.0.1
currentAutomated scan100/100daxaur/openpaw/c-lights
2 files
──Details
PublishedMay 30, 2026 at 10:38 PM
Content Hashsha256:cda09d7c98526afa...
Git SHAa2562d1c5cb2
Bump Typepatch
──Files
Files (1 file, 1.5 KB)
SKILL.md1.5 KBactive
SKILL.md · 57 lines · 1.5 KB
version: "1.0.1" name: c-lights description: Control Philips Hue smart lights using the openhue CLI. Turn lights on/off, adjust brightness and color, activate scenes, and manage rooms and groups. tags: [hue, lights, smart-home, openhue, philips, automation]
What This Skill Does
Enables Claude to control Philips Hue smart lighting — individual bulbs, rooms, and scenes — using the openhue CLI.
Available CLI Tool: openhue
Common Commands
bash
# List all lightsopenhue get lights# List all rooms/groupsopenhue get rooms# Turn a light on or offopenhue set light "Desk Lamp" --onopenhue set light "Desk Lamp" --off# Set brightness (0-100)openhue set light "Bedroom" --brightness 75# Set color by name or hexopenhue set light "Living Room" --color redopenhue set light "Living Room" --color "#FF6600"# Set color temperature (warm to cool, in mirek)openhue set light "Kitchen" --color-temp 370# Control an entire roomopenhue set room "Living Room" --on --brightness 80# List available scenesopenhue get scenes# Activate a sceneopenhue set scene "Relax" --room "Living Room"
Usage Guidelines
- Use room-level commands when the user refers to a space, not a specific bulb
- Brightness is 0–100; color-temp ranges roughly 153 (cool) to 500 (warm)
- List lights/rooms first if unsure of exact names
Notes
- Requires
openhueconfigured with your Hue Bridge IP and API key - Bridge must be on the same local network