hue
SolidRead and control Philips Hue Bridge lighting installations through local CLIP v2 or the Hue Remote API with SecretRef-backed credentials and guarded lighting changes.
AI & Automation 126 stars
11 forks Updated today MIT
Install
Quality Score: 85/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Philips Hue
Use this skill for Philips Hue Bridge lighting inspection and guarded control.
The primary path is local HTTPS to the Hue Bridge CLIP v2 API. Use the Hue
Remote API only when the operator explicitly needs off-LAN control or local
bridge access is unavailable.
## Safety Rules
1. Use `skills/hue/hue.cjs` for every supported Hue request shape. Do not
handcraft CLIP v2 URLs or JSON bodies when the helper supports the action.
2. Read current light, room, zone, and scene state before changing lights.
3. Treat local reads as green, local light/group/scene/behavior changes as
amber, off-LAN Remote API calls as amber, and bridge configuration writes as
red.
4. For amber/red operations, use the helper to build the request shape, explain
the target and expected effect, and stop for explicit operator approval
before sending the emitted `httpRequest` through the gateway.
5. Include the target light, grouped light, room, scene, behavior, bridge id,
action, and expected physical effect in approval text.
6. Never paste the Hue application key, OAuth client secret, or remote token
into chat. The helper emits `secretHeaders` or `<secret:...>` placeholders
for gateway-side resolution.
7. Hue Bridge certificates are self-signed by default. The helper marks local
bridge HTTPS requests with a scoped `allowSelfSignedTls` flag for the
gateway `http_request` proxy. Do not use a blanket insecure TLS bypass.
8. If a live call returns `401` or `unauthorized...
Details
- Author
- HybridAIOne
- Repository
- HybridAIOne/hybridclaw
- Created
- 5 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
openhue
Control Philips Hue lights and scenes: on/off, brightness, color, color temperature, rooms, and scene activation via openhue CLI.
1 Updated yesterday
yourkenike AI & Automation Solid
homematic
Read Homematic IP Home Control Unit state and prepare guarded smart-home control messages without exposing HCU credentials.
126 Updated today
HybridAIOne AI & Automation Solid
alexa
Expose HybridClaw as a custom Alexa skill and prepare guarded Alexa smart-home/device control payloads without exposing Amazon credentials.
126 Updated today
HybridAIOne