neural-memory

Retrieves persistent memories via associative neural recall across sessions using SQLite brain storage.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/wewetv1987-cell/openclaw-backup --skill neural-memory-wewetv1987-cell
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: neural-memory
Source: https://github.com/wewetv1987-cell/openclaw-backup/tree/main/skills/neural-memory
Command: npx skills add https://github.com/wewetv1987-cell/openclaw-backup --skill neural-memory-wewetv1987-cell

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

NeuralMemory helps you retain and retrieve important context across sessions so you do not lose decisions, errors, preferences, or causal history when working on long-running tasks.

Core Features & Use Cases

  • Persistent associative recall: Find related memories through graph traversal instead of simple keyword matching.
  • Decision and error tracking: Store outcomes, mistakes, and preferences so future work starts with the right context.
  • Causal and temporal reasoning: Trace why something happened, what led to it, and how events relate over time.
  • Use case: Start a new conversation by injecting recent context, then recall earlier decisions or detect conflicting memories when a project changes direction.

Quick Start

Ask the assistant to recall the most relevant past decisions and context for the current task using NeuralMemory.

Frequently Asked Questions about neural-memory

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retain and recall context across different conversation sessions?

You can retain and recall context across sessions by using persistent associative memory that stores decisions, errors, and causal history in a local SQLite database. This approach enables cross-conversation recall and injects recent context into new sessions automatically.

How does associative memory recall work for retrieving past decisions?

Associative recall works by using graph traversal and spreading activation to find related memories instead of simple keyword matching. This mechanism applies Hebbian learning to strengthen connections, ensuring that retrieving past decisions traces relevant contextual relationships accurately.

Can I detect conflicting memories and trace causal history over time?

Yes, you can detect conflicting memories and trace causal history over time using built-in contradiction detection and temporal reasoning. This allows you to trace why something happened, what led to it, and how events relate when a project changes direction.

Does neural memory require external data transmission or cloud storage?

No, neural memory does not require external data transmission because it relies on a local SQLite-backed brain storage system. This ensures persistent associative recall and context retrieval remain entirely private without sending your data to external servers.

What's the best way to start a new conversation with relevant past context?

The best way to start a new conversation with relevant past context is to ask the assistant to recall the most relevant past decisions and context for the current task. This triggers automatic capture and context injection for immediate workflow pattern detection.

Can I integrate persistent memory with MCP for workflow pattern detection?

Yes, you can integrate persistent memory with MCP for workflow pattern detection through optional MCP integration. This allows you to retrieve facts, decisions, and errors while applying temporal reasoning and associative search within your existing model context protocol setup.