Script-free Govee OpenAPI setup and control guide. Use when the user wants to get a Govee API key, connect Govee, list devices, check state, or send power/brightness/color commands with secure key handling.
Control Govee devices using manual curl commands only.
bash available.https://developer-api.govee.com and https://developer.govee.com.jq for pretty-printing JSON responses.Quick check:
CODEBLOCK0
GOVEE_API_KEY (required)GOVEE_API_KEY from your chosen per-user secrets file.https://developer-api.govee.com
- https://developer.govee.com
https://developer.govee.com/.If the portal UI changes, use the same flow: sign in to Govee Developer → find API key management → create key.
Never store API keys in skill files, git, or chat logs.
Create a per-user secrets file (avoid /root unless intentionally running as root):
CODEBLOCK1
Load only this variable into the current shell (no set -a):
CODEBLOCK2
CODEBLOCK3
Before controlling lights, list devices and copy your own device + model:
CODEBLOCK4
CODEBLOCK5
CODEBLOCK6
CODEBLOCK7
CODEBLOCK8
CODEBLOCK9
Success usually returns:
CODEBLOCK10
If code is not 200, treat it as failure.
401 / unauthorized: key missing, expired, or invalid.supportCmds).<DEVICE>, <MODEL>, <YOUR_API_KEY>).该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 govee-control-1776420050 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 govee-control-1776420050 技能
skillhub install govee-control-1776420050
文件大小: 2.32 KB | 发布时间: 2026-4-17 20:19