Skip to main content
Back to registry

anki-connect

intellectronica/agent-skills

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.

Installs167
Install command
npx skills add https://github.com/intellectronica/agent-skills --skill anki-connect
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
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. CRITICAL — NO EXCEPTIONS 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 confirmation by intent and scope (e.g., “Update 125 notes matching query X”). Treat the following as confirmation-required by default: Every request is JSON with: Every response is JSON with: Always check error before using result . Prefer jq to build JSON and parse responses.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does anki-connect do?

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.

Is anki-connect good?

anki-connect does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does anki-connect work with?

anki-connect currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to anki-connect?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install anki-connect?

npx skills add https://github.com/intellectronica/agent-skills --skill anki-connect

Related skills

More from intellectronica/agent-skills

Related skills

Alternatives in Software Engineering