spellcheck by brave/brave-search-skills
npx skills add https://github.com/brave/brave-search-skills --skill spellcheck需要 API 密钥 : 请在 https://api.search.brave.com 获取
套餐 : 包含在 Spellcheck 套餐中。详情请见 https://api-dashboard.search.brave.com/app/subscriptions/subscribe
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"
GET https://api.search.brave.com/res/v1/spellcheck/search
认证 : 请求头 X-Subscription-Token: <API_KEY>
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 参数 |
|---|
| 类型 |
|---|
| 必需 |
|---|
| 默认值 |
|---|
| 描述 |
|---|
q | string | 是 | — | 需要检查拼写的查询(1-400 个字符,最多 50 个单词) |
lang | string | 否 | en | 语言偏好(2 个或更多字符的语言代码,例如 en、fr、de、pt-br、zh-hans)。支持 51 种代码 |
country | string | 否 | US | 搜索国家(2 字母国家代码或 ALL) |
| 字段 | 类型 | 描述 |
|---|---|---|
type | string | 始终为 "spellcheck" |
query.original | string | 提交的原始输入查询 |
results | array | 拼写纠正建议。当未找到纠正时可能为空数组 |
results[].query | string | 查询的纠正版本 |
{
"type": "spellcheck",
"query": {
"original": "artifical inteligence"
},
"results": [
{
"query": "artificial intelligence"
}
]
}
spellcheck=true —— 仅当您需要在搜索前获取纠正时才使用此独立端点每周安装数
28
代码仓库
GitHub 星标数
71
首次出现
2026年2月14日
安全审计
安装于
gemini-cli27
codex27
opencode26
github-copilot26
kimi-cli26
amp25
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
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"
GET https://api.search.brave.com/res/v1/spellcheck/search
Authentication : X-Subscription-Token: <API_KEY> header
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
q | string | Yes | — | Query to spell check (1-400 chars, max 50 words) |
lang | string | No | en | Language preference (2+ char language code, e.g. en, fr, de, pt-br, zh-hans). 51 codes supported |
country |
| Field | Type | Description |
|---|---|---|
type | string | Always "spellcheck" |
query.original | string | The input query as submitted |
results | array | Spell-corrected suggestions. May be empty when no correction is found |
results[].query | string | A corrected version of the query |
{
"type": "spellcheck",
"query": {
"original": "artifical inteligence"
},
"results": [
{
"query": "artificial intelligence"
}
]
}
spellcheck=true by default — use this standalone endpoint only when you need the correction before searchingWeekly Installs
28
Repository
GitHub Stars
71
First Seen
Feb 14, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
gemini-cli27
codex27
opencode26
github-copilot26
kimi-cli26
amp25
lark-cli 共享规则:飞书资源操作指南与权限配置详解
39,000 周安装
| string |
| No |
US |
Search country (2-letter country code or ALL) |