Agent skill
c-lights
Control Philips Hue smart lights using the `openhue` CLI. Turn lights on/off, adjust brightness and color, activate scenes, and manage rooms and groups.
Install this agent skill to your Project
npx add-skill https://github.com/daxaur/openpaw/tree/main/skills/c-lights
SKILL.md
What This Skill Does
Enables Claude to control Philips Hue smart lighting — individual bulbs, rooms, and scenes — using the openhue CLI.
Available CLI Tool: openhue
Common Commands
# List all lights
openhue get lights
# List all rooms/groups
openhue get rooms
# Turn a light on or off
openhue set light "Desk Lamp" --on
openhue set light "Desk Lamp" --off
# Set brightness (0-100)
openhue set light "Bedroom" --brightness 75
# Set color by name or hex
openhue set light "Living Room" --color red
openhue set light "Living Room" --color "#FF6600"
# Set color temperature (warm to cool, in mirek)
openhue set light "Kitchen" --color-temp 370
# Control an entire room
openhue set room "Living Room" --on --brightness 80
# List available scenes
openhue get scenes
# Activate a scene
openhue set scene "Relax" --room "Living Room"
Usage Guidelines
- Use room-level commands when the user refers to a space, not a specific bulb
- Brightness is 0–100; color-temp ranges roughly 153 (cool) to 500 (warm)
- List lights/rooms first if unsure of exact names
Notes
- Requires
openhueconfigured with your Hue Bridge IP and API key - Bridge must be on the same local network
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
c-slack
Send messages and upload files to Slack channels using the `slack` CLI. Supports direct messages, channel posts, file uploads, and thread replies.
c-timer
Timers, alarms, and pomodoro — set countdowns with native notifications.
c-telegram
Bidirectional Telegram bridge — talk to Claude from your phone. Built into OpenPaw.
c-system
macOS Swiss Army Knife — control volume, wifi, battery, dock, display, trash, firewall, screensaver, shutdown, and more via m-cli.
c-tracking
Track packages across UPS, FedEx, USPS, and DHL using the `ordercli` CLI. Look up tracking numbers, get current status, estimated delivery dates, and shipment history without visiting carrier websites.
c-network
DNS lookups with doggo and readable HTTP requests with httpie — modern networking tools for the terminal.
Didn't find tool you were looking for?