memento-flashcards

Manage spaced-repetition flashcards with a local JSON-backed CLI.

150|25|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/Devsoul2026/Hermes-One-Click --skill memento-flashcards-devsoul2026
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: memento-flashcards
Source: https://github.com/Devsoul2026/Hermes-One-Click/tree/main/hermes-agent/optional-skills/productivity/memento-flashcards
Command: npx skills add https://github.com/Devsoul2026/Hermes-One-Click --skill memento-flashcards-devsoul2026

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Turn everyday facts into durable, reviewable knowledge using a local, file-based flashcard system with spaced-repetition scheduling and lightweight grading features.

Core Features & Use Cases

  • Create flashcards from facts and text with Q/A, stored locally under the Hermes data directory
  • Review due cards via spaced repetition and provide quick feedback
  • Generate quizzes from YouTube transcripts and import/export decks for offline study

Quick Start

Add a card with a question and answer, then run the due command to start spaced-repetition reviews.

Frequently Asked Questions about memento-flashcards

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

FAQPage Schema
How do I manage spaced-repetition flashcards locally for offline study?▼

You can generate quizzes from YouTube transcripts by using the add-quiz command. This feature depends on the optional youtube-transcript-api external library to retrieve video transcripts and convert them into reviewable flashcards.

Can I import and export flashcard decks for personal education?▼

Yes, you can import and export flashcard decks for personal education. This allows you to transfer your locally stored spaced-repetition decks between environments and maintain your study workflow offline.

Do I need the youtube-transcript-api to create basic flashcards from text?▼

You do not need the youtube-transcript-api to create basic flashcards from text. The dependency is only required for generating quizzes from YouTube transcripts; standard fact creation and spaced-repetition reviews work without it.

How does grading work when reviewing due flashcards?▼

Grading during flashcard reviews works by using the rate command after running the due command. This lightweight grading feature provides quick feedback on due cards to schedule subsequent spaced-repetition intervals.