3.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.
Skill Snapshot
| 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. OpenClaw Skills integration. |
| owner | gyroninja |
| repository | gyroninja/anki-connect |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @gyroninja/anki-connect |
| last updated | Feb 7, 2026 |
Maintainer

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
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.
