一键导入
openhue
Control Philips Hue lights, rooms, and scenes via the OpenHue CLI — brightness, color, temperature, and scheduling.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Control Philips Hue lights, rooms, and scenes via the OpenHue CLI — brightness, color, temperature, and scheduling.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Penetration testing tools for the CodeAgent — network scanning, service enumeration, and vulnerability checks
Obsidian Local REST API tools for the CodeAgent — manage vault notes, search, and metadata
Frida dynamic instrumentation tools for the CodeAgent — mobile app analysis and SSL unpinning
DuckDB in-process analytics tools for the CodeAgent — SQL on CSV/Parquet/JSON without a server
Supabase client tools for the CodeAgent — database CRUD, auth, storage, and edge functions
OSINT reconnaissance tools for the CodeAgent — domain, IP, email, and social media intelligence
| name | openhue |
| description | Control Philips Hue lights, rooms, and scenes via the OpenHue CLI — brightness, color, temperature, and scheduling. |
| metadata | {"version":"1.0.0","author":"erebus","tags":["smart-home","hue","lights","automation"]} |
| platforms | ["macos","linux"] |
Use this skill to control Philips Hue smart lights.
pip install openhue-cli
openhue setup # Pair with Hue Bridge
openhue get lights
openhue set light "Desk Lamp" --on
openhue set light "Desk Lamp" --brightness 80
openhue set light "Desk Lamp" --color "#ff6600"
openhue set light "Desk Lamp" --ct 350 # Color temp in mireds (153=cool/6500K, 500=warm/2000K)
openhue get scenes
openhue set scene "Relax" --room "Living Room"
openhue get rooms
openhue set room "Office" --brightness 100