Jump to related tools in the same category or review the original source on GitHub.

Smart Home & IoT @joeynyc Updated 6/28/2026 2,645 downloads 2 stars Security: Pass

Govee Lights OpenClaw Plugin & Skill | ClawHub

Looking to integrate Govee Lights into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate smart home & iot tasks instantly, without having to write custom tools from scratch.

What this skill does

Control Govee smart lights via the Govee API.

Install

ClawHub CLI
openclaw skills install @joeynyc/govee-lights
Node.js (npx)
npx clawhub@latest install govee-lights

Full SKILL.md

Open original

SKILL.md content below is scrollable.


name: govee-lights description: 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

Govee Lights Control

Control Govee smart lights using natural language commands.

Quick Reference

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

Natural Language Patterns

  • "Turn on [device name]"
  • "Turn off [device name]"
  • "Set [device name] to [brightness]%"
  • "Set [device name] to [color name or RGB]"
  • "Dim/Brighten [device name]"

Setup

  1. Get API key from Govee Developer Portal
  2. Set environment variable: export GOVEE_API_KEY="your-key"
  3. Install dependencies: pip3 install requests

Usage Examples

# 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

Troubleshooting

See TROUBLESHOOTING.md for common issues.

ClawHub Registry URL: https://clawhub.ai/joeynyc/skills/govee-lights

Related skills

If this matches your use case, these are close alternatives in the same category.