AnkiConnect exposes internal Anki features to external applications via an easy-to-use. Use when working with the AnkiConnect API or when the user needs to interact with this API.
Install
npx skillscat add clearner1/anki-connect-skill Install via the SkillsCat registry.
SKILL.md
AnkiConnect API
AnkiConnect exposes internal Anki features to external applications via an easy-to-use
How to Use This Skill
This API documentation is split into multiple files for on-demand loading.
Directory structure:
references/
├── resources/ # 8 resource index files
├── operations/ # 111 operation detail files
└── schemas/ # 5 schema groups, 6 schema filesNavigation flow:
- Find the resource you need in the list below
- Read
references/resources/<resource>.mdto see available operations - Read
references/operations/<operation>.mdfor full details - If an operation references a schema, read
references/schemas/<prefix>/<schema>.md
Base URL
http://127.0.0.1:8765- Default AnkiConnect local server
Resources
- model →
references/resources/model.md(23 ops) - Note type (model) management: fields, templates, s - graphical →
references/resources/graphical.md(19 ops) - GUI operations: browse, review, add cards dialogs, - card →
references/resources/card.md(17 ops) - Operations for managing cards: suspension, ease fa - note →
references/resources/note.md(17 ops) - Note operations: add, update, delete notes, manage - deck →
references/resources/deck.md(12 ops) - Operations for managing decks: create, delete, mov - miscellaneous →
references/resources/miscellaneous.md(11 ops) - General operations: versioning, sync, profiles, im - statistic →
references/resources/statistic.md(7 ops) - Review statistics: daily counts, review history, a - media →
references/resources/media.md(5 ops) - Media file management: store, retrieve, list, and