Skills Plugins MCP Prompt Model 博客 我的中心

anki

Use when the user wants to create Anki flashcards, manage Anki decks, search notes, or interact with Anki via AnkiConnect. Triggers on phrases like "create flashcards", "add to Anki", "make Anki cards", "batch create notes", or "manage my Anki deck".

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

取得

https://deepseekmodel.com/api/download.php?id=nailuogg-anki-mcp-server-skills-anki-skill-md&format=skill
ダウンロード .skill 標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
name anki description Use when the user wants to create Anki flashcards, manage Anki decks, search notes, or interact with Anki via AnkiConnect. Triggers on phrases like "create flashcards", "add to Anki", "make Anki cards", "batch create notes", or "manage my Anki deck". metadata {"author":"nailuoGG","version":"1.0.0"} Anki MCP Server Skill Create and manage Anki flashcards through the anki-mcp-server MCP integration. Prerequisites Anki desktop app is running AnkiConnect addon installed (default port 8765) MCP server configured in Claude: { "mcpServers" : { "anki" : { "command" : "npx" , "args" : [ "-y" , "anki-mcp-server" ] } } } Note: Do not use the .mcpb packaged version — it outputs Electron metadata to stdout which breaks the MCP stdio protocol. Quick Reference Goal Tool Key Args Check connection anki_check_connection — List all decks anki_list_decks — Create deck anki_create_deck name List all tags anki_list_tags — Add note tags anki_add_note_tags noteId or noteIds , tags Remove note tags anki_remove_note_tags noteId or noteIds , tags Create one note anki_create_note type , deck , fields Batch create notes anki_batch_create_notes notes[] (10–20 per batch) Search notes anki_search_notes query (Anki syntax), limit , offset Get note details anki_get_note_info noteId Update note anki_update_note id , fields , tags Delete note anki_delete_note noteId or noteIds List note types anki_list_note_types — Get field names anki_get_note_type_info modelName Legacy unprefixed tool names still work, but prefer the anki_* tools for new workflows. Core Workflows From text/notes → Flashcards Call anki_list_decks to confirm target deck (create if needed) Call anki_get_note_type_info to confirm field names for the chosen type Extract knowledge points — one concept per card Call anki_batch_create_notes (10–20 notes per call, max 50) Minimum information principle: Each card tests exactly one thing. Note Types Type Fields Use For Basic Front , Back Definitions, facts, Q&A Cloze Text with {{c1::deletion}} Fill-in-the-blank, sequences Always call anki_get_note_type_info first when using custom note types — field names vary. Batch Create Example { "notes" : [ { "type" : "Basic" , "deck" : "Programming::Python" , "fields" : { "Front" : "What does list comprehension look like in Python?" , "Back" : "[expr for item in iterable if condition]" } , "tags" : [ "python" , "syntax" ] } , { "type" : "Cloze" , "deck" : "Programming::Python" , "fields" : { "Text" : "In Python, {{c1::def}} defines a function and {{c2::return}} sends back a value." } , "tags" : [ "python" , "basics" ] } ] , "allowDuplicate" : false , "stopOnError" : false } Search Syntax deck:Python # Cards in Python deck tag:重要 is:due # Due cards tagged "重要" is:new # Unseen cards note:Basic # Cards using Basic note type "exact phrase" # Exact text match Tags Use anki_list_tags to inspect existing tags. For metadata-only changes, prefer anki_add_note_tags and anki_remove_note_tags ; use anki_update_note only when replacing the full tag list. Deck Naming Use :: for hierarchy: Language::English::Vocabulary , CS::Algorithms::Sorting Common Mistakes Mistake Fix Not calling anki_get_note_type_info first Always check field names before creating notes with custom types Batches > 50 notes Split into multiple calls of 10–20 Using .mcpb file Use npx -y anki-mcp-server instead Anki not running Start Anki, verify AnkiConnect is active Wrong field names Field names are case-sensitive — use anki_get_note_type_info to verify
このスキルを起動するキーワード。クリックでコピーできます。

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

ダウンロードした .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 技能推荐。完全免费,持续更新。

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

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