Skills Plugins MCP Prompt Model 博客 我的中心

spellcheck

USE FOR spell correction. Returns corrected query if misspelled. Most search endpoints have spellcheck built-in; use this only for pre-search query cleanup or "Did you mean?" UI.

DeepseekModel キュレーション済みスキル 品質 優秀 · 78 v1.0.0

取得

https://deepseekmodel.com/api/download.php?id=brave-brave-search-skills-skills-spellcheck-skill-md&format=skill
ダウンロード .skill 標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
name spellcheck description USE FOR spell correction. Returns corrected query if misspelled. Most search endpoints have spellcheck built-in; use this only for pre-search query cleanup or "Did you mean?" UI. 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 Parameters 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 string No US Search country (2-letter country code or ALL ) Response Fields 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 Example Response { "type" : "spellcheck" , "query" : { "original" : "artifical inteligence" } , "results" : [ { "query" : "artificial intelligence" } ] } Use Cases Pre-search query cleanup : Check spelling before deciding which search endpoint to call "Did you mean?" UI : Show users a corrected suggestion before running the search Batch query normalization : Clean up user inputs in bulk Notes Built-in alternative : Web Search and LLM Context have spellcheck=true by default — use this standalone endpoint only when you need the correction before searching Context-aware : Corrections consider the full query context, not just individual words
このスキルを起動するキーワード。クリックでコピーできます。

このスキルにはトリガーワードがありません。

ダウンロードした .skill に含まれるフィールド。
フィールド 説明
formatフォーマット識別子(skill/v1)
skill_idスキル固有 ID
nameスキル名
versionバージョン
description説明
categoryカテゴリ(配列)
trigger_wordsトリガーワード
tagsタグ
sourceソース
source_urlソース URL(本ページ)
exported_atエクスポート日時(ダウンロード毎)
system_promptシステムプロンプト本文
model_configモデル設定:provider / model / temperature / max_tokens / top_p
examplesサンプル
install_guide各プラットフォームの導入説明(Coze / Dify / Claude / カスタム)
同じスキルを各プラットフォーム形式で出力できます。
.skill 標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能 ダウンロード
.skillpro 拡張形式。scripts / tools / dependencies / hooks を含む ダウンロード
.json 純粋な JSON 出力。system_prompt とモデル設定のみ ダウンロード
Coze frontmatter 付き Markdown。Coze へのインポート用 ダウンロード
Dify Dify DSL。アプリ作成後にそのままインポート ダウンロード

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。