Jump to related tools in the same category or review the original source on GitHub.

Smart Home & IoT @steipete Updated 2/26/2026

💡 Openhue OpenClaw Skill - ClawHub

Do you want your AI agent to automate Openhue workflows? This free skill from ClawHub helps with smart home & iot tasks without building custom tools from scratch.

What this skill does

Control Philips Hue lights/scenes via the OpenHue CLI.

Install

npx clawhub@latest install openhue

Full SKILL.md

Open original
namedescriptionhomepage
openhueControl Philips Hue lights/scenes via the OpenHue CLI.https://www.openhue.io/cli

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.
Original URL: https://github.com/openclaw/skills/blob/main/skills/steipete/openhue

Related skills

If this matches your use case, these are close alternatives in the same category.