← 返回 Skills 市场
Memory Hygiene
作者
dylanbaker24
· GitHub ↗
· v1.0.0
25257
总下载
19
收藏
249
当前安装
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 a skill that can guide full Clawdbot vector-memory deletion. Before using the wipe or cron instructions, export or back up memory, confirm the exact path, keep a rollback plan, and avoid enabling monthly automation unless you are comfortable with recurring unattended memory resets.
功能分析
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
The audit, wipe, reseed, and auto-capture configuration guidance fits the stated memory-hygiene purpose, but the capability includes full deletion of the LanceDB vector-memory store.
Instruction Scope
SKILL.md instructs `rm -rf ~/.clawdbot/memory/lancedb/` to clear all vector memory and does not include an explicit backup, confirmation, dry-run, path validation, or recovery workflow.
Install Mechanism
The package is instruction-only with a single non-executable SKILL.md file and no install scripts or bundled executable code.
Credentials
The file paths and commands are scoped to Clawdbot memory maintenance, but the skill works with persistent memory and suggests storing sensitive-adjacent facts such as accounts, credential locations, and contacts while warning not to store OAuth URLs or tokens.
Persistence & Privilege
The monthly maintenance example adds a persistent cron job that repeatedly wipes and reseeds memory, with no per-run approval, disable instructions, rollback guidance, or verification that reseeding succeeded.
如何使用
- 确保已安装 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 插件,目前累计下载 25257 次。
如何安装 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