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.
Этот навык предназначен для взаимодействия с Anki через AnkiConnect, и его следует использовать всякий раз, когда пользователь просит взаимодействовать с Anki, в том числе для чтения или изменения колод, заметок, карточек, моделей, мультимедиа или операций синхронизации. Источник: intellectronica/agent-skills.