通过 Govee API 控制 Govee 智能灯打开/关闭、调整亮度、设置颜色以及管理设备状态。
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install govee-lights或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install govee-lights⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/govee-lights/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- 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 ---
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 requests# 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.
安装 Govee 灯光控制 后,可以对 AI 说这些话来触发它
Help me get started with Govee Lights Control
Explains what Govee Lights Control does, walks through the setup, and runs a quick demo based on your current project
Use Govee Lights Control to control Govee smart lights to turn on/off, adjust brightness, set c...
Invokes Govee Lights Control with the right parameters and returns the result directly in the conversation
What can I do with Govee Lights Control in my marketing & growth workflow?
Lists the top use cases for Govee Lights Control, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/govee-lights/ 目录(个人级,所有项目可用),或 .claude/skills/govee-lights/(项目级)。重启 AI 客户端后,用 /govee-lights 主动调用,或让 AI 根据上下文自动发现并使用。
Govee 灯光控制 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Govee 灯光控制 可免费安装使用。请查阅仓库了解许可证信息。
通过 Govee API 控制 Govee 智能灯打开/关闭、调整亮度、设置颜色以及管理设备状态。
Govee 灯光控制 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my marketing & growth tasks using Govee Lights Control
Identifies repetitive steps in your workflow and sets up Govee Lights Control to handle them automatically