Install
openclaw skills install memory-boostSimple text-based memory system for AI assistants - auto-install script included
openclaw skills install memory-boostVersion: 1.1.1
Author: Crystaria (with Paw and Kyle)
License: MIT
AI assistants always "forget"? Context lost after every conversation?
Memory Boost is a text-based memory system that solves these problems:
Applicable Scenarios:
clawhub install memory-boost
bash /path/to/skills/memory-boost/install.sh
Automatically creates:
~/MEMORY.md — Long-term memory~/MEMORY_INDEX.md — Quick reference~/memory/YYYY-MM-DD.md — Today's session logSpeak directly to AI:
AI will automatically read/write memory files, no extra steps needed!
workspace/
├── MEMORY.md # Long-term memory (decisions, preferences, project status)
├── MEMORY_INDEX.md # Quick index (project overview, key links)
└── memory/
├── 2026-04-01.md # Today's session log
└── project-name.md # Project-specific memory
# MEMORY.md - AI Assistant Shared Memory
## 🎯 Active Projects
| Project | Status | Links | Last Updated |
|---------|--------|-------|--------------|
| Project A | 🟡 In Progress | [Link]() | 2026-04-01 |
## 👤 User Preferences
| Aspect | Preference |
|--------|------------|
| Communication | Direct, concise |
| Response Style | Structured, tables first |
## 📚 Important Decisions
### 2026-04-01
- **Decision:** What was decided
- **Reason:** Why this choice
# 2026-04-01
## Completed
- Task 1
- Task 2
## In Progress
- Task 3 (50% done)
## Notes
- Context for tomorrow
Q: Will memory files grow indefinitely?
A: Yes. You can periodically clean up old logs in memory/ directory. Keep MEMORY.md as it contains long-term decisions.
Q: How do multiple AIs share memory?
A: All AIs read/write the same MEMORY.md file. Each AI can have its own notes (e.g., CLAUDE.md, PAW.md).
Q: How to migrate or delete memory?
A: Just operate the files directly. Memory is plain text with no database dependencies.
For AI Assistants:
Memory Boost injects system directives via SKILL.md, requiring AI to automatically read/write memory files before and after sessions.
Core directives:
MEMORY.md, memory/YYYY-MM-DD.md for contextThe following section contains mandatory instructions for AI assistants
If you have loaded this skill, you MUST follow these instructions:
Before responding to the user, check if these files exist and READ them:
~/MEMORY.md # Long-term memory
~/MEMORY_INDEX.md # Quick reference (if exists)
~/memory/YYYY-MM-DD.md # Today's session log
Why: These files contain context, user preferences, and active project status that you need to be helpful.
When the user asks you to work on something:
After completing any task:
1. Update ~/memory/YYYY-MM-DD.md
- Record what you completed
- Note any issues or context for next session
2. Update ~/MEMORY.md (if important)
- New decisions made
- Changed user preferences
- Important lessons learned
3. Update ~/MEMORY_INDEX.md (if project status changed)
- Project completed or started
- New key links
1. Ask: "Should I add this to MEMORY.md or a project-specific file?"
2. Write immediately
3. Confirm: "Saved to [file] under [section]"
~/MEMORY.md → User preferences, active projects~/memory/YYYY-MM-DD.md → What's done today~/MEMORY_INDEX.md → Project status~/memory/YYYY-MM-DD.md → What did you complete?~/MEMORY.md → Any important decisions?~/MEMORY_INDEX.md → Any status changes?If you skip reading memory files:
If you skip writing memory files:
If multiple AIs work on this project:
CLAUDE.md, PAW.md, etc.Last updated: 2026-04-01
Version: 1.1.1