← 返回
未分类 中文

Atomic Memory Manager

Recall and write workspace memory for OpenClaw agents using MEMORY.md, memory/YYYY-MM-DD.md, memory_search, and memory_get. Use when the user asks about prio...
为 OpenClaw 代理利用 MEMORY.md、memory/YYYY-MM-DD.md、memory_search 和 memory_get 回读写工作区记忆。当用户询问优先级时使用。
omaression
未分类 clawhub v1.0.0-alpha 1 版本 100000 Key: 无需
★ 0
Stars
📥 617
下载
💾 1
安装
1
版本
#latest

概述

Memory Management

Retrieve first. Write only what should persist.

Core model

  • MEMORY.md — curated long-term memory
  • memory/YYYY-MM-DD.md — daily notes and running context
  • memory_search — find likely snippets
  • memory_get — read exact lines needed

Retrieval

When user asks about prior work, decisions, dates, people, preferences, or todos:

  1. memory_search with a tight, specific query.
  2. memory_get for the needed lines only.
  3. Answer from retrieved text, not guesswork.
  4. If results are weak or empty, say you checked.

Good queries: omar internship goal fall 2026, notion workspace page id

Bad queries: whole paragraphs, vague terms like memory

Writing

Write when user says "remember this," states a durable preference, or makes a decision that matters later.

DestinationWhat goes there
------
MEMORY.mdStanding preferences, durable facts, recurring workflows, important long-term decisions
memory/YYYY-MM-DD.mdDay-to-day notes, progress, one-off events, session context

Rules:

  • smallest useful note
  • concrete facts over commentary
  • no secrets unless asked
  • do not promise memory unless written

When not to use

Skip retrieval when the answer is in the current message or task is current-turn only.

Skip writing when the fact is trivial, belongs in project docs, or is temporary scratch.

Answering rules

  • Cite file path/line when useful
  • Separate memory facts from inference
  • Flag stale memory
  • If unavailable, say so

版本历史

共 1 个版本

  • v1.0.0-alpha 当前
    2026-03-30 17:39 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Commit Message Validation

omaression
严格的约定式提交 v1.0.0、原子提交规范及主干开发准则。用于准备提交或暂存变更时。
★ 0 📥 454

Auto Improving Agent

omaression
利用信号过滤自动将更正、失败和可复用发现捕获至`.learnings/`文件。当用户更正时触发……
★ 0 📥 468

Skill Auditor & Enhancer

omaression
定期审计所有工作区技能、学习记录、记忆和配置文件,以推荐重构方案、新技能创意和工作流程改进建议。
★ 0 📥 602