memento-flashcards

Build spaced-repetition flashcard decks and grade free-text recall responses.

4|Updated May 18, 2026
One-click install
npx skills add https://github.com/ZardLi1115/zedclaw --skill memento-flashcards-zardli1115
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memento-flashcards
Source: https://github.com/ZardLi1115/zedclaw/tree/main/optional-skills/productivity/memento-flashcards
Command: npx skills add https://github.com/ZardLi1115/zedclaw --skill memento-flashcards-zardli1115

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires youtube-transcript-api, and includes scripts (resource) components.

What problem does it solve?

Memento converts information you want to remember into spaced-repetition flashcards so you can review at the right time instead of relying on passive rereading.

Core Features & Use Cases

  • Spaced-repetition scheduling: Review due cards with adaptive intervals based on graded free-text answers.
  • Create cards from facts or text: Convert statements into Q/A flashcards and store them locally in a JSON deck file.
  • Generate quizzes from YouTube transcripts: Fetch an English transcript and create a 5-question quiz deck for practice.
  • Deck management & portability: Export and import decks via CSV, plus view stats, list cards, and delete cards or collections.
  • Free-text grading loop: The agent shows the correct answer and provides brief feedback before scheduling the next review.

Quick Start

Use this skill by telling the agent: “Remember that the speed of light in vacuum is 299,792 km/s.”

Frequently Asked Questions about memento-flashcards

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn facts into spaced-repetition flashcards for active recall?

To turn facts into spaced-repetition flashcards, you provide statements to the agent, which converts them into Q/A pairs and stores them locally in a JSON deck file for scheduled review. You can start by simply telling the agent a fact to remember.

Can I generate flashcards from YouTube transcripts automatically?

Yes, you can generate flashcards from YouTube transcripts by fetching an English transcript using the youtube-transcript-api dependency, which automatically creates a 5-question quiz deck for immediate practice.

How do I export and import flashcard decks for portability?

You can export and import flashcard decks for portability using the built-in CSV import and export functionality. This allows you to move your locally stored JSON-backed flashcard collections between different environments.

Does spaced-repetition practice require manual grading of answers?

Spaced-repetition practice does not require manual grading because the agent grades your free-text responses. The agent shows the correct answer, provides brief feedback, and automatically schedules the next review interval.

What is the best way to review due flashcards on a local schedule?

The best way to review due flashcards locally is to use the deterministic CLI due subcommand, which surfaces cards scheduled for today and drives an adaptive recall loop based on your free-text answer grading.

Are there limitations to storing flashcard collections in local JSON files?

Storing flashcard collections in local JSON files limits access to a single local environment without cloud synchronization, though you can mitigate portability constraints by using the CSV export feature to transfer decks.