Brave/suggest — Agent Skills | officialskills.sh
Back to skills

suggest

communitydata

Provides query autocomplete suggestions through the Brave Search API.

Setup & Installation

npx skills add https://github.com/brave/brave-search-skills --skill suggest
or paste the link and ask your coding assistant to install it
https://github.com/brave/brave-search-skills/tree/main/skills/suggest
View on GitHub

What This Skill Does

Provides query autocomplete suggestions through the Brave Search API. Returns suggested completions as users type, with sub-100ms response times and built-in typo tolerance. Rich mode adds entity metadata like titles, descriptions, and images.

Offloads autocomplete logic and typo correction to a single fast API call instead of building and maintaining your own suggestion index.

When to use it

  • Adding a search-as-you-type dropdown to a web app
  • Expanding partial user queries before passing them to a RAG pipeline
  • Detecting entities from partial input to show preview cards
  • Correcting misspelled search terms without a separate spellcheck step
  • Pre-populating search boxes with localized suggestions by country and language