选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install echodecks或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install echodecks⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/echodecks/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
Integrates with EchoDecks for flashcard management, study sessions, and AI generation.
This skill requires the ECHODECKS_API_KEY environment variable to be set.
echodecks_get_decksList all available decks or details for a specific deck.
id (optional): The ID of a specific deck to retrieve.echodecks_get_due_cardsRetrieve cards that are currently due for review.
deck_id (optional): Filter due cards by a specific deck ID.echodecks_submit_reviewSubmit a spaced repetition review for a card.
card_id (required): The ID of the card being reviewed.quality (required): Integer rating (0-3).- 0: Again (Failure/Forgot) - 1: Hard - 2: Good - 3: Easy
echodecks_generate_cardsGenerate new flashcards from a topic or text content using AI.
deck_id (required): The target deck ID for the new cards.topic (optional): A short topic string to generate from.text (optional): Raw text content to generate from.Note: One of topic or text must be provided. Cost: 10 credits.
echodecks_generate_podcastGenerate an audio podcast summary or conversation from a deck.
deck_id (required): The source deck ID.voice (optional): Voice preference (default: "neutral").type (optional): "summary" or "conversation" (default: "summary").Note: Cost: 50 credits.
echodecks_get_podcastsRetrieve existing podcasts for a deck.
deck_id (optional): Filter by deck ID.id (optional): specific podcast ID.echodecks_get_user_statsGet current user profile and study statistics.
All tools are wrappers around skills/echodecks-v1/echodecks_client.py.
# Example
./skills/echodecks-v1/echodecks_client.py get-due --deck-id 123安装 回声甲板 后,可以对 AI 说这些话来触发它
Help me get started with EchoDecks
Explains what EchoDecks does, walks through the setup, and runs a quick demo based on your current project
Use EchoDecks to aI-powered flashcards and audio podcasts for active recall
Invokes EchoDecks with the right parameters and returns the result directly in the conversation
What can I do with EchoDecks in my design & creative workflow?
Lists the top use cases for EchoDecks, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/echodecks/ 目录(个人级,所有项目可用),或 .claude/skills/echodecks/(项目级)。重启 AI 客户端后,用 /echodecks 主动调用,或让 AI 根据上下文自动发现并使用。
回声甲板 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
回声甲板 可免费安装使用。请查阅仓库了解许可证信息。
人工智能驱动的抽认卡和音频播客可用于主动回忆。
回声甲板 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my design & creative tasks using EchoDecks
Identifies repetitive steps in your workflow and sets up EchoDecks to handle them automatically