Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Control Govee smart lights via the Govee API. Supports turning lights on/off, adjusting brightness, setting colors, and scenes. Use for: (1) Controlling individual lights or groups by name, (2) Setting colors and brightness, (3) Managing device states
.claude/skills/sundial-org-govee-lights/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -47% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -47% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -39% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 77% | 0% |
| case-14 | ✗→✓ | ▲ Improved | -39% | 0% |
Control Govee smart lights using natural language commands.
| Command | Example | |---------|---------| | List devices | python3 scripts/govee.py list | | Turn on | python3 scripts/govee.py on "lamp" | | Turn off | python3 scripts/govee.py off "lamp" | | Brightness | python3 scripts/govee.py brightness "lamp" 75 | | Color | python3 scripts/govee.py color "lamp" 255 100 50 |
export GOVEE_API_KEY="your-key"pip3 install requestsbash# List all devices python3 scripts/govee.py list # Control lights python3 scripts/govee.py on "living room" python3 scripts/govee.py off bedroom python3 scripts/govee.py brightness "desk lamp" 50 # Set colors (RGB 0-255) python3 scripts/govee.py color "strip" 255 0 0 # Red python3 scripts/govee.py color "strip" 0 255 0 # Green python3 scripts/govee.py color "strip" 255 165 0 # Orange
See TROUBLESHOOTING.md for common issues.
Other measured skills in the registry, with their headline benchmark lift.