memento-flashcards

Create and review flashcards with spaced repetition and YouTube transcript quizzes.

1|1|Updated May 25, 2026
One-click install
npx skills add https://github.com/aayushsoam/clawbot-agent --skill memento-flashcards-aayushsoam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memento-flashcards
Source: https://github.com/aayushsoam/clawbot-agent/tree/main/optional-skills/productivity/memento-flashcards
Command: npx skills add https://github.com/aayushsoam/clawbot-agent --skill memento-flashcards-aayushsoam

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Memento Flashcards helps users create, study, and review flashcards with spaced repetition, making it easier to memorize information.

Core Features & Use Cases

  • Flashcard Creation: Create flashcards from facts or text, with options for Q&A format.
  • Spaced Repetition: Review due cards with adaptive scheduling, improving memory retention.
  • YouTube Quizzes: Generate quizzes from YouTube video transcripts.
  • Card Management: Organize flashcards into collections, export/import decks as CSV.
  • Use Case: Use Memento Flashcards to study for an exam by creating flashcards from your notes and reviewing them regularly.

Quick Start

Use the memento-flashcards skill to create a new flashcard about the capital of France.

Frequently Asked Questions about memento-flashcards

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

FAQPage Schema
How do I create flashcards from text for spaced repetition study?

To create flashcards from text, you use the system's Python scripts to generate Q&A format cards. The spaced repetition feature then schedules these cards for review, adapting the timing to improve your memory retention over time.

Can I generate a quiz from a YouTube video transcript?

Yes, you can generate a quiz from a YouTube video transcript. The system uses the youtube-transcript-api to fetch the transcript and the youtube_quiz.py script to automatically create quiz questions based on the video's content.

How do I export and import my flashcard collections?

You can manage your flashcard collections by exporting and importing them as CSV files. This allows you to organize your decks, transfer your flashcards between different collections, and maintain your study materials externally.

Do I need Python to use the memento-flashcards skill?

Yes, Python is required because the skill relies on specific Python scripts like memento_cards.py and youtube_quiz.py, along with the youtube-transcript-api dependency, to execute its flashcard creation and quiz generation functions.

What is the best way to memorize information using adaptive scheduling?

Using spaced repetition is the best way to memorize information through adaptive scheduling. The system automatically tracks which cards are due for review and adjusts the intervals based on your familiarity with the material, optimizing long-term retention.

Does the YouTube quiz generation work with any video?

The YouTube quiz generation works with any video that has an accessible transcript. Because it uses the youtube-transcript-api, the system requires the video to contain transcript data to successfully extract text and generate the quiz questions.