Memory Onboarding Wizard
Built by GetAgentIQ — getagentiq.ai
The home of premium OpenClaw skills, packs, and agent blueprints.
One command to give your OpenClaw agent its memory. Walks through the complete memory system setup interactively.
Quick Start
CODEBLOCK0
Run from the OpenClaw workspace directory (default: ~/.openclaw/workspace).
What It Does
- 1. MEMORY.md — Creates long-term memory file with starter template if missing
- memory/YYYY-MM-DD.md — Creates today's daily note file (creates
memory/ dir if needed) - HEARTBEAT.md — Creates a starter heartbeat checklist if missing
- USER.md — Asks 3 quick questions (name, timezone, main use case) and writes them
- Validation — Checks all files exist and prints a ✅ summary
- Next steps — Suggests the first 3 things to try
Options
CODEBLOCK1
Memory System Overview
| File | Purpose | When Loaded |
|---|
| INLINECODE2 | Long-term curated memory | Main sessions only |
| INLINECODE3 |
Daily raw notes | Every session |
|
HEARTBEAT.md | Periodic task checklist | On heartbeat polls |
|
USER.md | Who the agent is serving | Every session |
After Setup
Your agent will read these files at the start of each session to maintain continuity. Update MEMORY.md with important events and decisions. Let daily files accumulate naturally.
🧠 Want the Full Memory Pack?
This wizard gets you started. The GetAgentIQ Memory Pack takes it further:
- - Auto-compaction — keeps MEMORY.md lean and fast automatically
- Semantic search — find anything across all memory files instantly
- Session recall — 7-day keyword recall tester
- Memory health dashboard — health score + gap detection
- Consolidation cron — nightly memory distillation, runs while you sleep
👉 Get the Memory Pack free: getagentiq.ai/memory-pack
Use code CLAWHUB100 at checkout for 100% off.
Built by GetAgentIQ — getagentiq.ai
记忆引导向导
由 GetAgentIQ 构建 — getagentiq.ai
优质 OpenClaw 技能、工具包和智能体蓝图的家园
一条命令即可为您的 OpenClaw 智能体赋予记忆。以交互方式完成完整的记忆系统设置。
快速开始
bash
python3 scripts/memory-onboarding-wizard.py
从 OpenClaw 工作区目录运行(默认:~/.openclaw/workspace)。
功能说明
- 1. MEMORY.md — 若缺失则创建包含初始模板的长期记忆文件
- memory/YYYY-MM-DD.md — 创建今日日记文件(若需要则创建 memory/ 目录)
- HEARTBEAT.md — 若缺失则创建初始心跳检查清单
- USER.md — 询问 3 个快速问题(姓名、时区、主要用途)并写入文件
- 验证 — 检查所有文件是否存在并打印 ✅ 摘要
- 后续步骤 — 建议前 3 个可尝试的操作
选项
bash
python3 scripts/memory-onboarding-wizard.py --workspace /path/to/workspace
python3 scripts/memory-onboarding-wizard.py --non-interactive # 跳过提问,使用默认值
记忆系统概览
| 文件 | 用途 | 加载时机 |
|---|
| MEMORY.md | 长期整理的记忆 | 仅主会话 |
| memory/YYYY-MM-DD.md |
每日原始笔记 | 每次会话 |
| HEARTBEAT.md | 周期性任务检查清单 | 心跳轮询时 |
| USER.md | 智能体服务的对象信息 | 每次会话 |
设置完成后
您的智能体将在每次会话开始时读取这些文件以保持连续性。用重要事件和决策更新 MEMORY.md。让每日文件自然积累。
🧠 想要完整的记忆包?
本向导助您入门。GetAgentIQ 记忆包更进一步:
- - 自动压缩 — 自动保持 MEMORY.md 精简高效
- 语义搜索 — 即时查找所有记忆文件中的任何内容
- 会话回忆 — 7 天关键词回忆测试器
- 记忆健康仪表盘 — 健康评分 + 缺口检测
- 整合定时任务 — 夜间记忆提炼,在您睡眠时运行
👉 免费获取记忆包: getagentiq.ai/memory-pack
结账时使用代码 CLAWHUB100 即可享受 100% 折扣。
由 GetAgentIQ 构建 — getagentiq.ai