← 返回 Skills 市场
Word Memory
作者
cp3d1455926-svg
· GitHub ↗
· v1.0.0
· MIT-0
100
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install word-memory
功能描述
单词记忆助手 - 艾宾浩斯记忆曲线、每日打卡、词汇测试
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install word-memory - 安装完成后,直接呼叫该 Skill 的名称或使用
/word-memory触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Word Memory 是什么?
单词记忆助手 - 艾宾浩斯记忆曲线、每日打卡、词汇测试. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 100 次。
如何安装 Word Memory?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install word-memory」即可一键安装,无需额外配置。
Word Memory 是免费的吗?
是的,Word Memory 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Word Memory 支持哪些平台?
Word Memory 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Word Memory?
由 cp3d1455926-svg(@cp3d1455926-svg)开发并维护,当前版本 v1.0.0。
推荐 Skills