Memory Hierarchy
v1.0.1基于 Claude Code memdir 的三层记忆系统。让 AI 记住用户偏好、反馈、项目上下文、外部系统索引。
⭐ 0· 72·0 current·0 all-time
by@sinnzen
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (local memory hierarchy for user/feedback/project/reference) align with what the scripts do: creating a workspace, listing, saving, and searching .md memory files. No unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md and scripts confine operations to a local memory directory. One ambiguity: SKILL.md suggests verifying 'file/resource' validity which could imply checking external systems, but the shipped scripts do not perform any network access. Also the written guidance and scripts permit persistent storage of user-provided content (including potentially sensitive info).
Install Mechanism
Instruction-only skill with small local shell scripts; there is no installer, no downloads, and nothing is written outside the user's workspace/home by default.
Credentials
No credentials or special environment variables are required. The scripts optionally honor MEMORY_WORKSPACE and otherwise use HOME — reasonable and proportionate. Note: the skill will persist user data locally, so sensitive data could be retained if saved.
Persistence & Privilege
Skill writes persistent files under ${MEMORY_WORKSPACE:-$HOME/.openclaw/workspace}/memory; autonomous invocation is allowed by default (platform normal). This combination means the agent can persist state across sessions — expected for a memory skill but important for privacy considerations.
Assessment
This skill appears to do what it says: manage local markdown memories under a workspace. Before installing: (1) review and, if desired, set MEMORY_WORKSPACE to a directory you control; (2) be aware the agent will read and write persistent files that may contain sensitive user information — avoid saving secrets; (3) consider whether you want the agent to be allowed to invoke this autonomously (it can persist user data across sessions); (4) note minor implementation issues (search.sh uses "$$KEYWORD" which is a bug causing searches to fail, save.sh takes content only as $4 so multi-word content may be truncated) — not security-critical but worth fixing; (5) if you need stricter safety, restrict filesystem permissions on the workspace or inspect and sanitize saved content periodically.Like a lobster shell, security has layers — review code before you run it.
latestvk97e13an649w0vf7m3py0zx6z58407c6
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
