Agent Skills
› wukongrobot/wukongbot
› openhue
openhue
GitHub通过 OpenHue CLI 控制 Philips Hue 灯光和场景,支持桥接发现、设置及读取/写入灯光状态、亮度、颜色和场景切换。
触发场景
需要控制智能灯泡或场景时
查询房间灯光状态或配置 Hue 桥接器时
安装
npx skills add wukongrobot/wukongbot --skill openhue -g -y
SKILL.md
Frontmatter
{
"name": "openhue",
"homepage": "https:\/\/www.openhue.io\/cli",
"metadata": {
"moltbot": {
"emoji": "💡",
"install": [
{
"id": "brew",
"bins": [
"openhue"
],
"kind": "brew",
"label": "Install OpenHue CLI (brew)",
"formula": "openhue\/cli\/openhue-cli"
}
],
"requires": {
"bins": [
"openhue"
]
}
}
},
"description": "Control Philips Hue lights\/scenes via the OpenHue 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 --jsonopenhue get room --jsonopenhue 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.
版本历史
- 2a72816 当前 2026-08-20 10:14


