Back to skills

spellcheck

workflows

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 inc

Setup & Installation

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

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