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 maintenance crons. Zero external dependencies — pure local Markdown files. Install and forget. Use when: agent keeps forgetting context, MEMORY.md is too large, notes are disorganized, or you want automatic memory maintenance without manual effort.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "beastxa-memory-pro" with this command: npx skills add tzx666888/beastxa-memory-pro

BeastXA Memory Pro

Stop losing context. Start remembering everything.

What It Does

  1. Structured Session Notes — auto-maintained session-notes.md captures your current work state
  2. Smart Memory Split — breaks large MEMORY.md into topic files with an index
  3. Auto Maintenance — daily cleanup + weekly deep organization via cron
  4. 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

LayerFilePurposeUpdate Frequency
Sessionsession-notes.mdCurrent work stateEvery compaction
DailyYYYY-MM-DD.mdRaw daily logEvery significant event
Topicstopics/*.mdLong-term organized memoryDaily cron

Anti-Amnesia System

Before each context compaction:

  1. Saves current task, recent decisions, errors, and next steps
  2. Writes to both session-notes.md and daily log
  3. 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.md with 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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

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.

Registry SourceRecently Updated
54.5K200Profile unavailable
Automation

OpenViking Setup

Set up OpenViking context database for OpenClaw agents. OpenViking is an open-source context database designed specifically for AI agents with filesystem-bas...

Registry SourceRecently Updated
3850Profile unavailable
Automation

🤖 Jarvis Core v3.0 - 真正的贾维斯

主动智能助手核心技能 v3.0,从工具型助手升级为有灵魂的伙伴。整合人格一致性、主动思考、情绪感知、置信度透明、心跳跟进、记忆学习闭环,以及策略追踪、关系模式命名、多角色交叉分析和情绪历史感知。

Registry SourceRecently Updated
1.7K1Profile unavailable
Automation

一步完成进化

Use when you need to stand up or standardize a fresh OpenClaw setup as the Fire Dragon Fruit Architecture: one strong main, one isolated rescue, layered file...

Registry SourceRecently Updated
2650Profile unavailable