openhue

Control Philips Hue lights and scenes via the OpenHue CLI.

1|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/sarathi-aiml/openclaw-zero-trust --skill openhue-sarathi-aiml
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openhue
Source: https://github.com/sarathi-aiml/openclaw-zero-trust/tree/main/skills/openhue
Command: npx skills add https://github.com/sarathi-aiml/openclaw-zero-trust --skill openhue-sarathi-aiml

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill simplifies controlling Philips Hue lights and scenes by providing a lightweight command-line interface, enabling automation and remote management without a mobile app.

Core Features & Use Cases

  • Discover bridges and configure setups with guided prompts.
  • Read and retrieve lights, rooms, and scenes in JSON for integration.
  • Write commands to turn lights on/off, adjust brightness, and apply scenes.

Quick Start

Turn on a light by name using the OpenHue CLI, for example openhue set light LivingRoom --on.

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?

You can control Philips Hue lights from the command line by using the OpenHue CLI to send deterministic read and write operations directly to a Hue Bridge. This allows you to toggle lights, adjust brightness, and apply scenes without needing the mobile app.

Can I use a CLI to retrieve Philips Hue light and scene states in JSON?

Yes, retrieving light and scene states in JSON is supported. The CLI reads current light states, rooms, and scenes from the Hue Bridge and returns the data in JSON format, making it easy to integrate into home automation scripts and workflows.

How do I discover a Hue Bridge and configure a lighting setup via command line?

Discovering a Hue Bridge and configuring the setup is handled through guided CLI prompts. The tool discovers available bridges on your network and helps you establish the connection needed to start managing your lighting environment.

Do I need a Hue Bridge to manage lighting scenes with the OpenHue CLI?

Yes, a Hue Bridge is required to manage lighting scenes with the OpenHue CLI. The skill relies on the bridge to execute deterministic write commands that apply scenes and modify light states across your home automation setup.

What's the best way to automate turning Hue lights on and off without a mobile app?

Automating Hue lights without a mobile app is best done by executing CLI commands like 'openhue set light' to turn lights on or off. This lightweight interface enables remote management and scriptable automation for typical home scenarios.

Why use a command-line tool for home automation lighting instead of the official app?

Using a command-line tool for home automation lighting provides scriptable, deterministic control over lights and scenes. It enables automated routines and remote management workflows that are difficult to achieve through the manual mobile app interface.