/install flashcards-podcasts-master
EchoDecks Skill
Integrates with the EchoDecks External API for flashcard management, AI generation, and audio study sessions.
Configuration
Requires ECHODECKS_API_KEY environment variable.
Tools
echodecks_get_user
Get user profile, credits, and global study statistics.
echodecks_list_decks
List all decks in your account.
id(optional): Retrieve a specific deck by ID.
echodecks_create_deck
Create a new flashcard deck.
title(required): Name of the deck.description(optional): Brief description.
echodecks_list_cards
List cards in a specific deck.
deck_id(required): The ID of the target deck.
echodecks_generate_cards
Generate 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_podcast
Synthesize 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_status
Check the progress of a generated podcast.
id(required): The podcast ID.
echodecks_get_study_link
Get a direct link to a web-based study session.
deck_id(required): The deck to study.
echodecks_submit_review
Submit 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).
Implementation
All tools wrap the scripts/echodecks_client.py CLI.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install flashcards-podcasts-master - 安装完成后,直接呼叫该 Skill 的名称或使用
/flashcards-podcasts-master触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Ultimate Flashcards / Podcasts Tutor 是什么?
Manage flashcards, generate AI-based cards, create audio podcasts, and track study progress using EchoDecks API integration. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1469 次。
如何安装 Ultimate Flashcards / Podcasts Tutor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install flashcards-podcasts-master」即可一键安装,无需额外配置。
Ultimate Flashcards / Podcasts Tutor 是免费的吗?
是的,Ultimate Flashcards / Podcasts Tutor 完全免费(开源免费),可自由下载、安装和使用。
Ultimate Flashcards / Podcasts Tutor 支持哪些平台?
Ultimate Flashcards / Podcasts Tutor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Ultimate Flashcards / Podcasts Tutor?
由 drgeld(@drgeld)开发并维护,当前版本 v1.0.0。