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.
Before any destructive or modifying operation on notes or cards (adding, updating, deleting, rescheduling, suspending, unsuspending, changing deck, or changing fields/tags), request confirmation from the user. Use the AskUserQuestion tool if available; otherwise ask via chat. Only request confirmation once per logical operation, even if it requires multiple API calls (e.g., search + update + verify). Group confirm...
Prefer jq to build JSON and parse responses. Keep requests explicit and structured.
Questa abilità serve per interagire con Anki tramite AnkiConnect e dovrebbe essere utilizzata ogni volta che un utente chiede di interagire con Anki, incluso leggere o modificare mazzi, note, carte, modelli, media o operazioni di sincronizzazione. Fonte: doggy8088/agent-skills.