← Back to Skills Marketplace
drgeld

EchoDecks

by drgeld · GitHub ↗ · v1.0.2
cross-platform ⚠ suspicious
1777
Downloads
1
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install echodecks
Description
AI-powered flashcards and audio podcasts for active recall.
README (SKILL.md)

EchoDecks Skill (v1)

Integrates with EchoDecks for flashcard management, study sessions, and AI generation.

Configuration

This skill requires the ECHODECKS_API_KEY environment variable to be set.

Tools

echodecks_get_decks

List all available decks or details for a specific deck.

  • id (optional): The ID of a specific deck to retrieve.

echodecks_get_due_cards

Retrieve cards that are currently due for review.

  • deck_id (optional): Filter due cards by a specific deck ID.

echodecks_submit_review

Submit 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_cards

Generate 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_podcast

Generate 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_podcasts

Retrieve existing podcasts for a deck.

  • deck_id (optional): Filter by deck ID.
  • id (optional): specific podcast ID.

echodecks_get_user_stats

Get current user profile and study statistics.

Implementation Details

All tools are wrappers around skills/echodecks-v1/echodecks_client.py.

# Example
./skills/echodecks-v1/echodecks_client.py get-due --deck-id 123
Usage Guidance
This package appears to implement an EchoDecks API client (network calls to echodecks.com) and sensibly requires an API key — that part is coherent with its purpose. However there are multiple mismatches between the registry manifest, SKILL.md, the Python client, and the unit tests (different request URLs, different parameter names/casing). Before installing or providing your ECHODECKS_API_KEY: 1) Ask the publisher to fix the manifest and docs so declared env vars match the code. 2) Verify the API host (echodecks.com) is the official service and confirm what access the API key grants; use a minimally privileged/test key if possible. 3) Because the skill makes outbound HTTP calls, avoid giving a high-privilege key until you confirm request payloads and endpoints. 4) If you plan to enable autonomous invocation, be extra cautious — the agent could call the remote API without prompting. If you want help, provide the corrected manifest or ask the publisher to reconcile the parameter and URL mismatches so we can re-evaluate with higher confidence.
Capability Analysis
Type: OpenClaw Skill Name: echodecks Version: 1.0.2 The skill bundle is a straightforward client for the EchoDecks API. It retrieves an API key from the `ECHODECKS_API_KEY` environment variable and makes HTTP requests to a hardcoded, specific domain (`https://echodecks.com`) as defined in `echodecks_client.py`. There is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, or prompt injection attempts against the agent in `SKILL.md`. All actions are aligned with the stated purpose of flashcard management and generation.
Capability Assessment
Purpose & Capability
Name/description (flashcards + podcasts) matches the code's behavior: the client issues HTTP requests to echodecks.com and supports deck/card/podcast operations. However the registry metadata claims no required env vars while SKILL.md and the client require ECHODECKS_API_KEY — an inconsistency.
Instruction Scope
SKILL.md describes tools and parameters, but many parameter names and expected fields differ from the implementation (e.g., SKILL.md/test references 'voice'/'type' vs code uses 'style', 'card_id' vs 'cardId', and CLI subcommand flags vary). The example call path in SKILL.md matches the CLI, but the mismatches mean the runtime behavior may not match what the docs tell the agent to send/expect.
Install Mechanism
No install spec (instruction-only + bundled Python files). No downloads or external installers. Risk is limited to the included Python code being executed; nothing is pulled from untrusted URLs at install time.
Credentials
The client legitimately needs a service API key (ECHODECKS_API_KEY) to call the remote API, which is proportionate to its purpose. However the registry metadata does not declare this required env var (mismatch), and the SKILL.md explicitly says the API key is required. That mismatch could cause silent failures or misconfiguration; ask the publisher to correct the manifest. Also confirm what privileges the API key grants before providing it.
Persistence & Privilege
The skill does not request always:true or other elevated persistence. It is user-invocable and can be autonomously invoked (platform default), which is expected for skills of this type.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install echodecks
  3. After installation, invoke the skill by name or use /echodecks
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
Update to 1.0.2
v1.0.1
## EchoDecks Skill 1.0.1 - No user-facing, functional, or documented changes in this release. - All features and documentation remain unchanged from the previous version.
v1.0.0
Initial release of the echodecks skill. - Integrates with the EchoDecks External API for flashcard and podcast management. - Allows creation, listing, and AI generation of flashcards. - Supports synthesizing audio podcasts from decks. - Includes spaced-repetition card review and statistics retrieval. - Requires an API key for configuration.
v0.1.0
Initial release of EchoDecks skill: AI-powered flashcards and podcast tools. - Integrates with EchoDecks API for flashcard and study session management - Supports flashcard deck creation, listing, and spaced-repetition review - Enables AI-powered card generation from topics or source text - Allows synthesis of audio podcasts from study decks in summary or conversation style - Provides user profile, credits, study stats, and quick web-based study links
Metadata
Slug echodecks
Version 1.0.2
License
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is EchoDecks?

AI-powered flashcards and audio podcasts for active recall. It is an AI Agent Skill for Claude Code / OpenClaw, with 1777 downloads so far.

How do I install EchoDecks?

Run "/install echodecks" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is EchoDecks free?

Yes, EchoDecks is completely free (open-source). You can download, install and use it at no cost.

Which platforms does EchoDecks support?

EchoDecks is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created EchoDecks?

It is built and maintained by drgeld (@drgeld); the current version is v1.0.2.

💬 Comments