memento-flashcards

Create flashcards from factual statements and manage them locally via JSON.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/jacardl/New-Radar --skill memento-flashcards-jacardl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memento-flashcards
Source: https://github.com/jacardl/New-Radar/tree/main/backend/frameworks/hermes-agent/optional-skills/productivity/memento-flashcards
Command: npx skills add https://github.com/jacardl/New-Radar --skill memento-flashcards-jacardl

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill provides a local, file-based flashcard system to help users convert facts and notes into durable memory by leveraging spaced-repetition, agent-graded free-text interactions, and easy quiz generation from YouTube transcripts.

Core Features & Use Cases

  • Create flashcards from any factual statement or notes and chat with cards to practice via free-text answers that are graded by the agent.
  • Generate quizzes from YouTube transcripts and review cards with adaptive scheduling to reinforce learning.
  • Import and export decks as CSV for interoperability, backup, and offline study.
  • All data lives in a single JSON store at ~/.hermes/skills/productivity/memento-flashcards/data with no external API keys required.

Quick Start

Tell me a fact to remember, and I will turn it into a flashcard.

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 from my notes for long-term recall?

You can create spaced-repetition flashcards by providing factual statements or notes to the agent, which stores them locally in a JSON file. The system schedules reviews adaptively and grades your free-text answers to reinforce long-term recall.

Can I generate quizzes from YouTube transcripts for offline study?

Generating quizzes from YouTube transcripts is fully supported using the youtube-transcript-api dependency. The extracted transcript text is converted into flashcards stored locally, requiring no external API keys for offline study.

Do I need external API keys or cloud storage to use local flashcards?

No external API keys or cloud services are required. Local flashcards operate entirely offline, storing all data in a single JSON file under the local directory for safe, private scheduling and review mechanics.

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

CSV import and export enables interoperability and backup for your flashcard decks. You can load existing decks from CSV files into the local JSON store or export them for offline study on other platforms.

What is the best way to practice flashcards using free-text answers?

Practicing flashcards via free-text answers involves chatting with the agent, which grades your responses against the stored facts. This interactive method replaces multiple-choice formats to ensure deeper factual recall.