What problem does it solve? Managing Philips Hue lights from the command line or an AI agent normally requires manual API calls to the Hue Bridge; this Skill wraps the OpenHue CLI so you can discover bridges, read device state, and control lights and scenes with simple commands. ## Core Features & Use Cases - Bridge Discovery & Setup: Discover Hue Bridges on the network with openhue discover and run guided pairing via openhue setup. - State Inspection: Read lights, rooms, and scenes as JSON using openhue get light/room/scene --json for scripting and automation. - Light & Scene Control: Toggle lights, set brightness and RGB color, and activate scenes with openhue set commands. - Use Case: Ask your agent to dim the living room lights to 50% and set a warm color before a movie night, resolving ambiguous light names with the --room flag. ## Quick Start Use the openhue skill to turn on the living room light and set its brightness to 50 percent.