anki
Installation
SKILL.md
Anki Skill
Manage Anki flashcards via AnkiConnect HTTP API.
⛔ MANDATORY: Pre-Add Checklist (READ THIS FIRST)
You MUST NOT call addNote or addNotes until ALL steps below are completed. No exceptions. No defaults. No shortcuts.
Agent Mode Exception
When called by the anki-flashcard-generator agent (or any automated agent), skip the interactive checklist below. Instead:
- Read deck and model from
.claude/anki.jsonconfig (create with defaults{"deck": "program::claude", "model": "Basic"}if missing) - Call
modelFieldNamesto verify the configured model's fields - Proceed directly with
addNotes— no user confirmation needed