anki-cli
Manage Anki flashcards, decks, and reviews from the terminal
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install anki-cli?โผ
Run `npx skills add ubermenchh/anki-cli --all -g -y` in your terminal to install this skill globally.
How to manage Anki flashcards from the terminal?โผ
Use commands like `anki note:add`, `anki cards --query`, and `anki review` to create, search, and study cards without opening the Anki desktop app.
Does anki-cli work without Anki Desktop running?โผ
Yes. The direct SQLite backend reads and writes your collection file directly, while the AnkiConnect backend talks to a running Anki Desktop instance.
Can AI agents use anki-cli automatically?โผ
Yes. The included SKILL.md gives agents the full command reference, JSON output structure, and search syntax so they can manage decks from plain-English requests.
How to bulk import flashcards with anki-cli?โผ
Pass a JSON file or stdin array to `anki note:bulk --deck "Default" --notetype "Basic"` to create many cards in one command.
Related Repositories in Education & Research
View All in Education & Researchโlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides