Back to skills

suggest

data

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 meta

Setup & Installation

npx skills add https://github.com/brave/suggest --skill suggest
or paste the link and ask your coding assistant to install it
https://github.com/brave/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

  • Working with suggest functionality
  • Implementing suggest features
  • Debugging suggest related issues