Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Manage flashcards, generate AI-based cards, create audio podcasts, and track study progress using EchoDecks API integration.
Manage flashcards, generate AI-based cards, create audio podcasts, and track study progress using EchoDecks API integration.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Integrates with the EchoDecks External API for flashcard management, AI generation, and audio study sessions.
Requires ECHODECKS_API_KEY environment variable.
Get user profile, credits, and global study statistics.
List all decks in your account. id (optional): Retrieve a specific deck by ID.
Create a new flashcard deck. title (required): Name of the deck. description (optional): Brief description.
List cards in a specific deck. deck_id (required): The ID of the target deck.
Generate new flashcards using AI. deck_id (required): The target deck ID. topic (optional): Topic string. text (optional): Detailed source text. Cost: 10 credits.
Synthesize an audio podcast from a deck. deck_id (required): The source deck ID. style (optional): "summary" or "conversation" (default: "summary"). Cost: 50 credits.
Check the progress of a generated podcast. id (required): The podcast ID.
Get a direct link to a web-based study session. deck_id (required): The deck to study.
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).
All tools wrap the scripts/echodecks_client.py CLI.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.