agent-memory-ultimate
Complete memory system for AI agents. Human-like architecture with daily logs, sleep consolidation, SQLite + FTS5, importers for WhatsApp/ChatGPT/VCF. Everything an agent needs to remember across sessions.
Why use this skill?
Give your OpenClaw agent human-like long-term memory with this comprehensive skill. Features daily logs, SQLite search, and structured file-based knowledge management.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/dexiaong/agent-memory-ultimatexqWhat This Skill Does
Agent Memory Ultimate transforms your AI agent from a stateless bot into a long-term companion capable of genuine recall. By mimicking human cognitive architecture, it implements a system where agents perform 'sleep consolidation' to move temporary session data into structured long-term storage. It utilizes SQLite with FTS5 for high-performance searching, while maintaining human-readable markdown files in your workspace for easy manual auditing. This skill handles the lifecycle of information from daily logs in the memory directory to curated insights in your MEMORY.md file, ensuring your agent evolves alongside you.
Installation
Installation is streamlined via the OpenClawCLI. Ensure your workspace is properly initialized as per the OpenClaw documentation. Run the following command in your terminal:
clawhub install openclaw/skills/skills/dexiaong/agent-memory-ultimatexq
After installation, verify that the db/, bank/, and memory/ directories have been created successfully in your workspace root.
Use Cases
- Personal Assistance: Track family birthdays, personal preferences, and conversation history over months.
- Project Management: Keep documentation for complex software or creative projects synchronized with your agent's current state.
- Relationship Management: Maintain context-heavy profiles for professional or social contacts, enabling the agent to recall specific details from previous interactions.
- Knowledge Management: Build a personal knowledge base that your agent can query using full-text search to retrieve information from old journals or topic-specific documentation.
Example Prompts
- "OpenClaw, what are the primary preferences I mentioned about my project 'Website Redesign' in the last three weeks?"
- "Add a new entity for Sarah Jenkins to my bank with her email and our recent agreement on the project scope."
- "Search my memory for any notes I saved regarding 'home automation' architecture and summarize the current project status."
Tips & Limitations
- Consistency: Keep your file structure clean; the agent relies on the defined hierarchy to categorize information correctly.
- Periodic Review: While sleep consolidation is automatic, manually auditing your
MEMORY.mdevery few weeks ensures your agent focuses on the most relevant long-term goals. - Security: Since this skill writes files to your local disk, ensure your workspace is stored in a secure location and that you review the agent's write operations if handling sensitive data.
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-dexiaong-agent-memory-ultimatexq": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read
Related Skills
omnicog
Universal service integration for OpenClaw — connect Reddit, Steam, Spotify, GitHub, Discord, and more with a single API.
chaterimo
AI Customer Service for Shopify & E-commerce - Query conversations, analyze chatbot performance, and manage your Chaterimo AI assistant
lulu-monitor
AI-powered LuLu Firewall companion for macOS. Monitors firewall alerts, analyzes connections with AI, sends Telegram notifications with Allow/Block buttons. Use when setting up LuLu integration, handling firewall callbacks, or troubleshooting LuLu Monitor issues.
gmail-client-PM
Read and send emails via Gmail. Use to list unread messages, read specific emails by ID, or send new emails.
arb-injection
BYOCB ArbInjectionSkill: Scan EVM smart contracts for arbitrary call injection vulnerabilities. Monitor chains in real-time or scan specific addresses.