Install
openclaw skills install english-learn-cardsFlashcard-based English vocabulary learning with SQLite + SRS. Works with any chat platform when paired with an OpenClaw agent prompt.
openclaw skills install english-learn-cardsA portable vocabulary flashcard workflow for OpenClaw.
scripts/words.py) to avoid flaky formattingThis skill is platform-agnostic (Slack/Discord/WhatsApp/Telegram/etc.). Your channel-specific agent prompt should decide:
A ready-to-copy prompt template lives in:
skill/prompt-examples/AGENT_PROMPT_TEMPLATE.mdENGLISH_LEARN_CARDS_DB (default: ~/clawd/memory/english-learn-cards.db)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 <card_id> <0-3>
Do not commit:
Keep local-only scripts outside the repo (see .gitignore).