Six-Layer Memory
v2.0.1Set up or repair a proactive six-layer memory system for an OpenClaw/Codex workspace. Use when a user wants durable HOT/WARM/COLD/CURATED/CLOUD/AUTO memory,...
⭐ 1· 59·0 current·0 all-time
by曹操@ashu2025-rgb
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
Capability signals
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (six-layer memory, HOT/WARM/COLD/CURATED/CLOUD/AUTO) match the bundled scripts and installer: installer creates memory files, maintenance runner scans session state, extracts facts, syncs to Mem0, and can upload to SuperMemory. No unrelated binaries or credentials are requested.
Instruction Scope
SKILL.md instructs installation of scripts, cron scheduling, and optionally placing a SuperMemory key in memory/auto-extract/.supermemory_key. The runtime scripts read workspace files (SESSION-STATE.md, MEMORY.md, daily logs), call other helper scripts in the workspace, and may read the user home mem0 config (~/.mem0/config.json) for AUTO. This behavior is expected for AUTO/CLOUD features but means the skill will read user memory files and (if configured) upload them externally.
Install Mechanism
No install spec (instruction-only) — installer is a simple shell script included in the bundle that copies the scripts into the target workspace. Nothing is downloaded from external URLs and no archive extraction or third-party package installs are performed by the skill itself.
Credentials
The skill declares no required env vars or primary credential. At runtime it will optionally read ~/.mem0/config.json (AUTO) and will attempt to read a SuperMemory key file under workspace memory/auto-extract/.supermemory_key (CLOUD) if present. Those accesses are proportional to the AUTO and CLOUD features but are not declared as required in metadata — users should be aware the mem0 config and a workspace key file are read if present.
Persistence & Privilege
Flags: always=false, user-invocable=true, agent invocation allowed. The skill does not request permanent inclusion or modify other skills. Cron instructions create periodic execution but that is user-managed; the skill itself does not force persistent platform privileges.
Assessment
This skill appears to implement what it claims. Important things to consider before installing: 1) Cloud sync: if you place a SuperMemory key in memory/auto-extract/.supermemory_key the supermemory_sync script will upload workspace memory files (SESSION-STATE.md, MEMORY.md, daily logs) to https://api.supermemory.ai — only add that key if you trust the external service and you want those files uploaded. 2) AUTO: if you have a ~/.mem0/config.json and the mem0 Python client is available, the scripts will read that config and may send extracted facts to your Mem0 backend; review ~/.mem0/config.json and the mem0 client to ensure it’s configured as you expect. 3) Cron/autonomy: the README suggests cron entries that run every 30 minutes; installing those will cause regular automatic reads and (if configured) uploads — audit the cron jobs you create. 4) Review workspace contents: the scripts will execute other helper scripts in the workspace (e.g., lancedb_sync or transcript import) via subprocess; ensure those helper scripts are trusted. 5) File placement and permissions: the installer sets SESSION-STATE.md and MEMORY.md to 600/644; verify file permissions if multiple users share the host. If you want to proceed, review/modify scripts (especially supermemory_sync.py and mem0_sync.py) to match your privacy and operational requirements, and avoid placing sensitive secrets inside workspace memory files.Like a lobster shell, security has layers — review code before you run it.
agentvk97cx457p9vsayaerjggky7abd84zf1eaivk97cx457p9vsayaerjggky7abd84zf1elatestvk97cx457p9vsayaerjggky7abd84zf1ememoryvk97cx457p9vsayaerjggky7abd84zf1eopenclawvk97cx457p9vsayaerjggky7abd84zf1eproductivityvk97cx457p9vsayaerjggky7abd84zf1e
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
