Loading...
Loading...
Audit, clean, and optimize Clawdbot's vector memory (LanceDB). Use when memory is bloated with junk, token usage is high from irrelevant auto-recalls, or setting up memory maintenance automation.
npx skill4agent add aaaaqwq/claude-code-skills memory-hygienememory_recall query="*" limit=50rm -rf ~/.clawdbot/memory/lancedb/clawdbot gateway restartmemory_store text="<fact>" category="preference|fact|decision" importance=0.9autoCapture: true{
"plugins": {
"entries": {
"memory-lancedb": {
"config": {
"autoCapture": false,
"autoRecall": true
}
}
}
}
}gateway action=config.patchcron action=add job={
"name": "memory-maintenance",
"schedule": "0 4 1 * *",
"text": "Monthly memory maintenance: 1) Wipe ~/.clawdbot/memory/lancedb/ 2) Parse MEMORY.md 3) Store key facts to fresh LanceDB 4) Report completion"
}