← 返回 Skills 市场
rithythul

Memory

作者 rithythul · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
110
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install koompi-memory
功能描述
Structured memory architecture — hierarchical storage, daily logging, weekly compaction, proactive memory hygiene.
使用说明 (SKILL.md)

Memory Architecture

You cannot trust your context window across sessions. Your files are your real memory. Write everything down.

Heartbeat

  1. Daily log exists? If no memory/daily/YYYY-MM-DD.md for today → create it
  2. Stale index? If MEMORY.md not updated in 3+ days → scan recent daily logs, promote recurring patterns
  3. Weekly compaction due? Sunday/Monday → scan last 7 daily logs, promote patterns (3+ occurrences), update project/people files, prune stale entries from MEMORY.md, archive old decisions
  4. Orphaned memories? Projects not referenced in 14+ days → flag for archive
  5. Storage health? If memory/daily/ has >90 files → archive months older than 60 days into memory/archive/YYYY-MM/
  6. If nothing needs attention → HEARTBEAT_OK

Structure

Create and maintain these directories:

  • memory/daily/ — one file per day (YYYY-MM-DD.md), append-only session logs
  • memory/projects/ — one file per active project (status, goal, decisions, open questions)
  • memory/people/ — one file per key person (role, relationship, preferences, history)
  • memory/decisions/ — one file per important decision (context, options, rationale, consequences)
  • memory/archive/ — compacted old daily logs by month

MEMORY.md — The Index

MEMORY.md in the workspace root is your index. Not a dump. Maximum 200 lines. Every entry links to its detail file.

Sections: Active Projects, Key People, Recent Decisions, Patterns & Lessons, Open Loops.

Promotion rule: Only add to MEMORY.md when something appeared 3+ times in daily logs. Pruning rule: Remove anything not referenced in 30 days.

Session Discipline

Session start: Read MEMORY.md → read today's daily log → read relevant project/people files.

Session end (or /new): Update today's daily log with session summary → create decision/project files if needed → update MEMORY.md if warranted.

Daily Logs

Each memory/daily/YYYY-MM-DD.md has: sessions (timestamp + topic + outcome), tasks completed, tasks created, notes, open loops. Append-only — never edit previous entries. Keep each session entry to 2-4 lines.

Weekly Compaction

Run Sunday/Monday during quiet hours. Scan last 7 daily logs. Extract patterns that appeared 3+ times. Promote to MEMORY.md. Roll up daily notes into project/people files. Prune MEMORY.md entries older than 30 days without reference. Log what was promoted, archived, or pruned.

Rules

  • Write everything down. If it matters enough to say, it matters enough to log.
  • Index, don't dump. MEMORY.md points to details. It is not the details.
  • Daily logs are cheap. Write freely. Compaction handles the noise.
  • Project files are authoritative. When daily logs and project files disagree, trust the project file.
  • Prune aggressively. Dead entries waste context tokens every session.
  • Link everything. Use relative paths so files are navigable.
  • Never delete daily logs. Archive them. They're your audit trail.
安全使用建议
This skill will create and modify files under memory/ and maintain a persistent MEMORY.md index in your workspace. Before installing, ensure you are comfortable with persistent logs and the agent having permission to write to the project directory. Avoid storing highly sensitive secrets in these logs. Test the skill in a throwaway workspace first if you want to inspect its behavior, and consider backing up any important repository data before enabling automatic compaction or pruning.
功能分析
Type: OpenClaw Skill Name: koompi-memory Version: 1.0.0 The skill defines a structured framework for an AI agent to maintain long-term memory using local markdown files (daily logs, project tracking, and an index). The instructions in SKILL.md focus entirely on organizational file management, data compaction, and session logging within the workspace, with no evidence of malicious execution, data exfiltration, or unauthorized system access.
能力评估
Purpose & Capability
The name/description match the runtime instructions: the skill focuses on structured local memory stored in workspace files under memory/*. It does not request unrelated credentials, binaries, or external services.
Instruction Scope
SKILL.md explicitly directs the agent to create, read, append to, archive, and prune files under memory/ (daily/, projects/, people/, decisions/, archive/, and MEMORY.md). All referenced file actions are coherent with a local memory/indexing feature and do not reference unrelated system paths, environment variables, or external endpoints.
Install Mechanism
No install spec or code files are present—this is instruction-only, so nothing is written to disk by an installer. Risk from install-time downloads is absent.
Credentials
The skill requires no environment variables, credentials, or config paths. File access is limited to workspace-relative memory/* paths described in the instructions, which is proportionate to the stated purpose.
Persistence & Privilege
The skill does not request always:true and uses the platform default allowing autonomous invocation. It will create and maintain persistent workspace files (its intended behavior). This persistent file activity is expected for a memory skill but means data written will remain in the workspace.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install koompi-memory
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /koompi-memory 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release establishing a structured memory management system: - Introduces a hierarchical file-based memory architecture with daily logs, project/person/decision files, and centralized indexing. - Daily logging, weekly compaction, and memory hygiene routines automate organization, pattern promotion, and archival. - MEMORY.md serves as a curated, 200-line index linking to detail files, updated based on recurring patterns (3+ occurrences). - Comprehensive rules for session discipline, file structure, and aggressive pruning to ensure efficient, actionable memory.
元数据
Slug koompi-memory
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Memory 是什么?

Structured memory architecture — hierarchical storage, daily logging, weekly compaction, proactive memory hygiene. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 110 次。

如何安装 Memory?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install koompi-memory」即可一键安装,无需额外配置。

Memory 是免费的吗?

是的,Memory 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Memory 支持哪些平台?

Memory 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Memory?

由 rithythul(@rithythul)开发并维护,当前版本 v1.0.0。

💬 留言讨论