LaunchKit · 2026
Back to Skills

flashcards-podcasts-master

Integrates with the EchoDecks External.

1
1.2k downloads
by @drgeld

Setup & Installation

openclaw skills install @drgeld/flashcards-podcasts-master

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

npx clawhub install flashcards-podcasts-master

What This Skill Does

Connects to the EchoDecks API to manage flashcard decks, generate cards from text or topics using AI, and convert decks into audio podcasts for listening-based study. Supports spaced-repetition review submission and links to web-based study sessions.

Combines card creation, AI generation, and audio output in one skill instead of switching between separate tools or browser tabs.

When to use it

  • Generating flashcards from lecture notes or articles
  • Turning a study deck into a podcast for commute listening
  • Tracking spaced-repetition progress across multiple decks
  • Creating a new deck and populating it from a topic in one step
  • Checking how many credits remain before generating audio

Example Workflow

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

INPUT

User asks: Create a deck on the French Revolution and make an audio podcast from it

AGENT
  1. 1Call echodecks_create_deck with title 'French Revolution'
  2. 2Call echodecks_generate_cards with the new deck_id and topic 'French Revolution' (costs 10 credits)
  3. 3Call echodecks_generate_podcast with deck_id and style 'conversation' (costs 50 credits)
  4. 4Poll echodecks_podcast_status until the podcast is ready
  5. 5Return the podcast URL to the user
OUTPUT

A ready-to-listen conversational podcast summarizing the French Revolution flashcard deck

Requirements

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

ECHODECKS_API_KEY environment variableEchoDecks account with sufficient credits (card generation costs 10 credits, podcast generation costs 50 credits)