brave-search
Installation
SKILL.md
Brave Search
Headless web search and content extraction using Brave Search. No browser required.
Setup
Run once before first use:
cd "${CODEX_HOME:-~/.codex}/skills/brave-search"
npm ci
Needs env: BRAVE_API_KEY (primary) or BRAVE_AI_API_KEY (fallback).
The script tries BRAVE_API_KEY first, then BRAVE_AI_API_KEY if the first is missing or rate-limited. If both fail, it falls back to HTML scraping.