skills.vishalvoidskills/vishalvoid
Technical & DevelopmentBeginner

spellcheck

Spell correction and Did-you-mean query cleanup.

Developer Setup

Setup & Installation

bash
npx skills add https://github.com/brave/brave-search-skills --skill spellcheck

Overview

What This Skill Does

Checks search queries against Brave's spelling dictionaries and returns spelling suggestions and corrections.

Application

When to use this Skill

Documentation

Show Skills.md file

Spellcheck

Requires API Key: Get one at https://api.search.brave.com

Plan: Included in the Spellcheck plan. See https://api-dashboard.search.brave.com/app/subscriptions/subscribe

Quick Start (cURL)

curl -s "https://api.search.brave.com/res/v1/spellcheck/search" \
  -H "Accept: application/json" \
  -H "X-Subscription-Token: ${BRAVE_SEARCH_API_KEY}" \
  -G \
  --data-urlencode "q=artifical inteligence" \
  --data-urlencode "lang=en" \
  --data-urlencode "country=US"

Endpoint

GET https://api.search.brave.com/res/v1/spellcheck/search

Authentication: X-Subscription-Token: <API_KEY> header

Lines 1 - 25 of 69

Recommendations

Explore other random skills

All skillsMy patterns