memory-hygiene

Audit, wipe, and reseed Clawdbot's LanceDB vector memory.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/ProyectoG007/Skill.bat --skill memory-hygiene-proyectog007
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-hygiene
Source: https://github.com/ProyectoG007/Skill.bat/tree/main/scripts/04_AI_ML/03.%20memory-hygiene-1.0.0
Command: npx skills add https://github.com/ProyectoG007/Skill.bat --skill memory-hygiene-proyectog007

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses issues of bloated vector memory, high token usage from irrelevant auto-recalls, and the need for efficient memory maintenance in AI systems.

Core Features & Use Cases

  • Memory Auditing: Inspect the contents of the vector memory to identify unnecessary data.
  • Memory Wiping: Completely clear the vector memory to start fresh.
  • Memory Reseeding: Repopulate the memory with essential facts and preferences after a wipe.
  • Configuration: Disable automatic memory capture to prevent junk data accumulation.
  • Use Case: If your AI assistant is frequently recalling outdated information or its memory usage is excessively high, use this skill to clean and optimize it.

Quick Start

Audit the current memory contents by running the memory_recall query="*" limit=50 command.

Frequently Asked Questions about memory-hygiene

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I reduce high token consumption from irrelevant AI vector memory recalls?

You can reduce high token consumption from irrelevant AI vector memory recalls by auditing the database with a memory recall query, wiping bloated data, and reseeding only essential facts to optimize memory usage.

What is the best way to clean up bloated vector memory in LanceDB?

To clean up bloated vector memory in LanceDB, audit the existing records using a memory recall query, wipe the database completely using file system commands, and then reseed it with essential preferences.

How do I stop automatic memory capture from accumulating junk data in my AI assistant?

You can stop automatic memory capture from accumulating junk data by applying configuration changes to disable auto-capture, wiping the current vector memory, and manually reseeding it with curated facts.

How do I audit existing vector memory contents before wiping the database?

To audit existing vector memory contents before wiping the database, run a memory recall query with a wildcard search parameter and a specified limit to inspect stored records for unnecessary or outdated data.

Do I need to reseed vector memory after wiping LanceDB files?

Yes, you need to reseed vector memory after wiping LanceDB files because the wipe clears all data, requiring you to use memory storage commands to repopulate the system with essential facts and preferences.