Install
openclaw skills install hierarchical-memoryManage and navigate a multi-layered, branch-based memory system. This skill helps organize complex agent context into Root, Domain, and Project layers to pre...
openclaw skills install hierarchical-memoryThis skill provides a structured method for managing long-term memory in a multi-layered, branched format to prevent context bloat and ensure high-fidelity recall.
This skill includes a Python script scripts/add_branch.py. This script is used solely to:
memory/ folder.The memory system is organized into three primary layers:
Layer 1: Root Memory (MEMORY.md)
Layer 2: Domain Memories (memory/domains/*.md)
coding.md, trading.md, social.md, research.md.Layer 3: Project Memories (memory/projects/*.md)
hesapgaraj.md, clawguard.md, baa.md.MEMORY.md.read to load only the specific branch needed for the current task.MEMORY.md.memory/domains/ and link it from MEMORY.md.memory/projects/ and link it from its primary Domain file.Use the provided scripts to maintain the hierarchy:
scripts/add_branch.py: Automatically create a new domain or project file with the correct template and linking.recent_delta.md in each domain/project folder containing changes from the last 3-7 days for rapid context synchronization.