Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Control Philips Hue lights, rooms, and scenes via the OpenHue CLI. Turn lights on/off, adjust brightness, color, color temperature, and activate scenes.
.claude/skills/graniet-openhue/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-03 | ✗→✓ | ▲ Improved | 19% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -22% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -6% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -23% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -33% | 0% |
This skill is repo-local and stays inactive until explicitly activated.
When the original instructions refer to legacy tool names, use these Kheish mappings:
terminal => bashweb_extract => web_fetch, plus web_search when discovery is neededsearch_files => grep_search and glob_searchbrowser_* tools require a browser-capable surfaced tool or MCP; if none is available, use the closest available surface and say so explicitlyWhen the instructions mention local helper files, resolve them from ${KHEISH_SKILL_DIR}.
Control Philips Hue lights and scenes via a Hue Bridge from the terminal.
bash# Linux (pre-built binary) curl -sL https://github.com/openhue/openhue-cli/releases/latest/download/openhue-linux-amd64 -o ~/.local/bin/openhue && chmod +x ~/.local/bin/openhue # macOS brew install openhue/cli/openhue-cli
First run requires pressing the button on your Hue Bridge to pair. The bridge must be on the same local network.
bashopenhue get light # List all lights openhue get room # List all rooms openhue get scene # List all scenes
bash# Turn on/off openhue set light "Bedroom Lamp" --on openhue set light "Bedroom Lamp" --off # Brightness (0-100) openhue set light "Bedroom Lamp" --on --brightness 50 # Color temperature (warm to cool: 153-500 mirek) openhue set light "Bedroom Lamp" --on --temperature 300 # Color (by name or hex) openhue set light "Bedroom Lamp" --on --color red openhue set light "Bedroom Lamp" --on --rgb "#FF5500"
bash# Turn off entire room openhue set room "Bedroom" --off # Set room brightness openhue set room "Bedroom" --on --brightness 30
bashopenhue set scene "Relax" --room "Bedroom" openhue set scene "Concentrate" --room "Office"
bash# Bedtime (dim warm) openhue set room "Bedroom" --on --brightness 20 --temperature 450 # Work mode (bright cool) openhue set room "Office" --on --brightness 100 --temperature 250 # Movie mode (dim) openhue set room "Living Room" --on --brightness 10 # Everything off openhue set room "Bedroom" --off openhue set room "Office" --off openhue set room "Living Room" --off
openhue get light to check exact names| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→fail | 6,283 | 4,328 | -31% | 1 | 1 | 0% | 260 | 983 | +278% | 0 | 0 | — |
case-02 | fail→fail | 6,490 | 6,361 | -2% | 1 | 1 | 0% | 1,019 | 1,058 | +4% | 0 | 0 | — |
case-03 | fail→pass | 5,505 | 1,869 | -66% | 1 | 1 | 0% | 881 | 1,048 | +19% | 0 | 0 | — |
case-04 | fail→pass | 8,209 | 1,679 | -80% | 1 | 1 | 0% | 1,324 | 1,038 | -22% | 0 | 0 | — |
case-10 | fail→pass | 7,784 | 2,177 | -72% | 1 | 1 | 0% | 1,178 | 1,109 | -6% | 0 | 0 | — |
case-05 | fail→pass | 8,205 | 2,217 | -73% | 1 | 1 | 0% | 1,457 | 1,129 | -23% | 0 | 0 | — |
case-06 | fail→pass | 9,799 | 2,297 | -77% | 1 | 1 | 0% | 1,696 | 1,135 | -33% | 0 | 0 | — |
case-07 | fail→pass | 6,303 | 1,570 | -75% | 1 | 1 | 0% | 956 | 981 | +3% | 0 | 0 | — |
case-08 | fail→pass | 7,644 | 3,617 | -53% | 1 | 1 | 0% | 1,236 | 1,059 | -14% | 0 | 0 | — |
case-09 | fail→pass | 7,424 | 2,110 | -72% | 1 | 1 | 0% | 1,128 | 1,126 | -0% | 0 | 0 | — |
case-11 | fail→pass | 2,915 | 1,845 | -37% | 1 | 1 | 0% | 400 | 1,024 | +156% | 0 | 0 | — |
case-12 | fail→pass | 19,495 | 3,677 | -81% | 1 | 1 | 0% | 1,652 | 1,400 | -15% | 0 | 0 | — |
case-13 | fail→pass | 11,061 | 4,115 | -63% | 1 | 1 | 0% | 1,827 | 1,455 | -20% | 0 | 0 | — |
case-14 | fail→pass | 8,807 | 1,250 | -86% | 1 | 1 | 0% | 1,316 | 944 | -28% | 0 | 0 | — |
case-15 | pass→pass | 7,890 | 7,290 | -8% | 1 | 1 | 0% | 1,209 | 1,902 | +57% | 0 | 0 | — |
case-16 | pass→pass | 10,325 | 6,511 | -37% | 1 | 1 | 0% | 1,668 | 1,805 | +8% | 0 | 0 | — |
case-17 | pass→pass | 12,525 | 12,339 | -1% | 1 | 1 | 0% | 1,931 | 2,616 | +35% | 0 | 0 | — |
case-18 | fail→fail | 17,853 | 29,007 | +62% | 1 | 1 | 0% | 3,480 | 6,979 | +101% | 0 | 0 | — |
case-19 | pass→pass | 9,013 | 2,030 | -77% | 1 | 1 | 0% | 1,410 | 1,101 | -22% | 0 | 0 | — |
case-20 | fail→pass | 8,830 | 2,203 | -75% | 1 | 1 | 0% | 1,343 | 1,120 | -17% | 0 | 0 | — |
case-21 | fail→pass | 9,486 | 1,352 | -86% | 1 | 1 | 0% | 1,612 | 1,010 | -37% | 0 | 0 | — |
case-22 | pass→pass | 6,471 | 3,194 | -51% | 1 | 1 | 0% | 954 | 1,276 | +34% | 0 | 0 | — |
case-23 | fail→pass | 9,371 | 1,608 | -83% | 1 | 1 | 0% | 1,735 | 1,036 | -40% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 23 cases were attempted, and 21 counted toward the lift figure. The other 2 produced results that are not comparable between the two arms, so they are excluded from the headline rather than averaged into it. The headline lift of +65 percentage points is the difference between those two pass rates over the 21 comparable cases. 1 case got worse with the skill loaded, and it is included in that figure.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.