# Send Neural 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. 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. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "neural-memory",
    "name": "Neural Memory",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/nhadaututtheky/neural-memory",
    "canonicalUrl": "https://clawhub.ai/nhadaututtheky/neural-memory",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/neural-memory",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=neural-memory",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "hooks/hooks.json",
      "marketplace.json",
      "plugin.json",
      "SKILL.md",
      "skills/memory-audit/SKILL.md",
      "skills/memory-evolution/SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "neural-memory",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-02T18:14:01.633Z",
      "expiresAt": "2026-05-09T18:14:01.633Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=neural-memory",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=neural-memory",
        "contentDisposition": "attachment; filename=\"neural-memory-4.54.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "neural-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/neural-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/neural-memory",
    "downloadUrl": "https://openagent3.xyz/downloads/neural-memory",
    "agentUrl": "https://openagent3.xyz/skills/neural-memory/agent",
    "manifestUrl": "https://openagent3.xyz/skills/neural-memory/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/neural-memory/agent.md"
  }
}
```
## Documentation

### Neural Memory

Reflex-based memory system for AI agents — stores experiences as interconnected neurons and recalls them through spreading activation, mimicking how the human brain works.

### What It Does

Neural Memory gives AI agents persistent, associative memory across sessions. Instead of keyword search, it uses spreading activation through a neural graph — memories that fire together, wire together.

### Key Features

45 MCP tools for persistent memory + cognitive reasoning
Spreading activation recall — not keyword search, memories activate related memories
Cognitive reasoning — hypotheses, evidence, predictions, schema evolution
Knowledge base training from PDF, DOCX, PPTX, HTML, JSON, XLSX, CSV
Multi-device sync with neural-aware conflict resolution
4 embedding providers — Sentence Transformers, Gemini, Ollama, OpenAI
Retrieval pipeline — RRF score fusion, graph expansion, Personalized PageRank
Session intelligence — topic EMA tracking, LRU eviction, auto-expiry
React dashboard — 7 pages: health, evolution, graph, timeline, settings
VS Code extension — status bar, graph explorer, CodeLens, memory tree
Fernet encryption for sensitive content
Brain versioning — snapshots, rollback, export/import
Telegram backup — send brain .db to chat/group/channel

### Installation

pip install neural-memory

Or with embeddings:

pip install neural-memory[embeddings]

### MCP Configuration

{
  "mcpServers": {
    "neural-memory": {
      "command": "uvx",
      "args": ["--from", "neural-memory", "nmem-mcp"]
    }
  }
}

### Usage

Neural Memory works automatically once configured.

RECALL — before responding to tasks that reference past work:

New session → nmem_recall("current project context")
Past decision/event → nmem_recall("<project> <topic>")
Skip for purely new, self-contained questions

SAVE — after completing each task, if you made a decision, fixed a bug, learned a preference, or discovered a pattern:

nmem_remember(content="Chose X over Y because Z", type="decision", priority=7, tags=["project", "topic"])
Use causal language (not flat facts). Max 1-3 sentences.
Do NOT save ephemeral file reads, things in git history, or duplicates.

FLUSH — at session end:

nmem_auto(action="process", text="brief summary")

### Memory Types

TypeUse ForfactStable knowledgedecision"Chose X over Y because Z"insightPatterns discoverederrorBugs and root causesworkflowProcess stepspreferenceUser preferencesinstructionRules to follow

### Links

GitHub
Documentation
VS Code Extension
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: nhadaututtheky
- Version: 4.11.0
## 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-02T18:14:01.633Z
- Expires at: 2026-05-09T18:14:01.633Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/neural-memory)
- [Send to Agent page](https://openagent3.xyz/skills/neural-memory/agent)
- [JSON manifest](https://openagent3.xyz/skills/neural-memory/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/neural-memory/agent.md)
- [Download page](https://openagent3.xyz/downloads/neural-memory)