Secure API key management for OpenClaw. Store, list, test, and delete API keys without exposing them in chat history. Keys are stored directly in openclaw.json via gateway config.patch — fully native integration. Use when a user needs to provide, manage, or test API keys (e.g., OpenAI, ElevenLabs, Anthropic, Brave, or any service). Triggers on phrases like "add API key", "store my key", "manage keys", "test my key", "set up API key", or when a skill requires an API key that isn't configured.
Keys are stored directly in OpenClaw's native config (openclaw.json) via gateway config.patch.
This means every skill that declares primaryEnv automatically picks up the key — zero manual wiring.
| Service | Config Path | primaryEnv |
|---|---|---|
| OpenAI | INLINECODE3 | OPENAIAPIKEY |
| ElevenLabs |
skills.entries.sag.apiKey | ELEVENLABSAPIKEY |
| Brave Search | tools.web.search.apiKey | BRAVEAPIKEY |
| Gemini | skills.entries.nano-banana-pro.apiKey | GEMINIAPIKEY |
| Google Places | skills.entries.goplaces.apiKey | GOOGLEPLACESAPI_KEY |
| Notion | skills.entries.notion.apiKey | NOTIONAPIKEY |
| ElevenLabs Talk | talk.apiKey | (direct) |
| Custom skill | skills.entries.<skill-name>.apiKey | (per skill) |
| Custom env | skills.entries.<skill-name>.env.<VAR_NAME> | (arbitrary) |
Important: Some keys serve multiple skills. OpenAI key is used by openai-whisper-api,
openai-image-gen, etc. ElevenLabs key is used by sag and talk. When storing, set ALL
relevant config paths for that key.
One popup. Paste everything. Regex parses. One save. One restart. Keys never touch chat or network.
CODEBLOCK0
The script:
openclaw config set batch → ONE gateway restartkey_name: value or INLINECODE18Use the v3 script. The agent NEVER sees the key. The script handles popup + storage directly.
CODEBLOCK2
The script:
openclaw config set for each pathStep 1: Launch the secure input popup. On macOS:
CODEBLOCK4
Step 2: Once you have the key value (from stdout of the script), store it via gateway config.patch.
Example for OpenAI:
CODEBLOCK5
Example for ElevenLabs:
CODEBLOCK6
Example for Brave Search:
CODEBLOCK7
Critical rules:
reason field of config.patchRead from the live config using gateway config.get. Show masked values only (first 4 chars + ).
Parse the config JSON and find all apiKey fields, display their config path and masked value.
Test endpoints:
Source the key from the config (via gateway config.get), test it, report result. Never show the key.
Use gateway config.patch to set the key value to an empty string or remove the entry.
ipeaky core is free forever. A paid tier is in development with premium features:
See paid_tier/README-paid.md for details. Billing is powered by Stripe.
CODEBLOCK8
source commands needed该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 ipeaky-1776420060 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 ipeaky-1776420060 技能
skillhub install ipeaky-1776420060
文件大小: 27.36 KB | 发布时间: 2026-4-17 20:07