What problem does it solve? Managing Philips Hue lighting from a terminal or automation pipeline requires knowing exact resource names, valid parameter ranges, and bridge pairing steps; this Skill packages the openhue CLI commands, presets, and validation rules so an agent can control lights correctly on the first attempt. ## Core Features & Use Cases - Light and Room Control: Turn lights or entire rooms on/off, and adjust brightness (0-100), color temperature (153-500 mirek), and color by name or hex RGB. - Scene Activation: Apply named Hue scenes to specific rooms, such as Relax or Concentrate modes. - Automation Presets: Ready-made combinations for bedtime, work, and movie modes, plus guidance for cron-based scheduled lighting. - Use Case: A user asks to set the bedroom to a sleep-friendly atmosphere; the Skill verifies the exact room name with openhue get room, then runs openhue set room "Bedroom" --on --brightness 20 --temperature 450. ## Quick Start Ask the agent to dim the bedroom lights to a warm bedtime setting, and it will list available rooms, verify the exact name, and apply the appropriate brightness and color temperature via the openhue CLI.