/install beastxa-memory-pro
BeastXA Memory Pro
Stop losing context. Start remembering everything.
What It Does
- Structured Session Notes — auto-maintained
session-notes.mdcaptures your current work state - Smart Memory Split — breaks large MEMORY.md into topic files with an index
- Auto Maintenance — daily cleanup + weekly deep organization via cron
- Anti-Amnesia — enhanced compaction saves critical context before compression
Quick Start
# Install
clawhub install beastxa-memory-pro
# Run setup (interactive, takes ~30 seconds)
bash scripts/install.sh
That's it. Everything else is automatic.
What Gets Created
your-workspace/
├── memory/
│ ├── session-notes.md # Live session state (auto-updated)
│ ├── MEMORY-INDEX.md # Topic file directory
│ ├── YYYY-MM-DD.md # Daily logs (auto-appended)
│ └── topics/ # Organized by theme
│ ├── projects.md
│ ├── decisions.md
│ ├── lessons.md
│ └── ... # Auto-generated from your content
How It Works
Three-Layer Memory
| Layer | File | Purpose | Update Frequency |
|---|---|---|---|
| Session | session-notes.md |
Current work state | Every compaction |
| Daily | YYYY-MM-DD.md |
Raw daily log | Every significant event |
| Topics | topics/*.md |
Long-term organized memory | Daily cron |
Anti-Amnesia System
Before each context compaction:
- Saves current task, recent decisions, errors, and next steps
- Writes to both
session-notes.mdand daily log - After compaction, agent reads session-notes and resumes seamlessly
Auto Maintenance Crons
- Daily (23:30) — extracts key decisions and lessons from today's log into topic files
- Weekly (Sunday 23:00) — deduplicates, merges, trims topic files; verifies index
Manual Commands
Split an existing MEMORY.md:
python3 scripts/split_memory.py --input MEMORY.md --output memory/topics/
- Reads your MEMORY.md, detects topic boundaries (## headers)
- Creates one file per topic in
memory/topics/ - Generates
memory/MEMORY-INDEX.mdwith pointers - Original file untouched — zero risk
Verify installation:
bash scripts/verify.sh
Configuration
The install script adds compaction enhancement to your OpenClaw config:
{
"agents": {
"defaults": {
"compaction": {
"memoryFlush": {
"enabled": true,
"prompt": "Pre-compaction memory flush. Store durable memories in memory/YYYY-MM-DD.md..."
},
"instructions": "Preserve: user decisions, file paths, errors+fixes, current task, next step..."
}
}
}
}
You can customize the compaction instructions to match your workflow.
FAQ
Will it overwrite my existing MEMORY.md? Never. The split script only reads it. Your original stays intact.
Does it send data anywhere? No. Everything is local Markdown files. No APIs, no cloud, no external services.
Can I use it with other memory skills? Yes. It only creates files and cron jobs — no core modifications.
What if I don't like the topic categories? Edit them freely. They're just Markdown files. The cron will respect your structure.
Requirements
- OpenClaw 2026.3.x or later
- Python 3.8+ (for split script)
- That's it
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install beastxa-memory-pro - 安装完成后,直接呼叫该 Skill 的名称或使用
/beastxa-memory-pro触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
BeastXA Memory Pro 是什么?
Production-grade memory system for OpenClaw agents. Auto-organizes notes into topic files, prevents context loss during compaction, and runs daily/weekly mai... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 110 次。
如何安装 BeastXA Memory Pro?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install beastxa-memory-pro」即可一键安装,无需额外配置。
BeastXA Memory Pro 是免费的吗?
是的,BeastXA Memory Pro 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
BeastXA Memory Pro 支持哪些平台?
BeastXA Memory Pro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 BeastXA Memory Pro?
由 tzx666888(@tzx666888)开发并维护,当前版本 v1.0.0。