← 返回 Skills 市场
215
总下载
0
收藏
1
当前安装
5
版本数
在 OpenClaw 中安装
/install vocabulary-anti-forgetting
功能描述
Anti-forgetting vocabulary review using spaced repetition. Selects 10 words from asset/vocabulary_bank.md and presents each with English, Chinese translation...
安全使用建议
This skill appears to do exactly what it says: it uses the included vocabulary bank and a local Python script to run spaced‑repetition sessions and stores progress in <workspace>/memory/review_log.md (or a directory you set with REVIEW_MEMORY_DIR). It does not access the network or request credentials. Before installing, consider: (1) the skill will create/modify review_log.md outside the skill folder so your progress survives upgrades — if you want to preserve or inspect existing data, back up your workspace/memory directory first; (2) the vocabulary bank contains everyday language and some adult/sensitive words (visible in the bank) — review content if that matters for your environment; (3) if you run the script locally ensure you use a trusted Python runtime; (4) if you want the log placed elsewhere, set REVIEW_MEMORY_DIR to a directory you control. Based on the provided files, there are no covert behaviors to block or network exfiltration risks.
功能分析
Type: OpenClaw Skill
Name: vocabulary-anti-forgetting
Version: 3.0.0
The skill bundle is a legitimate implementation of a spaced-repetition vocabulary review tool based on the Ebbinghaus forgetting curve. The Python script (review.py) performs standard file I/O to manage a review log and read a vocabulary bank, with no network activity, external dependencies, or suspicious execution logic. The instructions in SKILL.md and the content in vocabulary_bank.md are consistent with the stated purpose and contain no evidence of prompt injection or malicious intent.
能力标签
能力评估
Purpose & Capability
Name/description match the included files and behavior: review.py reads asset/vocabulary_bank.md, selects 10 words, and updates a local review_log. No extraneous binaries, credentials, or unrelated capabilities are requested.
Instruction Scope
SKILL.md directs the agent to run the provided review.py and to read/write the review_log.md in the workspace memory folder. The script only reads the local bank and the log, and updates local state; there are no instructions to read other system files, call external endpoints, or collect unrelated data.
Install Mechanism
No install spec is provided (instruction-only skill with an included Python script). review.py uses only standard library modules; nothing is downloaded or executed from external URLs.
Credentials
The skill declares no required environment variables or credentials. The script accepts an optional REVIEW_MEMORY_DIR env var to override where review_log.md is stored; otherwise it writes to the workspace memory directory (two levels above the skill folder). Writing outside the skill folder is explained as intentional for persistence across upgrades and is proportionate to the feature, but users should be aware it will create/modify files in their workspace memory directory.
Persistence & Privilege
The skill is not always-enabled and does not request elevated privileges. It persists only its own review_log.md in the workspace memory directory and does not modify other skills or global agent configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install vocabulary-anti-forgetting - 安装完成后,直接呼叫该 Skill 的名称或使用
/vocabulary-anti-forgetting触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.0.0
**Major update: Spaced repetition rework, CLI, and file handling changes**
- Replaced previous session flow with a robust spaced repetition algorithm (levels 0–7, Ebbinghaus intervals) for scheduling reviews.
- Introduced `review.py` CLI script to handle review sessions and stats—sessions now run as a single command, outputting and updating all results at once.
- Changed review history tracking: now uses a unified `review_log.md` in the workspace `memory/` directory, with a new markdown table format including review level and dates.
- Added support for reviewing any custom number of words; stats requests supported via CLI.
- Improved file structure, separating vocabulary bank from user/session memory to ensure persistence and easier upgrading.
v2.0.0
**Major update: Quiz removed, now offers detailed review cards for each word.**
- Replaces interactive quiz with a study-based session: presents 10 vocabulary cards (English, Chinese, example sentence, synonyms) per session.
- Removes all question/answer mechanics and batching; user receives full review content in a single reply.
- Each vocabulary card includes usage notes and 3–5 synonyms in addition to translation.
- Session still tracks spaced repetition and updates review history files as before.
- Session log simplified to record only words reviewed (no score or duration).
- Skill description, session flow, and rules updated to reflect the new review-first, quiz-free workflow.
v1.2.0
- Only two question types are now used: 选择题 (MCQ) and 填空题 (Fill-in-blank); translation questions removed.
- Each word gets three questions using only those two types; new fixed question distribution pattern detailed.
- Quiz section, examples, and session log updated to reflect change (translation/翻译题 references removed).
- Presentation and feedback instructions adjusted for revised question types.
- Overall session flow and review logic remain unchanged.
v1.1.0
- Quiz delivery updated: each reply now presents a batch of 3 questions (each on a different word) instead of one question per reply.
- Documentation and examples adjusted throughout to clarify "3 per reply" quiz flow.
- Session instructions now specify automatic feedback and next-batch presentation after answering each set of 3.
- No changes to review logic, triggers, or result summary.
v1.0.0
Initial release: Anti-forgetting vocabulary review skill using spaced repetition.
- Selects 10 words per session based on review history and vocabulary bank.
- Presents a summary table before quizzing.
- Conducts a 30-question quiz (MCQ, fill-blank, translation) with shuffled groups.
- Tracks review stats and schedules next review dates per spaced repetition logic.
- Logs each session with words reviewed, score, and duration.
- Responds to several user commands for starting a review session.
元数据
常见问题
Vocabulary Anti Forgetting 是什么?
Anti-forgetting vocabulary review using spaced repetition. Selects 10 words from asset/vocabulary_bank.md and presents each with English, Chinese translation... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 215 次。
如何安装 Vocabulary Anti Forgetting?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install vocabulary-anti-forgetting」即可一键安装,无需额外配置。
Vocabulary Anti Forgetting 是免费的吗?
是的,Vocabulary Anti Forgetting 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Vocabulary Anti Forgetting 支持哪些平台?
Vocabulary Anti Forgetting 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Vocabulary Anti Forgetting?
由 Joe Hu(@hushenglang)开发并维护,当前版本 v3.0.0。
推荐 Skills