Bridges Claude to Anki via the AnkiConnect HTTP API so you can search, create, update, and delete flashcards programmatically. The skill is careful about destructive operations, requiring confirmation before modifying or deleting notes and cards, which matters when you're manipulating hundreds of flashcards at once. It's built around curl and jq patterns for JSON construction and parsing, with good coverage of the action catalog from deck management to media uploads. Most useful when you want to bulk-edit cards, automate study deck creation, or query your collection without clicking through the Anki GUI. The confirmation policy is strict but sensible given how easy it is to trash a deck by accident.
npx skills add https://github.com/intellectronica/agent-skills --skill anki-connect