memento-flashcards

Convert facts and study material into spaced-repetition flashcards with CSV deck management.

3|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/twjarviszyra-web/hermes-unbound --skill memento-flashcards-twjarviszyra-web
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memento-flashcards
Source: https://github.com/twjarviszyra-web/hermes-unbound/tree/main/optional-skills/productivity/memento-flashcards
Command: npx skills add https://github.com/twjarviszyra-web/hermes-unbound --skill memento-flashcards-twjarviszyra-web

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires youtube_transcript_api, and includes scripts (resource) components.

What problem does it solve?

This Skill helps users remember facts over time by turning notes, statements, and study material into a local flashcard system with spaced repetition. It reduces manual review work and keeps learning organized in a simple file-based deck.

Core Features & Use Cases

  • Create flashcards from facts: Convert a statement into a question-and-answer card for later review.
  • Review due cards: Present cards that are due, grade free-text answers, and schedule the next review automatically.
  • Generate quiz decks from YouTube transcripts: Fetch a transcript, create study questions, and store them as quiz cards.
  • Import, export, and manage decks: Move cards through CSV, inspect stats, and organize content by collection.
  • Use case: A student can save class notes as cards, review them daily, and turn a lecture video into a short quiz deck.

Quick Start

Use the memento-flashcards skill to save this fact as a flashcard in the General collection.

Frequently Asked Questions about memento-flashcards

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

FAQPage Schema
How do I turn YouTube transcripts into flashcards for studying?

You can generate flashcards from YouTube transcripts by fetching the video transcript using the youtube-transcript-api dependency, which automatically creates study questions and stores them as local quiz cards for review.

Does spaced repetition flashcard software support CSV import for existing decks?

Yes, spaced repetition flashcards support CSV import and export, allowing you to move existing cards through CSV files, inspect deck statistics, and organize content by collections.

How do I create flashcards from facts for spaced repetition review?

To create flashcards from facts, you convert a statement into a question-and-answer card saved in a local JSON storage system, which then schedules the card for automatic review.

Can I grade free-text answers when reviewing due flashcards?

Yes, during due card review, the system presents cards and grades your free-text answers, automatically scheduling the next review date based on your performance.

Do I need Python scripts and local JSON storage to manage flashcard decks?

Yes, this flashcard system requires local JSON card storage and Python scripts to manage deck collections, schedule spaced repetition, and automate review workflows.

What is the best way to organize study notes into a spaced repetition system?

The best way to organize study notes into a spaced repetition system is converting them into question-and-answer cards stored in local collections, reducing manual review work through automated scheduling.