memento-flashcards

Create and manage local flashcards with a Python CLI and JSON store.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/Chris-Chai-Minjae/hermes-agent-r1-bridge --skill memento-flashcards-chris-chai-minjae
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memento-flashcards
Source: https://github.com/Chris-Chai-Minjae/hermes-agent-r1-bridge/tree/main/optional-skills/productivity/memento-flashcards
Command: npx skills add https://github.com/Chris-Chai-Minjae/hermes-agent-r1-bridge --skill memento-flashcards-chris-chai-minjae

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Spaced-repetition flashcards run locally to help users remember facts, study through adaptive intervals, and generate quizzes from transcripts without relying on external services.

Core Features & Use Cases

  • Local, file-based decks that store cards in a single JSON file for offline access.
  • Chat-enabled grading of free-text answers to schedule next reviews and reinforce memory.
  • YouTube transcript quizzes: generate quizzes from video transcripts and review them in a structured deck.
  • CSV import/export for sharing and backing up decks across devices.

Quick Start

Tell me a fact you want turned into a flashcard, or say "review due cards" to start a spaced-repetition session.

Frequently Asked Questions about memento-flashcards

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

FAQPage Schema
How do I create spaced-repetition flashcards locally for offline studying?

Spaced-repetition flashcards can be created locally by submitting facts or text, which are stored in a single JSON file for offline access. The system then schedules adaptive review intervals to reinforce memory.

Can I generate a quiz from a YouTube transcript for studying?

Yes, you can generate quizzes from YouTube transcripts. This feature requires the youtube-transcript-api dependency to fetch video transcripts and convert them into structured flashcard decks for review.

How do I import and export flashcard decks using CSV files?

You can import and export flashcard decks using CSV files to share and back up your cards across devices. This functionality works offline alongside the local JSON storage.

How does free-text grading work for flashcard reviews?

Free-text grading for flashcard reviews uses chat-enabled evaluation to assess your typed answers. It grades the responses to schedule next reviews and reinforce memory through adaptive spaced repetition.

Do I need an internet connection to use the core flashcard features?

No, an internet connection is not needed for core flashcard features, which run offline using local JSON storage. Only the YouTube transcript quiz feature requires internet access and the youtube-transcript-api.

What is the best way to manage and review due flashcards?

The best way to manage due flashcards is to initiate a spaced-repetition session by requesting a review of due cards. The system adaptively schedules cards based on your free-text grading performance.