Overview
- Skill Key
- garibong-labs/brave-api-setup
- Author
- garibong-labs
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/garibong-labs/brave-api-setup
- Latest Commit SHA
- 40200787bbc87364fb51158a18dd4d791d69f802
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.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 brave-api-setup 技能。 若已安装,则直接安装 brave-api-setup 技能。
# Brave API Setup
Automates Brave Search API key extraction and OpenClaw configuration.
## Included Files
| File | Description |
|------|-------------|
| `SKILL.md` | This document |
| `scripts/apply-api-key.js` | Applies API key to OpenClaw config (Node.js) |
## Dependencies
- Node.js (for apply-api-key.js)
- OpenClaw browser capability (`browser` tool)
## When to Use
- User wants to enable `web_search` in OpenClaw
- Error: `missing_brave_api_key`
- User asks to set up Brave Search API
## Prerequisites
- User must have a Brave Search API account
- User must be logged in (openclaw browser profile)
- API key must exist in dashboard
## Workflow
### Step 1: Navigate to API keys page
```
browser(action="navigate", profile="openclaw",
targetUrl="https://api-dashboard.search.brave.com/app/keys")
```
### Step 2: Click reveal button (eye icon)
Take snapshot, find the reveal button, click it:
```
browser(action="act", kind="click", ref="<eye-button-ref>")
```
### Step 3: Extract key via JavaScript (avoids LLM transcription error)
```
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.
### Step 4: Apply to config (direct file write, no LLM involved)
Relative to skill directory:
```bash
node <skill_dir>/scripts/apply-api-key.js "<extracted-key>"
```
Or use gateway config.patch with the extracted key.
## Why This Approach
**Problem**: LLM can confuse similar characters when transcribing (O vs 0, l vs 1).
**Solution**:
1. `evaluate` extracts key via JavaScript → returns exact string
2. `apply-api-key.js` writes directly to config → bit-perfect
The key never passes through LLM text generation.
## Manual Account Setup
If user doesn't have an account:
1. Go to https...
youmind-openlab
AI skill for OpenClaw & Claude Code — recommend from 10000+ Nano Banana Pro (Gemini) image prompts. Smart search by use case, content remix, sample images.
23blocks-os
AI Agent Orchestrator with Skills System - Give AI Agents superpowers: memory search, code graph queries, agent-to-agent messaging. Manage Claude, Codex or any AI Agent from one dashboard. Move Agents between computers and locations
hashgraph-online
AI agent skills for the Universal Registry - search, chat, and register 72,000+ agents across 14+ protocols. Works with Claude, Codex, Cursor, OpenClaw, and any AI assistant.
rito-w
A cross-platform skills manager for AI IDEs. Search marketplace, download locally, and install to Claude, Cursor, Windsurf, and more with one click.
besoeasy
Battle-tested skill library for AI agents. Save 98% of API costs with ready-to-use code for crypto, PDFs, search, web scraping & more. No trial-and-error, no expensive APIs.
zeropointrepo
YouTube Transcript API skills for AI agents. Get transcripts, search videos, browse channels. Works with OpenClaw, ClawdBot, Claude Code, Cursor, Windsurf.