/install english-learn-cards
English Learn Cards (SQLite + SRS)
A portable vocabulary flashcard workflow for OpenClaw.
- Stores cards in SQLite
- Supports SRS reviews (0–3 grading, SM-2–like)
- Uses a deterministic helper CLI (
scripts/words.py) to avoid flaky formatting
Platform notes
This skill is platform-agnostic (Slack/Discord/WhatsApp/Telegram/etc.). Your channel-specific agent prompt should decide:
- message formatting (bullets/headers)
- quiz flow UX
- how user answers are parsed
A ready-to-copy prompt template lives in:
skill/prompt-examples/AGENT_PROMPT_TEMPLATE.md
Storage
- SQLite DB path is controlled via env var:
ENGLISH_LEARN_CARDS_DB(default:~/clawd/memory/english-learn-cards.db)
Helper CLI (required)
Use the helper for all DB operations:
python skill/scripts/words.py init
python skill/scripts/words.py migrate
python skill/scripts/words.py add "implement" ...
python skill/scripts/words.py render "implement" --fill-audio
python skill/scripts/words.py due
python skill/scripts/words.py grade \x3Ccard_id> \x3C0-3>
Safety / publishing
Do not commit:
- your SQLite DB
- secrets / tokens
- one-off migration/enrichment scripts
Keep local-only scripts outside the repo (see .gitignore).
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install english-learn-cards - 安装完成后,直接呼叫该 Skill 的名称或使用
/english-learn-cards触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
English Learn Cards 是什么?
Flashcard-based English vocabulary learning with SQLite + SRS. Works with any chat platform when paired with an OpenClaw agent prompt. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1592 次。
如何安装 English Learn Cards?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install english-learn-cards」即可一键安装,无需额外配置。
English Learn Cards 是免费的吗?
是的,English Learn Cards 完全免费(开源免费),可自由下载、安装和使用。
English Learn Cards 支持哪些平台?
English Learn Cards 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 English Learn Cards?
由 RacyMind(@racymind)开发并维护,当前版本 v0.1.1。