elite-longterm-memory
Ultimate AI agent memory system for Cursor, Claude, ChatGPT & Copilot. WAL protocol + vector search + git-notes + cloud backup. Never lose context again. Vibe-coding ready.
Why use this skill?
Upgrade your AI agent with Elite Longterm Memory. A multi-layer architecture using WAL, vector search, and Git-notes to ensure you never lose context again.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/itsjustfred/elite-longterm-memory-1-2-3What This Skill Does
The elite-longterm-memory skill is an advanced, multi-layered architecture designed to eliminate the context-window limitations of modern AI agents. By integrating a Write-Ahead Log (WAL) protocol with vector search (LanceDB) and persistent Git-backed knowledge graphing, it ensures that your AI agent never "forgets" project requirements, user preferences, or past decisions. It functions by syncing short-term, medium-term, and long-term memory across a tiered system, ranging from a volatile 'Hot RAM' SESSION-STATE.md file to a structured 'Cold Store' for historical permanent knowledge. This skill effectively transforms your agent from a stateless chatbot into a continuous, stateful collaborator that evolves alongside your workflow.
Installation
To install this skill, run the following command in your terminal within your OpenClaw-enabled project:
clawhub install openclaw/skills/skills/itsjustfred/elite-longterm-memory-1-2-3
Once installed, ensure your environment has access to the local storage path for the LanceDB instance to maintain persistence between sessions.
Use Cases
- Long-term Project Management: Retain complex architectural decisions over weeks of development without having to re-explain requirements.
- Preference Personalization: Automatically recall specific coding styles, preferred library versions, or UI design constraints without prompting.
- Contextual Troubleshooting: Search historical logs and prior error resolutions stored in the Knowledge Graph to prevent repeating technical mistakes.
- Vibe-Coding Sessions: Maintain continuity during creative sessions, allowing the AI to 'remember' the specific tone and stylistic goals established at the start of a project.
Example Prompts
- "What was the core architectural decision we made regarding the database schema last week? Check our permanent memory."
- "Store this in memory: I prefer using Tailwind CSS for styling instead of raw CSS modules, and keep this preference for all future projects."
- "Recall all blockers related to the authentication module so we can resume working from where we left off."
Tips & Limitations
- Write Frequency: Since the 'Hot RAM' layer (SESSION-STATE.md) updates before every response, ensure your environment allows for frequent file-write operations.
- Manual Cleanup: Periodically review the
MEMORY.mdfile to summarize or archive outdated information, preventing the context injection from becoming bloated over time. - Importance Scoring: When manually storing information, utilize the
importanceparameter (0.0 to 1.0) to help the vector search prioritize key data points during auto-recall.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-itsjustfred-elite-longterm-memory-1-2-3": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, external-api
Related Skills
n8n-workflow-automation
Designs and outputs n8n workflow JSON with robust triggers, idempotency, error handling, logging, retries, and human-in-the-loop review queues. Use when you need an auditable automation that won’t silently fail.
playwright-scraper-skill
Playwright-based web scraping OpenClaw Skill with anti-bot protection. Successfully tested on complex sites like Discuss.com.hk.
playwright-mcp
Browser automation via Playwright MCP server. Navigate websites, click elements, fill forms, extract data, take screenshots, and perform full browser automation workflows.
backtest-expert
Expert guidance for systematic backtesting of trading strategies. Use when developing, testing, stress-testing, or validating quantitative trading strategies. Covers "beating ideas to death" methodology, parameter robustness testing, slippage modeling, bias prevention, and interpreting backtest results. Applicable when user asks about backtesting, strategy validation, robustness testing, avoiding overfitting, or systematic trading development.
polymarket
Query Polymarket prediction markets - check odds, trending markets, search events, track prices and momentum. Includes watchlist alerts, resolution calendar, momentum scanner, and paper trading (simulated, no real money).