Vocabulary Anti Forgetting
v2.0.0Anti-forgetting vocabulary review using spaced repetition. Selects 10 words from asset/vocabulary_bank.md and presents each with English, Chinese translation...
⭐ 0· 92·0 current·0 all-time
byJoe Hu@hushenglang
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (spaced-repetition vocab review) matches what the SKILL.md does: selecting 10 words from the provided asset and recording review history. There is one minor oddity: the SKILL.md explicitly gives an absolute path (/Users/hushenglang/Development/...) for the vocabulary_bank, which appears to be a developer-local path rather than a portable relative path. Functionally the skill also includes a bundled asset/vocabulary_bank.md, so the absolute path is likely a leftover and not required for the stated purpose.
Instruction Scope
Instructions are narrowly scoped to reading the bundled asset and reading/writing two memory files in the agent's current working directory (memory/vocab_history.md and memory/vocab_sessions.md). There are no instructions to access network endpoints, other system files, or unrelated credentials. The agent is told to create a memory/ directory if absent and to always read before writing.
Install Mechanism
No install spec and no code files — instruction-only. That is lowest-risk from an install/execution standpoint.
Credentials
The skill requires no environment variables, binaries, or credentials. That is proportionate to a local file-based vocabulary trainer.
Persistence & Privilege
The skill does not request always:true and will only store its own memory files under the current working directory. It does not modify other skills or system-wide settings.
Scan Findings in Context
[no-findings] expected: The regex scanner returned no findings. This skill is instruction-only (SKILL.md + asset file), so there was little for the static scanner to analyze.
Assessment
This skill appears to do exactly what it says: pick 10 words from the bundled vocabulary bank and keep simple session/history files in your current workspace. Things to consider before installing: 1) The SKILL.md contains an absolute developer path (/Users/hushenglang/...) — you may want to ensure the skill will use the bundled relative path rather than attempting to read that absolute path on your machine. 2) The skill will create and update memory/vocab_history.md and memory/vocab_sessions.md in whatever working directory the agent runs in; those files will persist there, so avoid running the skill from a directory containing sensitive files if you don't want review data stored alongside them. 3) The vocabulary bank contains adult and potentially sensitive terms (e.g., sexual and violent terms) — decide whether that content is acceptable for your use. There are no network calls or credential requests, so network/secret exfiltration risk appears low.Like a lobster shell, security has layers — review code before you run it.
latestvk9761mk6p5bqw8nxe0fehm5s7n83vbn2
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
