Memory Lesson Manager
v2.0.0结构化学习记录与技能提取工具(V2.0)。用于记录错误/纠正/决策/项目/人员,支持 HOT/WARM/COLD 三层自动分层、状态恢复、技能提取。触发词:记录学习、提取技能、创建学习条目、晋升学习、归档条目。
⭐ 0· 45·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description (memory lesson manager) matches the provided scripts and docs. The scripts implement initialization, validation, semantic linking, promotion, archival and extracting lessons-to-skills — all coherent with the declared purpose.
Instruction Scope
SKILL.md and scripts instruct the agent/user to create, move, update and archive files under the workspace (memory/, skills/, state/). This is in-scope, but the scripts will modify and move user files (mv, sed, cp, rm in migration guide examples). The docs repeatedly recommend backing up before migration and most scripts provide --dry-run; users should be aware these operations change on-disk content.
Install Mechanism
No install specification is provided (instruction-only). The bundle includes pure shell scripts; nothing is downloaded from external URLs or installed automatically.
Credentials
The skill requires no environment credentials or config paths. A couple of scripts accept optional environment variables (OPENCLAW_WORKSPACE/CLAW_WORKSPACE) to locate the workspace — this is reasonable and minimal for a filesystem-focused tool.
Persistence & Privilege
always is false and the skill is user-invocable. The skill does modify files within the user's workspace (its intended domain) but does not request system-wide privileges, alter other skills' configs, or insist on permanent injection.
Assessment
This skill operates on your local workspace and will create, move, append to and (in migration examples) remove files/directories. Recommended precautions before running: 1) Make a full backup of your memory/ directory as the docs instruct; 2) Run scripts with --dry-run first (many scripts support it) to preview changes; 3) Inspect the scripts yourself to ensure their behavior is acceptable in your environment (they use mv, cp, sed, grep, find, stat); 4) Avoid running these scripts as root or from a system-critical directory; 5) Note migration-guide contains example rm -rf commands — do not run those unless you understand and intend their effects. If you want extra assurance, test the skill in a disposable workspace copy first.Like a lobster shell, security has layers — review code before you run it.
latestvk97bn8978w5ekt1rngmffhg26984e87p
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
