Todoist任务管理
命令行管理待办事项
基于闪卡的英语词汇学习工具,采用SQLite本地存储与类SM-2间隔重复算法,通过确定性CLI脚本实现稳定的卡片管理与复习调度。
git clone <repo-url> && cd english-learn-cardspython skill/scripts/words.py initpython skill/scripts/words.py migratepython skill/scripts/words.py add "implement" --definition="实施" --example="We need to implement the new policy."python skill/scripts/words.py render "implement" --fill-audiopython skill/scripts/words.py duepython skill/scripts/words.py grade <card_id> <0-3>(0=完全忘记,1=困难回忆,2=顺利回忆,3=轻松回忆)export ENGLISH_LEARN_CARDS_DB=/custom/path/cards.db见下方输入与输出表格。
| 项目 | 内容 |
|---|---|
| 输入 | 英语单词、中文释义、例句、音频URL、自评等级0-3、数据库路径环境变量 |
| 输出 | 下次复习时间、待复习清单、卡片渲染文本、SRS调度状态 |
| 适用人群 | 技术背景英语学习者、OpenClaw代理用户、偏好CLI工具的开发者 |
| 不包含 | 预置词库、云端同步、图形界面、发音播放、移动App |
原始链接:https://github.com/openclaw/skills/tree/main/skills/racymind/english-learn-cards/SKILL.md
来源类型:GitHub仓库