What problem does it solve? Managing Philips Hue lighting from a terminal or agent workflow normally requires manual app interaction or custom API calls against the Hue Bridge. This Skill wraps the OpenHue CLI so an agent can turn lights on and off, adjust brightness, color, and temperature, and activate scenes using simple commands. ## Core Features & Use Cases - Light Control: Turn individual lights on or off and set brightness (0-100), color temperature (153-500 mirek), and color by name or hex value. - Room and Scene Management: Control entire rooms at once and activate named Hue scenes such as Relax or Concentrate per room. - Resource Discovery: List all lights, rooms, and scenes on the bridge to resolve exact case-sensitive names before issuing commands. - Use Case: Ask the agent to set a bedtime preset, and it runs openhue set room "Bedroom" --on --brightness 20 --temperature 450 to dim the bedroom to a warm glow, or schedule it via cron for recurring automation. ## Quick Start Ask the agent to turn off the living room lights, and it will run the appropriate openhue set room command after listing available rooms.