← Back to Skills Marketplace
Word Memory
by
cp3d1455926-svg
· GitHub ↗
· v1.0.0
· MIT-0
100
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install word-memory
Description
单词记忆助手 - 艾宾浩斯记忆曲线、每日打卡、词汇测试
Usage Guidance
This skill appears to be a straightforward local vocabulary helper, but the documentation over-promises: it mentions external dictionary APIs, scheduled daily pushes, and storing progress under ~/.openclaw/workspace — none of which are implemented in the shipped Python file. Before installing or using it widely, consider: 1) If you expect automatic daily pushes or online dictionary lookups, ask the author for a version that implements and documents those features (and any required API keys). 2) Note the program writes progress.json and stats.json into the same directory as the code — if the skill is installed system-wide this could fail or place files in an unexpected location; consider running it in a writable user directory. 3) There is no network/network-exfiltration code in the current file, so risk of hidden exfiltration is low, but the mismatch between doc and code reduces trust—request clarification or an updated release before granting broader permissions or relying on the promised features.
Capability Analysis
Type: OpenClaw Skill
Name: word-memory
Version: 1.0.0
The 'word-memory' skill is a legitimate educational tool designed to help users learn vocabulary using the Ebbinghaus forgetting curve. The Python code (word_memory.py) implements basic logic for progress tracking, quiz generation, and vocabulary management using local JSON files, with no evidence of malicious execution, data exfiltration, or prompt injection attacks.
Capability Assessment
Purpose & Capability
The name/description (word memorization assistant) matches the implementation: the Python program provides learning, quizzing, and local progress storage. However SKILL.md and README claim external dictionary APIs and automatic daily pushes; those features are not implemented in the code. Overall purpose is coherent but the documented capabilities exceed what the code actually does.
Instruction Scope
SKILL.md says the skill needs network access (dictionary APIs), file read/write under ~/.openclaw/workspace/word-memory, and timed push tasks. The code performs only local file I/O (progress.json and stats.json placed next to the module) and contains TODOs for scheduling, network lookups, and full word-database import. There is a concrete mismatch in storage paths (SKILL.md path vs code's DATA_DIR) and in described runtime actions (network/scheduling) vs actual behavior.
Install Mechanism
No install spec; the skill is instruction + a single Python file. No third-party packages or remote downloads are performed at install time.
Credentials
The SKILL.md lists permissions (network, file write, scheduling) but the package requests no environment variables or credentials. The declared data sources (Youdao, Collins, Cambridge) would normally require network access or API keys, yet none are requested or used. This inconsistency should be clarified if you expect external dictionary integration.
Persistence & Privilege
Skill does not request elevated privileges and is not marked always:true. It writes local progress files next to the module; be aware writing into the package directory can be unexpected depending on how the skill is installed (may fail or create files in install dir). It does not modify other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install word-memory - After installation, invoke the skill by name or use
/word-memory - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
word-memory 1.0.0
- Initial release of the word-memory skill.
- Supports Ebbinghaus memory curve scheduling for vocabulary review.
- Allows selection from multiple word lists (CET-4, CET-6, TOEFL, IELTS, GRE, etc.) and custom lists.
- Provides daily word push, memory testing (English/Chinese, spelling, listening), and detailed word information.
- Includes progress tracking and learning statistics.
- Sample dialogues and data structure outlined for user reference.
Metadata
Frequently Asked Questions
What is Word Memory?
单词记忆助手 - 艾宾浩斯记忆曲线、每日打卡、词汇测试. It is an AI Agent Skill for Claude Code / OpenClaw, with 100 downloads so far.
How do I install Word Memory?
Run "/install word-memory" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Word Memory free?
Yes, Word Memory is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Word Memory support?
Word Memory is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Word Memory?
It is built and maintained by cp3d1455926-svg (@cp3d1455926-svg); the current version is v1.0.0.
More Skills