🦀 ClawHub
自动记忆进化
by @mr-11even
Automatically summarize daily discussions and update memory files. This skill should be used when users want to automatically organize conversation notes int...
TERMINAL
clawhub install auto-memory-evolution📖 About This Skill
name: auto-memory-evolution description: Automatically summarize daily discussions and update memory files. This skill should be used when users want to automatically organize conversation notes into memory files.
Auto Memory Evolution
Automatically summarize daily discussions and archive to memory files.
When to Use
Use this skill when:
How It Works
1. Daily Evolution Script
Run daily-evolution.py to:
~/.openclaw/workspace/memory/~/.openclaw/workspace/MEMORY.md2. Heartbeat Check Script
Run heartbeat-check.py to:
Installation
1. Copy skill to ~/.openclaw/skills/auto-memory-evolution/
2. Set up cron jobs:
# Daily evolution at 22:00
0 22 * * * python3 ~/.openclaw/skills/auto-memory-evolution/scripts/daily-evolution.pyHeartbeat every 30 minutes
*/30 * * * * python3 ~/.openclaw/skills/auto-memory-evolution/scripts/heartbeat-check.py
File Structure
auto-memory-evolution/
├── SKILL.md
├── scripts/
│ ├── daily-evolution.py
│ └── heartbeat-check.py
└── config.json (optional)
Dependencies
Configuration
Edit config.json to customize:
{
"idle_threshold_minutes": 45,
"memory_dir": "~/.openclaw/workspace/memory",
"longterm_memory": "~/.openclaw/workspace/MEMORY.md"
}
自动记忆进化
自动归纳每天讨论内容并归档到记忆文件。
何时使用
使用此 Skill 当用户希望:
工作原理
1. 每日进化脚本
运行 daily-evolution.py 以:
~/.openclaw/workspace/memory/ 下的记忆文件~/.openclaw/workspace/MEMORY.md2. 心跳检查脚本
运行 heartbeat-check.py 以:
安装
1. 将 Skill 复制到 ~/.openclaw/skills/auto-memory-evolution/
2. 设置定时任务:
# 每日22:00进化
0 22 * * * python3 ~/.openclaw/skills/auto-memory-evolution/scripts/daily-evolution.py心跳每30分钟
*/30 * * * * python3 ~/.openclaw/skills/auto-memory-evolution/scripts/heartbeat-check.py
文件结构
auto-memory-evolution/
├── SKILL.md
├── scripts/
│ ├── daily-evolution.py
│ └── heartbeat-check.py
└── config.json (可选)
依赖
配置
编辑 config.json 自定义:
{
"idle_threshold_minutes": 45,
"memory_dir": "~/.openclaw/workspace/memory",
"longterm_memory": "~/.openclaw/workspace/MEMORY.md"
}
⚡ When to Use
⚙️ Configuration
Edit config.json to customize:
{
"idle_threshold_minutes": 45,
"memory_dir": "~/.openclaw/workspace/memory",
"longterm_memory": "~/.openclaw/workspace/MEMORY.md"
}
自动记忆进化
自动归纳每天讨论内容并归档到记忆文件。