c-lights
Installation
SKILL.md
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
# List all lights
openhue get lights
# List all rooms/groups
openhue get rooms
# Turn a light on or off
openhue set light "Desk Lamp" --on
openhue set light "Desk Lamp" --off