Agent skill

openhue

Control Philips Hue lights/scenes via the OpenHue CLI.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/openhue

Metadata

Additional technical details for this skill

clawdbot
{
    "emoji": "\ud83d\udca1",
    "install": [
        {
            "id": "brew",
            "bins": [
                "openhue"
            ],
            "kind": "brew",
            "label": "Install OpenHue CLI (brew)",
            "formula": "openhue/cli/openhue-cli"
        }
    ],
    "requires": {
        "bins": [
            "openhue"
        ]
    }
}

SKILL.md

OpenHue CLI

Use openhue to control Hue lights and scenes via a Hue Bridge.

Setup

  • Discover bridges: openhue discover
  • Guided setup: openhue setup

Read

  • openhue get light --json
  • openhue get room --json
  • openhue get scene --json

Write

  • Turn on: openhue set light <id-or-name> --on
  • Turn off: openhue set light <id-or-name> --off
  • Brightness: openhue set light <id> --on --brightness 50
  • Color: openhue set light <id> --on --rgb #3399FF
  • Scene: openhue set scene <scene-id>

Notes

  • You may need to press the Hue Bridge button during setup.
  • Use --room "Room Name" when light names are ambiguous.

Didn't find tool you were looking for?

Be as detailed as possible for better results