/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).
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install english-learn-cards - After installation, invoke the skill by name or use
/english-learn-cards - Provide required inputs per the skill's parameter spec and get structured output
What is English Learn Cards?
Flashcard-based English vocabulary learning with SQLite + SRS. Works with any chat platform when paired with an OpenClaw agent prompt. It is an AI Agent Skill for Claude Code / OpenClaw, with 1592 downloads so far.
How do I install English Learn Cards?
Run "/install english-learn-cards" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is English Learn Cards free?
Yes, English Learn Cards is completely free (open-source). You can download, install and use it at no cost.
Which platforms does English Learn Cards support?
English Learn Cards is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created English Learn Cards?
It is built and maintained by RacyMind (@racymind); the current version is v0.1.1.