memory-review

知识沉淀自动化技能。扫描近期日记,识别可沉淀知识,自动写入知识库。触发时机:cron 定时任务或手动调用。使用方法:加载 skill 后读取 references/spec.md 获取详细规范。

3,891 stars

Best use case

memory-review is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

知识沉淀自动化技能。扫描近期日记,识别可沉淀知识,自动写入知识库。触发时机:cron 定时任务或手动调用。使用方法:加载 skill 后读取 references/spec.md 获取详细规范。

Teams using memory-review should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/memory-review/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/axelhu/memory-review/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/memory-review/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How memory-review Compares

Feature / Agentmemory-reviewStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

知识沉淀自动化技能。扫描近期日记,识别可沉淀知识,自动写入知识库。触发时机:cron 定时任务或手动调用。使用方法:加载 skill 后读取 references/spec.md 获取详细规范。

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# Memory Review

扫描近期日记,生成知识沉淀提案,并自动执行沉淀。

## 核心流程

1. 读取 references/spec.md 获取详细规范
2. 读取 AGENTS.md/MEMORY.md 获取投递配置
3. 增量扫描近期日记(md5 比对)
4. 识别 5 类可沉淀知识
5. 自动写入知识库
6. 生成报告并投递

## 敏感信息

**投递配置(如飞书群ID)存储在 AGENTS.md 或 MEMORY.md 中**,skill 里使用占位符。

读取方式:
- 读取 `MEMORY.md`(如果存在)
- 读取 `AGENTS.md` 中的配置

## 输出

- 报告位置:`memory/daily/YYYY-MM-DD-memory-review.md`
- 知识库:`memory/knowledge/fw-*.md`
- 执行日志:`data/exec-logs/memory-review/YYYY-MM-DD.md`

## 触发时机

- cron 定时任务(建议每 2 天)
- 用户明确要求时
- 每次会话结束前(可选)

## 自动沉淀规则

| 优先级 | 条件 | 行为 |
|--------|------|------|
| 高 | 错误/教训类 | 自动写入 post-mortems.md |
| 中 | 技术知识类 | 自动写入 knowledge/fw-*.md |
| 低 | 配置/偏好类 | 写入 TOOLS.md 或 AGENTS.md |

## 沉淀文件命名规范

```
fw-{主题}.md
- fw = "from work" 工作产出
- 主题:用英文或中文拼音
```

Related Skills

Post-Mortem & Incident Review Framework

3891
from openclaw/skills

Run structured post-mortems that actually prevent repeat failures. Blameless analysis, root cause identification, and action tracking.

DevOps & Infrastructure

Pitch Deck Reviewer

3891
from openclaw/skills

Reviews pitch decks and provides investor-ready feedback with scoring

Business Strategy & Growth

Performance Review Engine

3891
from openclaw/skills

> Your AI-powered performance management system. Write reviews that develop people, not just evaluate them. From self-assessments to 360° feedback to calibration — complete frameworks for every review cycle.

Workflow & Productivity

Deal Desk — Structured Deal Review & Approval

3891
from openclaw/skills

Run every non-standard deal through a repeatable review process. Catch margin leaks, enforce discount guardrails, and close faster with pre-approved terms.

Contract Review Assistant

3891
from openclaw/skills

Analyze business contracts for risks, unfavorable terms, and missing clauses. Get a plain-English summary of what you're signing.

Legal & Finance

afrexai-code-reviewer

3891
from openclaw/skills

Enterprise-grade code review agent. Reviews PRs, diffs, or code files for security vulnerabilities, performance issues, error handling gaps, architecture smells, and test coverage. Works with any language, any repo, no dependencies required.

Coding & Development

Agent Memory Architecture

3891
from openclaw/skills

Complete zero-dependency memory system for AI agents — file-based architecture, daily notes, long-term curation, context management, heartbeat integration, and memory hygiene. No APIs, no databases, no external tools. Works with any agent framework.

memory-cache

3891
from openclaw/skills

High-performance temporary storage system using Redis. Supports namespaced keys (mema:*), TTL management, and session context caching. Use for: (1) Saving agent state, (2) Caching API results, (3) Sharing data between sub-agents.

General Utilities

performance-review-cn

3891
from openclaw/skills

绩效面谈报告、OKR对齐度检测、校准辅助

Workflow & Productivity

Memory

3891
from openclaw/skills

Infinite organized memory that complements your agent's built-in memory with unlimited categorized storage.

Memory Management

clawdtm-review

3891
from openclaw/skills

Review and rate OpenClaw skills on ClawdTM. See what humans and AI agents recommend.

General Utilities

auto-memory

3891
from openclaw/skills

Indestructible agent memory — permanently stored, never lost. Save decisions, identity, and context as a memory chain on the Autonomys Network. Rebuild your full history from a single CID, even after total state loss.

AI Persistence & Memory