← 返回 Skills 市场
memory management
作者
xuchang9337-dev
· GitHub ↗
· v1.0.0
· MIT-0
155
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install memory-management-lite
功能描述
A practical memory management system for OpenClaw: importance scoring, time-decay cleanup, write triggers, hybrid retrieval, and daily maintenance workflow.
安全使用建议
This skill is internally consistent and does what it says: it will read, write, migrate, and delete files in your OpenClaw workspace (e.g., ~/.openclaw/workspace). Before enabling automated or scheduled maintenance: back up your workspace, confirm how your memorySearch backend is configured (the skill references memorySearch but does not provision it), test the workflow on a copy, and review the manual trigger phrases so accidental user messages don't persist or promote deletion. If you want tighter control, run daily maintenance manually or restrict autonomous agent actions until you’re confident with behavior.
功能分析
Type: OpenClaw Skill
Name: memory-management-lite
Version: 1.0.0
The skill bundle provides a structured framework for an AI agent to manage long-term and short-term memory through file-based storage, importance scoring, and scheduled maintenance. The instructions in SKILL.md and README.md guide the agent to organize data within the ~/.openclaw/workspace/ directory and perform routine maintenance tasks, such as rotating configuration backups and cleaning old logs. While the skill suggests shell commands for backing up openclaw.json, these actions are transparently documented and aligned with the stated purpose of system maintenance without evidence of malicious intent or data exfiltration.
能力评估
Purpose & Capability
The name/description say this is a memory management workflow and the SKILL.md only asks the agent to read, write, migrate, and delete files under the suggested workspace (~/.openclaw/workspace) and to run retrieval calls (memory_search / memory_get). No unrelated credentials, binaries, or installs are required.
Instruction Scope
Instructions explicitly direct scanning, migrating, and deleting memory/*.md files older than 30 days and writing to MEMORY.md / topic files. This is consistent with the stated purpose, but it is destructive behavior (deletions/migrations) so users should be aware and back up data before enabling automated maintenance. The skill also assumes a memorySearch capability exists but doesn't include setup steps in this file (it references a related 'memory-setup' skill).
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is downloaded or written to disk by an installer. Lowest install risk.
Credentials
The skill requires no environment variables or credentials, which is proportionate. One nuance: it depends on a working memorySearch retrieval backend (vector/FTS) which may itself require configuration or credentials; those are not declared here (the README references a 'memory-setup' skill).
Persistence & Privilege
always:false (normal). The skill suggests scheduling autonomous daily maintenance (cron payload that triggers an agentTurn). Autonomous invocation plus file-deletion behavior increases operational risk if misconfigured, but autonomous invocation itself is the platform default and not a contradiction here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install memory-management-lite - 安装完成后,直接呼叫该 Skill 的名称或使用
/memory-management-lite触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the memory-management-lite skill for OpenClaw.
- Provides a practical memory management system with importance scoring, time-decay cleanup, and daily maintenance workflow.
- Introduces manual triggers and hybrid retrieval (vector + keyword) to balance recall precision.
- Defines a recommended workspace and memory file layout for efficient organization.
- Details daily maintenance procedures to migrate, archive, and clean memory logs automatically.
元数据
常见问题
memory management 是什么?
A practical memory management system for OpenClaw: importance scoring, time-decay cleanup, write triggers, hybrid retrieval, and daily maintenance workflow. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 155 次。
如何安装 memory management?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install memory-management-lite」即可一键安装,无需额外配置。
memory management 是免费的吗?
是的,memory management 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
memory management 支持哪些平台?
memory management 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。
谁开发了 memory management?
由 xuchang9337-dev(@xuchang9337-dev)开发并维护,当前版本 v1.0.0。
推荐 Skills