with one click
openhue
Control Philips Hue lights/scenes via the OpenHue CLI.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Control Philips Hue lights/scenes via the OpenHue CLI.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
AI-optimized web search and URL content extraction via Tavily API. Activate when user needs to search the web, look up current information, or extract content from URLs.
AI-optimized web search via Tavily API. Returns concise, relevant results for AI agents.
Route plain-language requests for Pi, Claude Code, Codex, OpenCode, Gemini CLI, or ACP harness work into either OpenClaw ACP runtime sessions or direct acpx-driven sessions ("telephone game" flow).
Delegate coding tasks to Codex, Claude Code, or Pi agents via background process. Use when: (1) building/creating new features or apps, (2) reviewing PRs (spawn in temp dir), (3) refactoring large codebases, (4) iterative coding that needs file exploration. NOT for: simple one-liner fixes (just edit), reading code (use read tool), thread-bound ACP harness requests in chat (for example spawn/run Codex or Claude Code in a Discord thread; use sessions_spawn with runtime:"acp"), or any work in ~/clawd workspace (never spawn agents here). Requires a bash tool that supports pty:true.
Batch-generate images via OpenAI Images API. Random prompt sampler + `index.html` gallery.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
| name | openhue |
| description | Control Philips Hue lights/scenes via the OpenHue CLI. |
| homepage | https://www.openhue.io/cli |
| metadata | {"openclaw":{"emoji":"๐ก","requires":{"bins":["openhue"]},"install":[{"id":"brew","kind":"brew","formula":"openhue/cli/openhue-cli","bins":["openhue"],"label":"Install OpenHue CLI (brew)"}]}} |
Use openhue to control Hue lights and scenes via a Hue Bridge.
Setup
openhue discoveropenhue setupRead
openhue get light --jsonopenhue get room --jsonopenhue get scene --jsonWrite
openhue set light <id-or-name> --onopenhue set light <id-or-name> --offopenhue set light <id> --on --brightness 50openhue set light <id> --on --rgb #3399FFopenhue set scene <scene-id>Notes
--room "Room Name" when light names are ambiguous.