← 返回
未分类 中文

🩺 memory-health-check

Performs a 6-dimension memory health check assessing integrity, freshness, bloat, orphans, duplicates, and coverage with optional auto-repair.
执行六维内存健康检查,评估完整性、新鲜度、膨胀、孤立、重复和覆盖率,并提供可选的自动修复。
chongjie-ran chongjie-ran 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 324
下载
💾 0
安装
1
版本
#dedup#diagnostics#health#integrity#latest#memory#openclaw

概述

🩺 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: ``

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 23:05 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Find Skills

guipi888
场景驱动+关键词双模式技能发现工具。当用户用自然语言描述场景/需求(如"我想做一个海报""帮我分析股票"),或明确说"安装技能/find skills/找个skill"时,自动从官方内置、本地已安装、SkillHub、虾评、GitHub、C
★ 1,461 📥 518,891
ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,099 📥 826,238
office-efficiency

WeCom文件发送

chongjie-ran
通过企业微信将本地目录中的文件(文档、图片、视频、语音)发送给指定用户,支持文件大小限制管理。
★ 0 📥 1,047