Install
openclaw skills install echodecks-clawdbot-skillManage, create, and study flashcards, generate AI-based cards and podcasts, and track progress using EchoDecks API integration.
openclaw skills install echodecks-clawdbot-skillIntegrates with the EchoDecks External API for flashcard management, AI generation, and audio study sessions.
Requires ECHODECKS_API_KEY environment variable.
echodecks_get_userGet user profile, credits, and global study statistics.
echodecks_list_decksList all decks in your account.
id (optional): Retrieve a specific deck by ID.echodecks_create_deckCreate a new flashcard deck.
title (required): Name of the deck.description (optional): Brief description.echodecks_list_cardsList cards in a specific deck.
deck_id (required): The ID of the target deck.echodecks_generate_cardsGenerate new flashcards using AI.
deck_id (required): The target deck ID.topic (optional): Topic string.text (optional): Detailed source text.
Cost: 10 credits.echodecks_generate_podcastSynthesize an audio podcast from a deck.
deck_id (required): The source deck ID.style (optional): "summary" or "conversation" (default: "summary").
Cost: 50 credits.echodecks_podcast_statusCheck the progress of a generated podcast.
id (required): The podcast ID.echodecks_get_study_linkGet a direct link to a web-based study session.
deck_id (required): The deck to study.echodecks_submit_reviewSubmit a spaced-repetition review for a card.
card_id (required): The ID of the card.quality (required): 0 (Again), 1 (Hard), 2 (Good), 3 (Easy).All tools wrap the scripts/echodecks_client.py CLI.