skills$openclaw/anki-connect-skill
gyroninja3.1k

by gyroninja

anki-connect-skill – OpenClaw Skill

anki-connect-skill is an OpenClaw Skills integration for coding workflows. Interact with Anki flashcard decks via the AnkiConnect REST API. Use when the user wants to create, update, search, or manage Anki cards, decks, notes, or models.

3.1k stars6.7k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

nameanki-connect-skill
descriptionInteract with Anki flashcard decks via the AnkiConnect REST API. Use when the user wants to create, update, search, or manage Anki cards, decks, notes, or models. OpenClaw Skills integration.
ownergyroninja
repositorygyroninja/anki-connect
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @gyroninja/anki-connect
last updatedFeb 7, 2026

Maintainer

gyroninja

gyroninja

Maintains anki-connect-skill in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
279 B
SKILL.md
654 B
SKILL.md

name: anki-connect-skill description: Interact with Anki flashcard decks via the AnkiConnect REST API. Use when the user wants to create, update, search, or manage Anki cards, decks, notes, or models. compatibility: Requires Anki running with the AnkiConnect plugin installed.

AnkiConnect Skill

This skill provides integration with AnkiConnect, a plugin for Anki that exposes a REST API for interacting with Anki from external applications.

Setup

For installation and usage instructions, refer to the AnkiConnect documentation:

https://git.sr.ht/~foosoft/anki-connect/blob/master/README.md

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install anki-connect-skill?

Run openclaw add @gyroninja/anki-connect in your terminal. This installs anki-connect-skill into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/gyroninja/anki-connect. Review commits and README documentation before installing.