typescript/skills/openhue/SKILL.md
Control Philips Hue lights and scenes via the OpenHue CLI.
npx skillsauth add kody-w/openrappter openhueInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Control Philips Hue lights from the command line.
openhue get lights
openhue set light "Living Room" --on true
openhue set light "Bedroom" --on false
openhue set light "Desk Lamp" --brightness 80 --color "#FF6B35"
# List scenes
openhue get scenes
# Activate a scene
openhue set scene "Movie Night"
openhue get rooms
openhue set room "Office" --on true --brightness 100
development
Get current weather and forecasts (no API key required).
tools
Send and receive WhatsApp messages via wacli command-line tool.
tools
Start and manage voice calls via the openrappter voice-call plugin.
content-media
Extract frames from video files using ffmpeg for analysis or processing.