โ† All skills
Tencent SkillHub ยท Developer Tools

Ultimate Flashcards / Podcasts Tutor

Manage, create, and study flashcards, generate AI-based cards and podcasts, and track progress using EchoDecks API integration.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Manage, create, and study flashcards, generate AI-based cards and podcasts, and track progress using EchoDecks API integration.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
API_DOCS.md, README.md, SKILL.md, scripts/echodecks_client.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 12 sections Open source page

EchoDecks Skill

Integrates with the EchoDecks External API for flashcard management, AI generation, and audio study sessions.

Configuration

Requires ECHODECKS_API_KEY environment variable.

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.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs1 Scripts
  • SKILL.md Primary doc
  • API_DOCS.md Docs
  • README.md Docs
  • scripts/echodecks_client.py Scripts