返回顶部
b

beastxa-memory-pro

>

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
62
下载量
0
收藏
概述
安装方式
版本历史

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 ```bash # 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: 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:** ```bash 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 bash scripts/verify.sh ``` ## Configuration The install script adds compaction enhancement to your OpenClaw config: ```json { "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

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 beastxa-memory-pro-1775885162 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 beastxa-memory-pro-1775885162 技能

通过命令行安装

skillhub install beastxa-memory-pro-1775885162

下载 Zip 包

⬇ 下载 beastxa-memory-pro v1.0.0

文件大小: 18.12 KB | 发布时间: 2026-4-12 09:08

v1.0.0 最新 2026-4-12 09:08
v1.0.0 Initial release

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部