ubermenchhubermenchhCommunityยท1 Agent Skills Included

anki-cli

Manage Anki flashcards, decks, and reviews from the terminal

Creates, queries, edits, and reviews Anki flashcards directly from the command line. Eliminates manual clicking through the Anki desktop app for bulk imports, tagging, and deck organization. Outputs structured JSON so scripts and agents can automate spaced repetition workflows end to end.
npx skills add ubermenchh/anki-cli --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’