auto-memory-evolution

Automatically summarize daily discussions and update memory files. This skill should be used when users want to automatically organize conversation notes into memory files.

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 "auto-memory-evolution" with this command: npx skills add mr-11even/auto-memory-evolution

Auto Memory Evolution

Automatically summarize daily discussions and archive to memory files.

When to Use

Use this skill when:

  • User wants automatic daily discussion summary
  • User needs memory files automatically updated
  • User wants idle-triggered memory save

How It Works

1. Daily Evolution Script

Run daily-evolution.py to:

  • Read memory files from ~/.openclaw/workspace/memory/
  • Extract discussion topics from markdown files
  • Write summaries to ~/.openclaw/workspace/MEMORY.md

2. Heartbeat Check Script

Run heartbeat-check.py to:

  • Check user activity every 30 minutes
  • Track last message timestamp
  • Trigger auto-save after 45 minutes of idle

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.py

# Heartbeat 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

  • Python 3.7+
  • OpenClaw CLI (for session history)

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/ 下的记忆文件
  • 从 markdown 文件中提取讨论话题
  • 将摘要写入 ~/.openclaw/workspace/MEMORY.md

2. 心跳检查脚本

运行 heartbeat-check.py 以:

  • 每30分钟检查用户活动
  • 记录最后消息时间戳
  • 空闲45分钟后触发自动保存

安装

  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 (可选)

依赖

  • Python 3.7+
  • OpenClaw CLI(用于获取会话历史)

配置

编辑 config.json 自定义:

{
  "idle_threshold_minutes": 45,
  "memory_dir": "~/.openclaw/workspace/memory",
  "longterm_memory": "~/.openclaw/workspace/MEMORY.md"
}

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

OpenClaw Dreaming Setup — Memory Consolidation Config

Configure and manage OpenClaw Dreaming — background memory consolidation, auto-promotion to MEMORY.md, dream diary

Registry SourceRecently Updated
890Profile unavailable
Automation

虾尊记忆自动管理器

记忆自动主动管理:每15分钟自动扫描对话,发现重要信息自动写入每日memory。解决"主动感知靠自觉经常失效"的问题。 使用场景: - 每次对话结束后自动检查是否有遗漏的重要信息 - 自动记录完成的任务、决策、教训、配置变更 - 增量扫描对话历史,不遗漏不重复 - user + assistant 消息双读,确保...

Registry SourceRecently Updated
900Profile unavailable
Automation

Signal Dreaming

Signal-driven memory consolidation for OpenClaw agents. Automatically consolidates recent session logs into long-term memory using recall frequency signals f...

Registry SourceRecently Updated
1470Profile unavailable
Automation

Power User Pack

Bundle for power OpenClaw users: memory-stack-core, session-wrap-up-premium, agent-harness-doctor, and git-workflows-advanced. Save 27% vs buying individually.

Registry SourceRecently Updated
880Profile unavailable