← 返回 Skills 市场
Memory Hygiene
作者
dylanbaker24
· GitHub ↗
· v1.0.0
26605
总下载
20
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install memory-hygiene - 安装完成后,直接呼叫该 Skill 的名称或使用
/memory-hygiene触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 26605 次。
如何安装 Memory Hygiene?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install memory-hygiene」即可一键安装,无需额外配置。
Memory Hygiene 是免费的吗?
是的,Memory Hygiene 完全免费(开源免费),可自由下载、安装和使用。
Memory Hygiene 支持哪些平台?
Memory Hygiene 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Memory Hygiene?
由 dylanbaker24(@dylanbaker24)开发并维护,当前版本 v1.0.0。
推荐 Skills