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

spellcheck

communityworkflows

Checks a search query for spelling errors and returns corrected alternatives.

Setup & Installation

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

What This Skill Does

Checks a search query for spelling errors and returns corrected alternatives. Designed for pre-search query cleanup or building "Did you mean?" prompts, since Brave's main search endpoints already include spellcheck by default.

Lets you catch and fix misspelled queries before they hit your search pipeline, so you can route or display results based on the corrected text instead of relying on each downstream service to handle typos.

When to use it

  • Correcting user-typed queries before sending them to a search API
  • Building a "Did you mean?" suggestion box in a search UI
  • Cleaning up batches of raw search queries from analytics logs
  • Validating form inputs where accurate spelling matters for downstream lookups
  • Comparing original vs. corrected queries to detect common typos in your product