Memory

memory-checkup

Try it

Audit and repair an AI agent's memory corpus for consistency. Use when memory contains stale numbers or superseded facts, when different memory files contradict each other (e.g. old download/star counts), when a metric changed and documents must be synced, when daily memory flushes have gaps or stopped, when memory references files that no longer exist, when the user says "check my memory", "memory audit", "体检记忆", or when answering from memory feels risky because facts may have drifted.

What it does

Audit an agent's memory corpus (MEMORY.md, USER.md, and files under memory/) and surface consistency problems before they reach the user: stale superseded numbers, contradictions, dangling file references, abandoned daily entries, and orphan files.

The skill document

Memory Checkup

Audit an agent's memory corpus (MEMORY.md, USER.md, and files under memory/) and surface consistency problems before they reach the user: stale superseded numbers, contradictions, dangling file references, abandoned daily entries, and orphan files.

When to run

  1. The user asks to check/audit/clean memory ("体检", "check my memory").
  2. Before answering questions that depend on facts recorded over many days (awards, counts, project statuses).
  3. After a metric changes and the user asks to sync all documents (e.g. download counts in application essays).
  4. Periodically, alongside daily memory flushes.

Procedure

Step 1: Locate the corpus

The corpus root is the agent workspace: it must contain MEMORY.md and/or a memory/ directory. Ask or infer from context; in OpenClaw this is the workspace directory.

Step 2: Run the audit script

python3 scripts/memory_checkup.py --memory-dir  [--json]

The script scans and reports:

CheckMeaning
Stale numbersSame metric (downloads/stars/users) with an old value in some files and a newer value in newer files
Dangling referencesFile paths mentioned in memory that no longer exist
Stale entriesDaily-flush files whose date has a gap to the newest entry
Orphansmemory/ files never referenced from anywhere else

Step 3: Verify before editing

For every stale-number finding, confirm the current value with the user or with live evidence (run the real check: hit the API, count the files). Never assume the newest mention is correct just because it is newest.

Step 4: Fix

  • Update stale mentions, or annotate them as superseded if history should be preserved ("旧口径 4,600+ 已作废").
  • Remove or repair dangling references.
  • Do NOT delete orphan daily files; list them to the user and let them decide.
  • After edits, re-run the audit to confirm zero issues.

Step 5: Report

Summarize in the user's language: how many files scanned, issues by type, what was fixed, what needs a user decision.

Notes

  • The script is read-only. All fixes are made by the agent, file by file, after verification.
  • Number extraction currently covers downloads/stars/users patterns (English and Chinese); extend DEFAULT_PATTERNS for other metrics.
  • JSON output is machine-readable for piping into other tools.

Related skills

Stores durable facts in a categorized, plain-markdown vault on disk, alongside your agent's built-in memory.

by Iván1 installs

Join a video meeting as an AI bot with voice, avatar, and screenshare across four operating modes.

by johnpatternai21 installs8 stars

Generate and edit Draw.io, Mermaid, and Excalidraw diagrams from natural language using a structured JSON spec.

by nssa.io1.0k installs47 stars

Find why your productivity system keeps failing, then apply the smallest fix — capacity math, bottleneck routing, durable local notes.

by Iván2 installs

More from thomaszhou22

Browse all skills

Use when the user asks to create, improve, fix, or audit a README.md file, score their README, document an open source project, or set up new project docs. Provides 8-dimension 0-100 quality scoring, 5-type template matrix (Library, CLI, App, Skill, Data), and pre-publish checklist. Do NOT use for API docs, wikis, inline code comments, or general technical writing.

by thomaszhou225 installs1 stars

Transform vague user requests into precise, high-quality prompts by matching against a curated library of 2000+ proven prompt templates from multiple GitHub...

by thomaszhou2216 installs

Systematically review and iteratively refine your response for logic, accuracy, completeness, conciseness, actionability, and consistency before delivering.

by thomaszhou2218 installs

Automatically detects runtime capabilities to self-compose tailored multi-step reasoning structures for complex, multi-module problem solving and analysis ta...

by thomaszhou2211 installs

Diagnose, fix, and prevent agent skill trigger failures. Use when a skill doesn't activate, when skills trigger incorrectly, when troubleshooting "skill not...

by thomaszhou224 installs

Diagnose, fix, and prevent agent skill trigger failures. Use when a skill doesn't activate, when skills trigger incorrectly, when troubleshooting "skill not...

by thomaszhou224 installs