skills/skills.volces.com/brave-api-search

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 summary
  • brave_suggest — query autosuggestions as users type with optional rich metadata
  • brave_spellcheck — spell correction and "Did you mean?" suggestions
  • brave_answers — AI-grounded answers with inline citations powered by live web search | NEW — v4.2.0: Full entity extraction via enable-entities flag

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
Installs
9
First Seen
Apr 2, 2026