anki-connect
Installation
SKILL.md
Project:
intellectronica/agent-skills, Eleanor Berger's agent skills collection.License: CC0 1.0 Universal (public domain dedication). Full license text is in
LICENSEalongside this file.Snapshot: Frozen copy of
intellectronica/agent-skills/skills/anki-connectas of 2026-05-22. The maintained version lives upstream and may have evolved since this snapshot.
AnkiConnect
Overview
Enable reliable interaction with Anki through the AnkiConnect local HTTP API. Use this skill to translate user requests into AnkiConnect actions, craft JSON requests, run them via curl/jq (or equivalent tools), and interpret results safely.
Preconditions and Environment
- If Anki is not running, launch Anki, then wait until the AnkiConnect server responds at
http://127.0.0.1:8765(default). Verify readiness using curl, e.g.curl -sS http://127.0.0.1:8765should returnAnki-Connect.
Safety and Confirmation Policy (Critical)
CRITICAL — NO EXCEPTIONS