Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Set up Brave Search API for OpenClaw web_search. Use when user needs to configure Brave API, get Brave API key, enable web search, or fix "missing_brave_api_key" error.
Set up Brave Search API for OpenClaw web_search. Use when user needs to configure Brave API, get Brave API key, enable web search, or fix "missing_brave_api_key" error.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Automates Brave Search API key extraction and OpenClaw configuration.
FileDescriptionSKILL.mdThis documentscripts/apply-api-key.jsApplies API key to OpenClaw config (Node.js)
Node.js (for apply-api-key.js) OpenClaw browser capability (browser tool)
User wants to enable web_search in OpenClaw Error: missing_brave_api_key User asks to set up Brave Search API
User must have a Brave Search API account User must be logged in (openclaw browser profile) API key must exist in dashboard
browser(action="navigate", profile="openclaw", targetUrl="https://api-dashboard.search.brave.com/app/keys")
Take snapshot, find the reveal button, click it: browser(action="act", kind="click", ref="<eye-button-ref>")
browser(action="act", kind="evaluate", fn="(() => { const cells = document.querySelectorAll('td'); for (const cell of cells) { const text = cell.textContent?.trim(); if (text && text.startsWith('BSA') && !text.includes('β’') && text.length > 20) return text; } return null; })()") The result field contains the exact API key.
Relative to skill directory: node <skill_dir>/scripts/apply-api-key.js "<extracted-key>" Or use gateway config.patch with the extracted key.
Problem: LLM can confuse similar characters when transcribing (O vs 0, l vs 1). Solution: evaluate extracts key via JavaScript β returns exact string apply-api-key.js writes directly to config β bit-perfect The key never passes through LLM text generation.
If user doesn't have an account: Go to https://api-dashboard.search.brave.com Sign up with email Subscribe to Free plan (requires credit card) Create API key in dashboard Then run this skill
λ²κ·Έ 리ν¬νΈ, κΈ°λ₯ μμ², νΌλλ°±μ μλλ‘ λ³΄λ΄μ£ΌμΈμ. Email: contact@garibong.dev Developer: Garibong Labs (κ°λ¦¬λ΄λ©μ€)
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.