OpenClaw plugin overlay for auditing agent memory quality (duplicates, stale facts, contradictions).
agent-memory-auditor scans markdown memory files and outputs a practical quality report.
- OpenClaw plugin packaging (
openclaw.plugin.json) - Native slash command:
/memory-audit - CLI scanner with score (0–100)
- Findings: duplicates, stale candidates, contradiction hints
- Markdown report generation
git clone https://github.com/Personaz1/agent-memory-auditor.git
cd agent-memory-auditor
openclaw plugins install .
openclaw plugins enable agent-memory-auditor
openclaw gateway restart/memory-audit
/memory-audit status
/memory-audit run
python3 src/audit.py --dir memory --out report.md --json report.jsonbash demo/run_demo.shMIT
- Configurable score weights via
audit.config.json - Ignore rules (
ignore_patterns) - Multi-folder scan (
memory/**/*.md) + optionalMEMORY.md - Remediation suggestions in markdown report
/memory-audit config-check- strict mode:
python3 src/audit.py run --strict ... - CI memory quality gate workflow