brave-api-search
SKILL.md
Brave API Search v4.2.0 — Significant Update
Real-time web search, autosuggest, spellcheck, and AI-powered answers using the official Brave Search API. Four tools:
brave_search— web results with titles, URLs, descriptions, optional AI summarybrave_suggest— query autosuggestions as users type with optional rich metadatabrave_spellcheck— spell correction and "Did you mean?" suggestionsbrave_answers— AI-grounded answers with inline citations powered by live web search | NEW — v4.2.0: Full entity extraction viaenable-entitiesflag
Setup
Set your Brave API keys in a local .env file (recommended):
# .env (do not commit)
BRAVE_SEARCH_API_KEY=your_key_here
BRAVE_ANSWERS_API_KEY=your_key_here
AUTOSUGGEST_API_KEY=your_key_here # optional, for autosuggest only
BRAVE_SPELLCHECK_API_KEY=your_key_here # optional, for spellcheck only