moore-pyramid-memory-system

Moore 金字塔记忆系统 — 5层记忆架构,确保跨 session 连续性。每次启动时自动加载,新 session 开始时必须执行此 skill。

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 "moore-pyramid-memory-system" with this command: npx skills add tosspi/moore-pyramid-memory-system

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.

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.

General

GigaChat (Sber AI) Proxy

Integrate GigaChat (Sber AI) with OpenClaw via gpt2giga proxy

Registry SourceRecently Updated
3600smvlx
General

TencentCloud Video Face Fusion

通过提取两张人脸核心特征并实现自然融合,支持多种风格适配,提升创意互动性和内容传播力,广泛应用于创意营销、娱乐互动和社交分享场景。

Registry SourceRecently Updated
General

TencentCloud Image Face Fusion

图片人脸融合(专业版)为同步接口,支持自定义美颜、人脸增强、牙齿增强、拉脸等参数,最高支持8K分辨率,有多个模型类型供选择。

Registry SourceRecently Updated
General

YoudaoNote News

有道云笔记资讯推送:基于收藏笔记分析关注话题,推送最新相关资讯。支持对话触发与每日定时推送(如早上9点)。触发词:资讯推送、设置资讯推送、生成资讯推送。

Registry SourceRecently Updated
1.5K1lephix