LaunchKit · 2026
Back to Skills

echodecks

Integrates with EchoDecks for flashcard management, study sessions, and AI.

1
1.5k downloads
by @drgeld

Setup & Installation

openclaw skills install @drgeld/echodecks

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install echodecks

Version History

v1.0.2Feb 6, 2026 - Version note by skill developer:

Update to 1.0.2

What This Skill Does

Connects to EchoDecks for managing flashcard decks, running spaced repetition review sessions, and generating new cards or audio summaries from text. Supports AI-powered card generation from topics or raw content, and podcast-style audio exports from decks.

Combines card review, AI generation, and audio export in one interface instead of switching between the EchoDecks app and other tools.

When to use it

  • Reviewing due flashcards before an exam
  • Generating cards from a copied article or lecture notes
  • Checking study stats after a session
  • Creating an audio summary of a deck for commute listening
  • Adding new cards to a deck from a topic prompt

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Generate flashcards from this article text and then start my review session

AGENT
  1. 1Call echodecks_get_decks to list available decks and identify the target deck ID
  2. 2Call echodecks_generate_cards with the article text and target deck_id
  3. 3Call echodecks_get_due_cards filtered to that deck to retrieve cards ready for review
  4. 4Present each due card to the user and collect their rating (0-3)
  5. 5Call echodecks_submit_review for each card with the provided quality rating
OUTPUT

New cards added to the deck and all due cards reviewed with spaced repetition scores submitted

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

ECHODECKS_API_KEY environment variable