elite-longterm-memory

Persist AI agent context across sessions using LanceDB vectors and Git-Notes.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/gaos6e/MyOpenclaw --skill elite-longterm-memory-gaos6e
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: elite-longterm-memory
Source: https://github.com/gaos6e/MyOpenclaw/tree/main/workspace/skills/elite-longterm-memory
Command: npx skills add https://github.com/gaos6e/MyOpenclaw --skill elite-longterm-memory-gaos6e

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Elite Longterm Memory tackles AI context loss by providing a persistent, multi-layer memory system that retains decisions, preferences, and key context across sessions.

Core Features & Use Cases

  • Hot RAM: active, write-ahead-memory that survives resets and compaction.
  • Warm Store: LanceDB vectors for semantic recall and auto-injection of relevant context.
  • Cold Store: Git-Notes knowledge graph for structured decisions and context preservation.
  • MEMORY.md Archive: curated long-term memory with daily logs and topic-specific files.
  • Optional Cloud Backup: cross-device synchronization via a cloud memory layer.
  • Auto-Extraction (Mem0): automatic fact extraction to reduce token usage.

Quick Start

Activate Elite Longterm Memory in your AI workflow to begin capturing and recalling context.

Frequently Asked Questions about elite-longterm-memory

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

FAQPage Schema
How do I add long-term memory to an AI agent to prevent context loss?

To add long-term memory to an AI agent and prevent context loss, use a multi-layer system with hot RAM, LanceDB vectors, and Git-Notes to retain decisions, logs, and preferences across sessions.

How does vector search work with LanceDB for AI agent memory recall?

Vector search with LanceDB provides a warm store for AI agent memory recall by indexing context as vectors, enabling semantic search and auto-injection of relevant historical data into active sessions.

Can I use Git-Notes as a knowledge graph for coding assistants?

Yes, you can use Git-Notes as a cold store knowledge graph for coding assistants to preserve structured decisions and context, ensuring critical development data survives across project resets.

What is the best way to reduce token usage when extracting facts from agent memory?

The best way to reduce token usage when extracting facts from agent memory is applying Mem0 auto-extraction, which automatically isolates key information to minimize context size during recall.

Does write-ahead-memory survive RAM resets and context compaction?

Yes, write-ahead-memory survives RAM resets and context compaction by acting as a hot store that continuously logs active memory changes before they are permanently archived in vector or markdown formats.

How do I sync AI agent memory across multiple devices?

To sync AI agent memory across multiple devices, activate an optional cloud backup layer that synchronizes your local MEMORY.md archives and LanceDB vectors for cross-device context retrieval.