🩺 memory-health-check

# 🩺 memory-health-check

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "🩺 memory-health-check" with this command: npx skills add chongjie-ran/memory-health-check

🩺 memory-health-check

Version: 1.0.0
Skill ID: memory-health-check
Status: Ready for Development

Quick Reference

项目内容
核心功能6维内存健康诊断(完整性/新鲜度/膨胀率/孤儿/去重/覆盖率)
主入口bin/health_check.sh
依赖OpenClaw v2026.4.9+, sqlite3

Features (MVP)

  1. Integrity scan — DB corruption / checksum checks
  2. Bloat detection — DB size, file count, growth rate
  3. Orphan detection — Entries with zero inbound references
  4. Freshness report — Entry age distribution
  5. Dedup scanner — Duplicate / near-duplicate entries
  6. Health score — Aggregate 0–100 score across all dimensions
  7. Auto-repair — Orphan cleanup on user approval

File Structure

memory-health-check/
├── SKILL.md                   # This file
├── bin/
│   ├── health_check.sh        # Main entry point
│   ├── integrity_scan.py      # DB corruption checks
│   ├── bloat_detector.py      # Size analysis
│   ├── orphan_finder.py       # Reference graph orphan detection
│   ├── dedup_scanner.py       # Duplicate detection
│   ├── freshness_report.py     # Entry age distribution
│   └── health_score.py         # Aggregate scoring
├── scripts/
│   ├── generate_report.py      # Report generator
│   └── auto_repair.py         # Cleanup script
├── config/
│   └── thresholds.yaml
├── reports/
│   └── .gitkeep
└── README.md

Usage

# Full health check
memory-health-check/bin/health_check.sh

# With auto-repair
memory-health-check/bin/health_check.sh --auto-repair

# Specific dimensions only
memory-health-check/bin/health_check.sh --dims integrity,bloat

Health Score Dimensions

DimensionHealthyWarningCritical
Integrity⚠️🔴
Freshness (>70%)>70%40–70%<40%
Bloat<500MB500MB–2GB>2GB
Orphans0%1–5%>5%
Dedup<2%2–10%>10%
Coverage>80%50–80%<50%

Pricing

TierPriceFeatures
Free$01 scan/week, text report
Pro$9.90/moUnlimited scans, 6-dim diagnostics, auto-repair, 90-day history
Bundle$17.90/modreaming-optimizer Pro + memory-health-check Pro

Development

See: ``

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Memory Auto Archive

Automatically archives daily chat logs with keyword highlights and optional AI summaries into organized memory files without manual setup.

Registry SourceRecently Updated
2810Profile unavailable
General

工作目录健康检测

检测并修复OpenClaw工作目录嵌套问题

Registry SourceRecently Updated
2650Profile unavailable
General

Mac AI Optimizer

Optimize macOS for AI workloads (OpenClaw, Docker, Ollama). Turn an 8GB Mac into a lean AI server node with near-16GB performance by disabling background ser...

Registry SourceRecently Updated
3980Profile unavailable
General

Memory Organizer

Organize, compress, and curate OpenClaw memory without polluting permanent memory. Use when the user wants to compress memory files, clean dated memory notes...

Registry SourceRecently Updated
7872Profile unavailable