memory-archiver
记忆管理技能 - 三层时间架构 + 自动搜索/提取/会话笔记统一 Hook + 记忆巩固(整合 auto-dream)
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/amd5/memory-archiverWhat This Skill Does
The Memory Archiver is an advanced knowledge management engine designed for OpenClaw. It implements a multi-layer temporal storage architecture (hourly to yearly) to ensure that critical context is preserved, summarized, and archived. By leveraging automated cron tasks, the agent intelligently filters noise from daily interactions, capturing vital decisions, technical configurations, and problem-solving milestones while maintaining a clean, searchable file structure.
Installation
To integrate the skill, execute the following command in your terminal:
clawhub install openclaw/skills/skills/amd5/memory-archiver
Alternatively, for manual setup, place the script files in your ~/.openclaw/workspace/skills/memory-manager directory and run the registration commands provided in the official documentation to activate the cron-based scheduling triggers.
Use Cases
- Project Long-Term Continuity: Retain technical context across months, ensuring the agent remembers architectural decisions made weeks ago.
- Automated Logging: Maintain a consistent, chronological journal of agent activities and configuration changes without manual input.
- Refinement Cycles: Compress high-frequency hourly logs into concise daily summaries and eventually into monthly/yearly retrospectives for high-level oversight.
Example Prompts
- "OpenClaw, please summarize the key technical blockers we solved yesterday by pulling from the memory-archiver."
- "What was the agreed-upon configuration for the database migration that we decided on last month?"
- "Show me a summary of our progress from this past week based on the weekly archival file."
Tips & Limitations
- Tips: Use the
memory/daily/directory as your primary source for quick factual retrieval; use theweekly/summaries for strategic planning. - Limitations: This skill assumes file-write permissions are available. Ensure your system environment has sufficient disk space for long-term storage of text-based archives. Avoid manual edits to the
hourlyfiles while a scheduled write-task is running to prevent race conditions. The archive relies heavily on the quality of the 'important information' identification filter; if the agent is too broad, you may need to adjust the filtering prompt in thescripts/sync-daily.shfile.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-amd5-memory-archiver": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read
Related Skills
feishu-repair
自动修复飞书-自动修复飞书群聊+自动修复会话 - 诊断 Gateway 连接、权限配置、消息投递问题
error-monitor-fix
错误监控 - 扫描 JSON 日志、捕获 ERROR 级别错误、OpenClaw 系统级错误修复建议
work-progress
工作进度检查技能 - 定期检查待办事项 + 子代理超时/消失检测与自动恢复 + 全量会话监控
heap-dump
内存快照分析(v8 heap snapshot)+ 性能分析(perf_hooks)
secure-storage
AES 加密存储,用于安全保存 API 密钥等敏感信息