원클릭으로
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