agentsclimarketplace

Memory check

Skill ladyiceberg/openclaw-memory-quality/skills/memory-check

openclaw-memhealth: Memory health monitor for OpenClaw — diagnose, guard, and remediate your agent's memory.

Install
npx -y skills add ladyiceberg/openclaw-memory-quality --skill memory-check

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Quickly scan OpenClaw memory system health and summarize findings in plain language. Use this skill whenever the user asks about memory health, memory status, memory stats, wants to know if their OpenClaw memory is working well, or uses phrases like "check memory", "memory health", "how is my memory", "记忆健康", "检查记忆", "记忆状态", "记忆统计". Always use this skill — don't try to answer memory health questions without it.

SKILL.md

1.3 KB, as published. Nobody here has run it

Memory Check

Run memory_health_check_oc and translate the output into a plain-language summary.

Steps

  1. Call memory_health_check_oc (pass workspace_dir if the user specified one)
  2. Read the raw report and identify the most important finding
  3. Give a one-sentence verdict first: healthy / minor issues / needs attention
  4. Show the full report
  5. If there are problems, suggest the next action

When to suggest follow-up

  • Zombie entries > 10% or false-positive signals > 15% → suggest /memory-cleanup
  • Retrieval quality looks degraded → suggest /memory-diagnose
  • MEMORY.md has 200+ entries → suggest running a longterm audit
  • Everything looks fine → say so, no action needed

Notes

No API key required. Fast (< 1s). Read-only — never modifies any files.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.