openhue

Control Philips Hue lights, rooms, and scenes via the OpenHue CLI.

5|2|Updated May 26, 2026
One-click install
npx skills add https://github.com/perasyudha/Nyxora --skill openhue-perasyudha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openhue
Source: https://github.com/perasyudha/Nyxora/tree/main/packages/core/playbooks/smart-home/openhue
Command: npx skills add https://github.com/perasyudha/Nyxora --skill openhue-perasyudha

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Managing Philips Hue lighting from the terminal or an AI agent normally requires manual app interaction or custom API scripting against the Hue Bridge. This Skill lets you turn lights on and off, adjust brightness, color, and temperature, and activate scenes using simple OpenHue CLI commands. ## Core Features & Use Cases - Light Control: Turn individual bulbs on or off and set brightness (0-100), color temperature (153-500 mirek), and colors by name or hex code. - Room & Scene Management: Control entire rooms at once and activate saved Hue scenes like Relax or Concentrate per room. - Use Case: Ask your agent to set a bedtime preset, and it runs commands to dim the bedroom to 20% brightness with a warm temperature, then turns off the office and living room lights. ## Quick Start Ask the agent to dim the living room lights to 30 percent brightness using openhue.

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 Hue lights from the terminal. Run openhue set light with the light name and flags like --on, --off, --brightness, --temperature, or --color to change its state.

How do I install the OpenHue CLI on macOS or Linux?

On macOS, install with brew install openhue/cli/openhue-cli. On Linux, download the pre-built binary from the openhue-cli GitHub releases page, place it in your PATH, and make it executable.

Does OpenHue work without a Hue Bridge on the same network?

No, the Hue Bridge must be on the same local network as the machine running the CLI. The first run also requires physically pressing the button on the Hue Bridge to authorize pairing.

Why does setting a color on my Hue light not work?

Color commands only work on color-capable Hue bulbs, not white-only models. Also verify the exact light name with openhue get light, since names are case-sensitive.

Can I schedule Hue lighting changes with OpenHue?

Yes, OpenHue commands work well in cron jobs for scheduled lighting. For example, you can dim lights at bedtime or brighten them at wake time by scheduling the corresponding set commands.