Show count of Anki flashcards due for review by deck
Displays the total count of Anki flashcards due for review, broken down by deck. Use this to quickly check your review workload across different decks before starting a study session.
/plugin marketplace add jtmuller5/anki-claude-plugin/plugin install jtmuller5-anki-claude-plugin@jtmuller5/anki-claude-pluginAll due card IDs: !curl -s -X POST http://localhost:8765 -H "Content-Type: application/json" -d '{"action": "findCards", "version": 6, "params": {"query": "is:due"}}'
Card details: !curl -s -X POST http://localhost:8765 -H "Content-Type: application/json" -d '{"action": "cardsInfo", "version": 6, "params": {"cards": '$(curl -s -X POST http://localhost:8765 -H "Content-Type: application/json" -d '{"action": "findCards", "version": 6, "params": {"query": "is:due"}}' | grep -o '\[.*\]')'}}' | jq -r '.result[] | "\(.deckName)"' | sort | uniq -c
Based on the card details above, create a clear summary showing: