Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Control Homey home automation hub via CLI. Use when you need to control smart home devices (lights, thermostats, sockets, etc.), check device status, list zones, trigger flows, or perform any Homey automation tasks. Supports on/off, dimming, color changes, temperature control, and device inspection. Safe, capability-allowlisted operations only.
.claude/skills/sundial-org-homey-cli/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-08 | ✗→✓ | ▲ Improved | -39% | 0% |
| case-14 | ✗→✓ | ▲ Improved | -60% | 0% |
| case-15 | ✗→✓ | ▲ Improved | -24% | 0% |
| case-16 | ✗→✓ | ▲ Improved | -11% | 0% |
| case-17 | ✗→✓ | ▲ Improved | -27% | 0% |
Safe, agent-friendly CLI for controlling Homey home automation hubs.
bashcd skills/homey-cli npm install
http://localhost:8787/callbackCreate .env file:
bashexport HOMEY_CLIENT_ID="your-client-id" export HOMEY_CLIENT_SECRET="your-client-secret" export HOMEY_REDIRECT_URL="http://localhost:8787/callback"
bashbash run.sh auth login
Follow the OAuth flow in your browser. Tokens are stored in ~/.config/homey-cli/.
bashbash run.sh homey list
bashbash run.sh homey use <homeyId>
bash# List all devices bash run.sh devices list # List devices as JSON bash run.sh devices list --json # Get specific device bash run.sh devices get <deviceId> # Read capability value bash run.sh devices read <deviceId> onoff # Control devices bash run.sh devices on <deviceId> bash run.sh devices off <deviceId> bash run.sh devices dim <deviceId> 0.4 bash run.sh devices color <deviceId> #FF8800 bash run.sh devices temperature <deviceId> 21.5
bash# List flows bash run.sh flows list # Trigger flow bash run.sh flows trigger <flowId>
bashbash run.sh inventory --json
Write operations are capability-allowlisted for safety:
onoff, dim, light_hue, light_saturation, light_temperature, target_temperatureexport HOMEY_CLI_ALLOWED_CAPABILITIES=onoff,dim,target_temperatureDestructive operations (delete devices, modify flows, change app settings) are not supported.
When users ask:
devices on <deviceId>devices dim <deviceId> 0.5devices read <deviceId> measure_temperaturedevices list --json and filter by class/capabilities~/.config/homey-cli/credentials.json~/.config/homey-cli/config.jsonbash run.sh auth loginbash run.sh devices listHOMEY_CLI_ALLOWED_CAPABILITIES or check if it's a read-only capability| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→fail | 4,538 | 4,952 | +9% | 1 | 1 | 0% | 665 | 1,051 | +58% | 0 | 0 | — |
case-02 | fail→fail | 3,657 | 4,348 | +19% | 1 | 1 | 0% | 335 | 1,045 | +212% | 0 | 0 | — |
case-03 | fail→fail | 5,892 | 4,761 | -19% | 1 | 1 | 0% | 981 | 1,084 | +10% | 0 | 0 | — |
case-04 | pass→pass | 10,532 | 2,368 | -78% | 1 | 1 | 0% | 1,874 | 1,161 | -38% | 0 | 0 | — |
case-05 | pass→pass | 14,206 | 2,397 | -83% | 1 | 1 | 0% | 2,530 | 1,248 | -51% | 0 | 0 | — |
case-06 | pass→pass | 9,913 | 2,869 | -71% | 1 | 1 | 0% | 1,695 | 1,374 | -19% | 0 | 0 | — |
case-07 | pass→pass | 4,632 | 2,739 | -41% | 1 | 1 | 0% | 797 | 1,302 | +63% | 0 | 0 | — |
case-08 | fail→pass | 10,987 | 2,293 | -79% | 1 | 1 | 0% | 1,853 | 1,129 | -39% | 0 | 0 | — |
case-09 | pass→pass | 4,825 | 1,651 | -66% | 1 | 1 | 0% | 799 | 1,078 | +35% | 0 | 0 | — |
case-10 | pass→pass | 8,416 | 1,905 | -77% | 1 | 1 | 0% | 1,423 | 1,161 | -18% | 0 | 0 | — |
case-11 | pass→pass | 8,515 | 2,134 | -75% | 1 | 1 | 0% | 1,584 | 1,201 | -24% | 0 | 0 | — |
case-12 | pass→pass | 21,712 | 2,066 | -90% | 1 | 1 | 0% | 3,872 | 1,195 | -69% | 0 | 0 | — |
case-13 | pass→pass | 7,951 | 2,993 | -62% | 1 | 1 | 0% | 1,397 | 1,358 | -3% | 0 | 0 | — |
case-14 | fail→pass | 17,924 | 2,005 | -89% | 1 | 1 | 0% | 2,929 | 1,165 | -60% | 0 | 0 | — |
case-15 | fail→pass | 9,916 | 2,448 | -75% | 1 | 1 | 0% | 1,583 | 1,206 | -24% | 0 | 0 | — |
case-16 | fail→pass | 10,408 | 4,177 | -60% | 1 | 1 | 0% | 1,710 | 1,517 | -11% | 0 | 0 | — |
case-17 | fail→pass | 12,036 | 3,052 | -75% | 1 | 1 | 0% | 1,810 | 1,329 | -27% | 0 | 0 | — |
case-18 | fail→pass | 11,123 | 1,616 | -85% | 1 | 1 | 0% | 1,860 | 1,107 | -40% | 0 | 0 | — |
case-19 | pass→pass | 16,299 | 1,694 | -90% | 1 | 1 | 0% | 2,636 | 1,087 | -59% | 0 | 0 | — |
case-20 | pass→pass | 6,783 | 2,361 | -65% | 1 | 1 | 0% | 1,139 | 1,171 | +3% | 0 | 0 | — |
case-21 | fail→pass | 11,306 | 2,915 | -74% | 1 | 1 | 0% | 1,779 | 1,342 | -25% | 0 | 0 | — |
case-22 | pass→pass | 11,553 | 1,809 | -84% | 1 | 1 | 0% | 1,730 | 1,115 | -36% | 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 19 counted toward the lift figure. The other 3 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 +32 percentage points is the difference between those two pass rates over the 19 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.