← Back to Skills Marketplace
dylanbaker24

Memory Hygiene

by dylanbaker24 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
26605
Downloads
20
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install memory-hygiene
Description
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.
Usage Guidance
Install only if you intentionally want guidance for fully resetting Clawdbot vector memory. Before using the wipe or cron instructions, back up or export memory, confirm the exact target path, keep a rollback plan, and avoid monthly automation unless recurring unattended memory resets are acceptable.
Capability Analysis
Type: OpenClaw Skill Name: memory-hygiene Version: 1.0.0 The skill includes instructions for the AI agent to execute high-risk system commands. Specifically, `rm -rf ~/.clawdbot/memory/lancedb/` is used to wipe memory, and `cron action=add` is used to schedule persistent tasks. While these actions are presented for a benign 'memory hygiene' purpose, the direct execution of `rm -rf` and the ability to add cron jobs represent powerful capabilities that could be easily misused if the skill were compromised or the agent tricked.
Capability Assessment
Purpose & Capability
Auditing, wiping, reseeding, and disabling auto-capture fit the stated memory-hygiene purpose, but the skill's core workflow includes full deletion of the LanceDB vector-memory store.
Instruction Scope
The wipe command is a raw `rm -rf ~/.clawdbot/memory/lancedb/` with no explicit backup, confirmation, dry-run, path validation, or recovery step.
Install Mechanism
The artifact is instruction-only markdown with no executable scripts, install hooks, bundled code, or hidden runtime behavior found in the provided files.
Credentials
The instructions are scoped to Clawdbot memory, but they involve persistent user memory and recommend storing sensitive-adjacent facts such as accounts, credential locations, and contacts while warning not to store OAuth URLs or tokens.
Persistence & Privilege
The monthly cron example creates persistent recurring maintenance that wipes and reseeds memory without per-run approval, rollback guidance, or verification that reseeding succeeds.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install memory-hygiene
  3. After installation, invoke the skill by name or use /memory-hygiene
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Version 1.0.0 – Initial Release - Introduces memory-hygiene for auditing, cleaning, and optimizing Clawdbot's vector memory (LanceDB). - Provides quick commands for memory audit, wipe, and reseed. - Details configuration for disabling auto-capture to prevent junk memories. - Lists guidelines on what types of information to store or avoid storing in memory. - Includes instructions for setting up monthly automated maintenance.
Metadata
Slug memory-hygiene
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Memory Hygiene?

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. It is an AI Agent Skill for Claude Code / OpenClaw, with 26605 downloads so far.

How do I install Memory Hygiene?

Run "/install memory-hygiene" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Memory Hygiene free?

Yes, Memory Hygiene is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Memory Hygiene support?

Memory Hygiene is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Memory Hygiene?

It is built and maintained by dylanbaker24 (@dylanbaker24); the current version is v1.0.0.

💬 Comments