← Back to Skills Marketplace
131
Downloads
1
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install six-layer-memory
Description
Set 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,...
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: six-layer-memory
Version: 2.0.1
The 'six-layer-memory' skill is a legitimate tool for managing agent memory across multiple layers, including local files and optional cloud sync. It includes scripts for setup (install_workspace.sh), maintenance (auto_memory_6layer.py), and syncing with external services like SuperMemory (supermemory_sync.py) and Mem0 (mem0_sync.py). All high-risk behaviors, such as external API calls to api.supermemory.ai and cron-based automation, are clearly documented as core features and require explicit user configuration, such as providing an API key in .supermemory_key. The scripts follow reasonable security practices, such as applying restrictive file permissions (chmod 600) to sensitive memory files.
Capability Tags
Capability Assessment
Purpose & 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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install six-layer-memory - After installation, invoke the skill by name or use
/six-layer-memory - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.1
Improved reliability and publishability for proactive six-layer memory. This release keeps the same six-layer model but tightens installation, packaging, bilingual beginner guidance, and multi-workspace maintenance so users can adopt it with less manual cleanup.
v2.0.0
Rebuilt six-layer-memory as a proactive per-workspace system with unified HOT/WARM/COLD/CURATED/CLOUD/AUTO maintenance, optional LM Studio or Ollama AUTO backends, generic SuperMemory sync, and workspace-safe flush support.
v1.0.0
Six-Layer Memory System Skill 1.0.0
- Introduces a hierarchical six-layer memory architecture inspired by human cognition, with HOT, WARM, COLD, CURATED, CLOUD, and AUTO layers working collaboratively for AI memory management.
- Implements WAL (Write-Ahead Logging) protocol: user states and decisions are committed before responses are generated.
- Details the responsibilities and triggering conditions for each layer to manage active session state, semantic search, structured decisions, curated logs, cross-device sync, and real-time fact extraction.
- Provides structured directory guidance and core script descriptions for seamless agent integration.
- Offers usage guidelines for main agents and knowledge bots, and explains compatibility with other memory-related skills.
Metadata
Frequently Asked Questions
What is Six-Layer Memory?
Set 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,... It is an AI Agent Skill for Claude Code / OpenClaw, with 131 downloads so far.
How do I install Six-Layer Memory?
Run "/install six-layer-memory" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Six-Layer Memory free?
Yes, Six-Layer Memory is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Six-Layer Memory support?
Six-Layer Memory is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Six-Layer Memory?
It is built and maintained by 曹操 (@ashu2025-rgb); the current version is v2.0.1.
More Skills