📄 SKILL.md

← Vault

name: openhue

description: Control Philips Hue lights, rooms, and scenes via the OpenHue CLI. Turn lights on/off, adjust brightness, color, color temperature, and activate scenes.

version: 1.0.0

author: community

license: MIT

metadata:

hermes:

tags: [Smart-Home, Hue, Lights, IoT, Automation]

homepage: https://www.openhue.io/cli

prerequisites:

commands: [openhue]


OpenHue CLI

Control Philips Hue lights and scenes via a Hue Bridge from the terminal.

Prerequisites

`bash

Linux (pre-built binary)

curl -sL https://github.com/openhue/openhue-cli/releases/latest/download/openhue-linux-amd64 -o ~/.local/bin/openhue && chmod +x ~/.local/bin/openhue

macOS

brew install openhue/cli/openhue-cli

`

First run requires pressing the button on your Hue Bridge to pair. The bridge must be on the same local network.

When to Use