Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Control Philips Hue lights, scenes, rooms via OpenHue CLI.
.claude/skills/nousresearch-openhue/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | -22% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -5% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -19% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -34% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 186% | 0% |
Control Philips Hue lights and scenes via a Hue Bridge from the terminal.
bash# Linux (pre-built binary — releases ship tarballs, not bare binaries) curl -sL "https://github.com/openhue/openhue-cli/releases/latest/download/openhue_Linux_x86_64.tar.gz" \ | tar -xz -C /tmp openhue \ && install -m 0755 /tmp/openhue ~/.local/bin/openhue # (use openhue_Linux_arm64.tar.gz on ARM64) # 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,692 | 2,652 | -60% | 1 | 1 | 0% | 1,146 | 1,227 | +7% | 0 | 0 | — |
case-02 | fail→pass | 10,835 | 2,620 | -76% | 1 | 1 | 0% | 1,541 | 1,196 | -22% | 0 | 0 | — |
case-03 | fail→fail | 6,856 | 2,736 | -60% | 1 | 1 | 0% | 1,489 | 1,224 | -18% | 0 | 0 | — |
case-04 | fail→fail | 14,205 | 9,949 | -30% | 1 | 1 | 0% | 2,875 | 2,751 | -4% | 0 | 0 | — |
case-05 | fail→pass | 9,701 | 6,219 | -36% | 1 | 1 | 0% | 1,874 | 1,787 | -5% | 0 | 0 | — |
case-06 | fail→pass | 12,297 | 6,409 | -48% | 1 | 1 | 0% | 2,418 | 1,952 | -19% | 0 | 0 | — |
case-07 | fail→pass | 10,925 | 3,505 | -68% | 1 | 1 | 0% | 2,245 | 1,478 | -34% | 0 | 0 | — |
case-08 | fail→pass | 1,768 | 1,339 | -24% | 1 | 1 | 0% | 325 | 929 | +186% | 0 | 0 | — |
case-09 | fail→pass | 6,986 | 2,908 | -58% | 1 | 1 | 0% | 1,442 | 1,319 | -9% | 0 | 0 | — |
case-10 | fail→pass | 7,271 | 1,345 | -82% | 1 | 1 | 0% | 1,473 | 961 | -35% | 0 | 0 | — |
case-11 | pass→pass | 9,653 | 1,181 | -88% | 1 | 1 | 0% | 1,661 | 901 | -46% | 0 | 0 | — |
case-12 | fail→pass | 3,975 | 2,060 | -48% | 1 | 1 | 0% | 932 | 1,052 | +13% | 0 | 0 | — |
case-13 | fail→pass | 6,888 | 2,246 | -67% | 1 | 1 | 0% | 1,485 | 1,028 | -31% | 0 | 0 | — |
case-14 | pass→pass | 3,470 | 1,195 | -66% | 1 | 1 | 0% | 715 | 907 | +27% | 0 | 0 | — |
case-15 | fail→pass | 5,940 | 1,934 | -67% | 1 | 1 | 0% | 1,279 | 1,134 | -11% | 0 | 0 | — |
case-16 | fail→pass | 15,692 | 2,678 | -83% | 1 | 1 | 0% | 1,442 | 1,334 | -7% | 0 | 0 | — |
case-17 | pass→pass | 4,070 | 1,522 | -63% | 1 | 1 | 0% | 724 | 933 | +29% | 0 | 0 | — |
case-18 | pass→pass | 3,620 | 1,443 | -60% | 1 | 1 | 0% | 782 | 977 | +25% | 0 | 0 | — |
case-19 | fail→pass | 5,014 | 1,732 | -65% | 1 | 1 | 0% | 925 | 1,055 | +14% | 0 | 0 | — |
case-20 | pass→pass | 8,789 | 2,789 | -68% | 1 | 1 | 0% | 1,436 | 1,253 | -13% | 0 | 0 | — |
case-21 | pass→pass | 7,707 | 4,004 | -48% | 1 | 1 | 0% | 1,363 | 1,402 | +3% | 0 | 0 | — |
case-22 | pass→pass | 7,496 | 2,680 | -64% | 1 | 1 | 0% | 1,589 | 1,257 | -21% | 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. 22 cases were attempted, and 21 counted toward the lift figure. The other 1 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 +55 percentage points is the difference between those two pass rates over the 21 comparable cases.
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.