← All skills
Tencent SkillHub Β· AI

Hierarchical Memory

Manage and navigate a multi-layered, branch-based memory system. This skill helps organize complex agent context into Root, Domain, and Project layers to pre...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Manage and navigate a multi-layered, branch-based memory system. This skill helps organize complex agent context into Root, Domain, and Project layers to pre...

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, scripts/add_branch.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

Hierarchical Memory (Neural Branching)

This 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.

πŸ›‘οΈ Security & Transparency

This skill includes a Python script scripts/add_branch.py. This script is used solely to: Create directories in your memory/ folder. Create boilerplate markdown files for new memory branches. Append links to these new files in your existing memory maps. It does not perform any network activity, access sensitive system files, or execute external code.

Memory Architecture

The memory system is organized into three primary layers: Layer 1: Root Memory (MEMORY.md) The central nervous system. Contains high-level context about the partnership, core missions, and global goals. Acts as a map to all other memory layers. Layer 2: Domain Memories (memory/domains/*.md) Specialized knowledge silos. Examples: coding.md, trading.md, social.md, research.md. Contains domain-specific philosophies, tech stacks, and project indices. Layer 3: Project Memories (memory/projects/*.md) Deep-dive details for specific initiatives. Examples: hesapgaraj.md, clawguard.md, baa.md. Contains project status, to-dos, technical specs, and history.

1. Recalling Information

Always start by searching MEMORY.md. Follow the "Map" links to the relevant Domain or Project file. Use read to load only the specific branch needed for the current task.

2. Adding New Information

New Fact about the Partnership: Update MEMORY.md. New Domain: Create a new file in memory/domains/ and link it from MEMORY.md. New Project: Create a new file in memory/projects/ and link it from its primary Domain file.

3. Cross-Referencing

If a project belongs to multiple domains (e.g., a trading bot that requires coding), link the Project file from both Domain files.

Automation Tools

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.

Best Practices

Atomic Writes: Keep project files focused only on that project. Backlinks: Every branch should have a "Back to Root" or "Back to Domain" link. Pruning: During heartbeats, review branches and remove obsolete information. Why This Matters: Every branch and major entry must include a "Significance" line (Why is this important?) to prevent "Zombie Memory" (useless data accumulation). Recent Delta: Maintain a recent_delta.md in each domain/project folder containing changes from the last 3-7 days for rapid context synchronization.

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Scripts
  • SKILL.md Primary doc
  • README.md Docs
  • scripts/add_branch.py Scripts