Overview
- Skill Key
- cole-z/govee-control
- Author
- cole-z
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/cole-z/govee-control
- Latest Commit SHA
- 8fd30fee005a5cbd0a9766ec3bfdc45af74b3964
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.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 govee-control 技能。 若已安装,则直接安装 govee-control 技能。
# Govee OpenAPI (No Scripts) Control Govee devices using manual `curl` commands only. ## Linux System Requirements - Linux shell with `bash` available. - `curl` installed. - Internet access to `https://developer-api.govee.com` and `https://developer.govee.com`. - Govee account with supported devices linked. - Optional: `jq` for pretty-printing JSON responses. Quick check: ```bash bash --version | head -n 1 curl --version | head -n 1 command -v jq >/dev/null && jq --version || echo "jq not installed (optional)" ``` ## Required Credential - `GOVEE_API_KEY` (required) ## Autonomous Use Guardrails - Only read `GOVEE_API_KEY` from your chosen per-user secrets file. - Do not read unrelated secret files or system credentials. - Restrict outbound requests to: - `https://developer-api.govee.com` - `https://developer.govee.com` - Ask before controlling multiple devices or performing bulk changes. ## Get a Govee API Key 1. Open `https://developer.govee.com/`. 2. Sign in with the same Govee account that owns your devices. 3. Go to the API key section in the developer console. 4. Generate/apply for a key and copy it. 5. Keep it private (treat it like a password). If the portal UI changes, use the same flow: sign in to Govee Developer → find API key management → create key. ## Secure Local Storage (Per-User) Never store API keys in skill files, git, or chat logs. Create a per-user secrets file (avoid `/root` unless intentionally running as root): ```bash mkdir -p "$HOME/.openclaw/secrets" cat > "$HOME/.openclaw/secrets/govee.env" <<'EOF' export GOVEE_API_KEY='<YOUR_API_KEY>' EOF chmod 600 "$HOME/.openclaw/secrets/govee.env" ``` Load only this variable into the current shell (no `set -a`): ```bash source "$HOME/.openclaw/secrets/govee.env" ``` ## API Base URL ```bash https://developer-api.govee.com/v1 ``` ## Discover Devices First Before controlling lights, list devices and copy your own `device` + `model`: ```bash curl -sS -X GET "https://developer-api....
human-pages-ai
Search and hire real humans for tasks — photography, delivery, research, and more
zseven-w
Reusable skill templates for OpenClaw AI agents. Templates for API integration, data processing, web scraping, CLI tools, and file processing.
capt-marbles
Attio CRM integration for managing companies, people, deals, notes, tasks, and custom objects. Use when working with Attio CRM data, searching contacts, managing sales pipelines, adding notes to records, creating tasks, or syncing prospect information.
capt-marbles
Web scraping and crawling with Firecrawl API. Fetch webpage content as markdown, take screenshots, extract structured data, search the web, and crawl documentation sites. Use when the user needs to scrape a URL, get current web info, capture a screenshot, extract specific data from pages, or crawl docs for a framework/library.
caqlayan
Tweet Processor Skill
carlosarturoleon
Connect to Windsor.ai MCP for natural language access to 325+ data sources including Facebook Ads, GA4, HubSpot, Shopify, and more.