openhue

Control Philips Hue lights and scenes via the OpenHue CLI.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/RobbyMo81/assistantrobby --skill openhue-robbymo81
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openhue
Source: https://github.com/RobbyMo81/assistantrobby/tree/main/skills/openhue
Command: npx skills add https://github.com/RobbyMo81/assistantrobby --skill openhue-robbymo81

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OpenHue CLI enables you to control Philips Hue lights and scenes directly from the command line, enabling faster setup and automation without a GUI.

Core Features & Use Cases

  • Discover bridges and perform initial setup with commands like openhue discover and openhue setup.
  • Read state: query lights, rooms, and scenes using openhue get light, openhue get room, and openhue get scene.
  • Write state: turn lights on/off, adjust brightness, set color, and activate scenes with openhue set light and openhue set scene.
  • Use Case: Create routines that turn on living room lights at sunset or group lights into scenes for movie night.

Quick Start

Run openhue discover to locate Hue bridges, then run openhue setup to complete the initial configuration.

Frequently Asked Questions about openhue

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I control Philips Hue lights from the command line?

Use the OpenHue CLI to control Philips Hue lights directly from the terminal, allowing you to adjust brightness, set colors, and activate scenes without needing a graphical interface.

How do I set up Philips Hue automation routines for sunset or movie scenes?

Automate Philips Hue routines by scripting OpenHue CLI commands like `openhue set scene` and `openhue set light` to trigger lighting changes for events like sunset or movie night.

Can I query Philips Hue room and light states without a GUI?

Yes, you can query Philips Hue room and light states without a GUI by running `openhue get room`, `openhue get light`, and `openhue get scene` commands in your terminal.

What is the best way to discover and configure a Philips Hue bridge for CLI access?

Run `openhue discover` to locate Philips Hue bridges on your network, then execute `openhue setup` to complete the initial configuration and enable CLI access to your lighting system.

Does the OpenHue CLI support adjusting brightness and color across multiple rooms?

Yes, the OpenHue CLI supports adjusting brightness and color across multiple rooms and bulbs using write commands like `openhue set light`, enabling grouped smart lighting workflows.