← 返回
未分类

Moore Pyramid Memory System

Moore 金字塔记忆系统 — 5层记忆架构,确保跨 session 连续性。每次启动时自动加载,新 session 开始时必须执行此 skill。
Moore 金字塔记忆系统 — 5层记忆架构,确保跨会话连续性。启动时自动加载,新会话开始时必须执行此技能。
tosspi
未分类 clawhub v1.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 294
下载
💾 0
安装
1
版本
#latest

概述

Moore 金字塔记忆系统

Moore's self-developed memory system ensures continuity across sessions. Never forget a cross-session task again.

The Problem It Solves

Before: Cross-session tasks were forgotten because there was no persistent todo tracking.

After: A 5-layer pyramid with a dedicated .todos.md file ensures every cross-session task persists.

Architecture

Workspace Memory (5 Layers)
├── MEMORY.md              — Permanent essence (always loaded at startup)
├── memory/monthly/        — Monthly summaries
├── memory/weekly/         — Weekly summaries
├── memory/*.md            — Daily diaries (last 14 days)
└── .todos.md             — Cross-session todo list (CRITICAL!)

Core Files

FilePurpose
---------------
scripts/startup-read.jsLoads all 5 layers on every startup
scripts/weekly-archive.jsGenerates weekly summaries (cron: Monday 9AM)
scripts/monthly-archive.jsGenerates monthly summaries (cron: monthly, last day)
.todos.mdCross-session todo list — THE key mechanism

How Startup Works

On every session start, startup-read.js executes automatically:

Layer 1: MEMORY.md — Permanent essence
Layer 2: memory/monthly/*.md — All monthly summaries
Layer 3: memory/weekly/weekly-review-*.md — This month's weeks
Layer 4: memory/*.md — Last 14 days diaries
Layer 5: .todos.md — Cross-session todos ⭐

The .todos.md Rule (Critical!)

When to write to .todos.md:

  • Masone asks you to create something that can't be completed immediately
  • Any cross-session project, agreement, or pending action
  • Examples: "publish this skill when network restores", "wait for Masone's input"

Format:

## 进行中
- [ ] Task description here

## 已完成
- [x] Completed task (keep for history)

After completion: Move the line from "进行中" to "已完成"

Conversation Summary Rule

After every conversation with Masone ends, write a summary immediately.

  • When: Trigger words ("好的"/"就这样"/"结束了"), topic switch, 5 min silence
  • Length: ≤2000 characters
  • Where: memory/YYYY-MM-DD.md (today's diary)
  • Format:
  1. Topic (1 sentence)
  2. Core content (bullet points)
  3. Masone's preferences/corrections
  4. Todo items
  5. Self-reflection

Cron Configuration

TaskCronScript
--------------------
Weekly reviewMonday 9AMweekly-archive.js
Monthly archiveLast day of month 10AMmonthly-archive.js

Scripts Location

All scripts: ~/.openclaw/workspace/scripts/

Related Skills

  • memos-memory-guide — MemOS memory tools (memory_search, etc.)
  • memory-never-forget — Atkinson-Shiffrin memory model

History

DateEvent
-------------
2026-03-22Initial creation
2026-03-27Enhanced with .todos.md, startup-read.js updated to 5 layers
2026-03-29Added conversation summary rule
2026-03-31Fixed: scripts separated, monthly cron added, template newlines fixed

_This skill documents Moore's own memory system._

版本历史

共 1 个版本

  • v1.1.0 当前
    2026-05-07 14:16 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,406 📥 324,328
ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 843 📥 321,723
ai-agent

Find Skills

guipi888
场景驱动+关键词双模式技能发现工具。当用户用自然语言描述场景/需求(如"我想做一个海报""帮我分析股票"),或明确说"安装技能/find skills/找个skill"时,自动从官方内置、本地已安装、SkillHub、虾评、GitHub、C
★ 1,488 📥 552,211