# Send Hierarchical Memory to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "hierarchical-memory",
    "name": "Hierarchical Memory",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/balkanblbn/hierarchical-memory",
    "canonicalUrl": "https://clawhub.ai/balkanblbn/hierarchical-memory",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/hierarchical-memory",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=hierarchical-memory",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "scripts/add_branch.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "hierarchical-memory",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T20:28:03.329Z",
      "expiresAt": "2026-05-08T20:28:03.329Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=hierarchical-memory",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=hierarchical-memory",
        "contentDisposition": "attachment; filename=\"hierarchical-memory-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "hierarchical-memory"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/hierarchical-memory"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/hierarchical-memory",
    "downloadUrl": "https://openagent3.xyz/downloads/hierarchical-memory",
    "agentUrl": "https://openagent3.xyz/skills/hierarchical-memory/agent",
    "manifestUrl": "https://openagent3.xyz/skills/hierarchical-memory/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/hierarchical-memory/agent.md"
  }
}
```
## Documentation

### 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.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: balkanblbn
- Version: 1.0.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-01T20:28:03.329Z
- Expires at: 2026-05-08T20:28:03.329Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/hierarchical-memory)
- [Send to Agent page](https://openagent3.xyz/skills/hierarchical-memory/agent)
- [JSON manifest](https://openagent3.xyz/skills/hierarchical-memory/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/hierarchical-memory/agent.md)
- [Download page](https://openagent3.xyz/downloads/hierarchical-memory)