philips-hueLocal control of Philips Hue lights via API v1.
Install via ClawdBot CLI:
clawdbot install Aprilox/philips-hueRequires:
Local control of Philips Hue lights via API v1.
curl, jq, and python3 installed on your system.Create a .env file in the skill directory:
BRIDGE_IP=192.168.1.XX # Your bridge IP
USERNAME=your_api_key # Obtained after pairing
If you don't have a USERNAME, follow these steps:
The hue.sh script is designed to be fast and flexible. It allows combining multiple actions in a single command.
# Turn On / Off
./hue.sh light 1 on
./hue.sh light 1 off
# See status of all lights
./hue.sh status
You can combine color, hex codes, and brightness:
# Turn on in blue at 50% brightness
./hue.sh light 1 on color blue bri 50
# Use HTML Hex codes (e.g., #3399FF)
./hue.sh light 1 color "#3399FF"
# Change color only
./hue.sh light 1 color red
# Precise setting (Brightness 0-100, Hue 0-65535, Sat 0-254)
./hue.sh light 1 bri 80 sat 200 hue 15000
red, blue, green, yellow, orange, pink, purple, white, warm, cold.# (e.g., "#FF5733"). Always wrap in quotes.hue.sh: The control engine (Shell)..env: Your secrets (IP and API Key).SKILL.md: This documentation.š” Tip: For ultra-fast access, add a reminder of these commands in your TOOLS.md file at the root of your workspace.
Generated Mar 1, 2026
Homeowners can automate lighting schedules and scenes for daily routines like morning wake-up, evening relaxation, or vacation modes. The skill enables local control without cloud dependencies, ensuring privacy and reliability for residential smart home setups.
Businesses can program lighting for different work zones, meeting rooms, and common areas to enhance productivity and energy efficiency. The skill allows IT teams to create lighting presets for presentations, focus work, or after-hours security lighting.
Retailers can dynamically adjust store lighting to highlight product displays, match brand colors, or create seasonal atmospheres. The local API control enables quick changes between daytime shopping hours and evening window displays without manual adjustments.
Hotels and vacation rentals can offer guests preset lighting scenes for different moods or activities. The skill enables property managers to create welcome lighting, reading modes, or ambient lighting for entertainment areas through simple command execution.
Event planners can coordinate colored lighting schemes for parties, weddings, or corporate events using the hex code and color name support. The chaining capability allows creating complex lighting sequences that can be triggered through automation scripts.
Offer installation and configuration services for homeowners wanting to integrate Philips Hue with their existing smart home systems. Provide ongoing support for creating custom lighting scenes and automation routines using the skill's command structure.
Develop customized lighting control systems for businesses using the skill as a foundation. Package the solution with scheduling interfaces and integration with other building management systems for offices, retail spaces, or hospitality venues.
Create and sell pre-configured kits with documentation and simplified interfaces that leverage this skill. Target tech enthusiasts who want local control without subscription fees, offering premium support and advanced automation templates.
š¬ Integration Tip
Ensure your Philips Hue Bridge and control system are on the same local network, and always wrap hex color codes in quotes to prevent shell interpretation issues.
Control Sonos speakers (discover/status/play/volume/group).
Control Philips Hue lights/scenes via the OpenHue CLI.
Control Eight Sleep pods (status, temperature, alarms, schedules).
BluOS CLI (blu) for discovery, playback, grouping, and volume.
Control Home Assistant smart home devices, run automations, and receive webhook events. Use when controlling lights, switches, climate, scenes, scripts, or any HA entity. Supports bidirectional communication via REST API (outbound) and webhooks (inbound triggers from HA automations).
Use when integrating with Tesla's official Fleet API to read vehicle/energy device data or issue remote commands (e.g. start HVAC preconditioning, wake vehicle, charge controls). Covers onboarding (developer app registration, regions/base URLs), OAuth token flows (third-party + partner tokens, refresh rotation), required domain/public-key hosting, and using Tesla's official vehicle-command/tesla-http-proxy for signed vehicle commands.