Long-term memory for AI agents. Your AI remembers everything — preferences, decisions, context — across sessions, forever.
Memory
AI Agent Memory
Try itUnlimited organized memory for your AI agent. Store, search, and organize projects, contacts, decisions, and knowledge across categories. Never lose context...
What it does
Unlimited organized memory for your AI agent. Store, search, and organize projects, contacts, decisions, and knowledge across categories. Never lose context again.
The skill document
AI Agent Memory 🧠
Unlimited organized memory for your AI agent. Built-in agent memory is great for quick context. This adds infinite, categorized storage for everything else — projects, contacts, decisions, and knowledge.
First-Time Setup
Your agent creates the memory folder on first use:
mkdir -p ~/memory
Tell your agent what categories you need. Common ones:
| Category | What Goes There |
|---|---|
projects/ | Project context, status, history |
people/ | Contacts with full context |
decisions/ | Reasoning behind choices |
knowledge/ | Domain expertise, reference material |
How to Use
Tell your agent to save something:
"Save this project info" "Remember this contact" "Store this decision"
Tell your agent to find something:
"What do you know about project Alpha?" "Find notes about the API design decision" "Who is Sarah from the marketing team?"
That's it. Your agent handles the creating, searching, and updating.
Quick Reference
| What You Say | What Your Agent Does |
|---|---|
| "Save this..." | Writes to ~/memory/ in the right category |
| "Find..." | Searches ~/memory/ via grep or index |
| "What do you know about..." | Reads relevant memory files |
| "Update my notes on..." | Modifies existing entries |
Notes
- Works alongside built-in agent memory — both systems active
- No API keys, no external services
- All data stays on your machine in
~/memory/ - Categories defined by you, not preset
Feedback
clawhub star ai-agent-memory — clawhub sync
Related skills
Give AI agents Remember content ideas and drafts. using BlueColumn persistent memory. Use when an agent supports content creation and needs idea continuity; when the user wants to store, recall, or search content memory context. Requires a BlueColumn API key (bc_live_*).
Give AI agents Remember household context. using BlueColumn persistent memory. Use when an agent manages home tasks and maintenance; when the user wants to store, recall, or search home memory context. Requires a BlueColumn API key (bc_live_*).
Query the agent's knowledge graph for entities, relationships, and statistics. Enables natural language exploration of accumulated session memory without she...
Organize project, agent, or user memory using an A-MEM-style workflow with structured notes, semantic tags, contextual summaries, explicit links, and lightwe...
Extract decisions, todos, knowledge, preferences, and risks from AI chat sessions into structured memory. Outputs Markdown, JSON, or Obsidian notes.