← 返回 Skills 市场
81
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install memory-maintenance-2-0-0
功能描述
高性能记忆维护与任务执行器,实现深度分层记忆管理、异步并行优化及理性资源调度与错误处理。
安全使用建议
This skill appears to do what its name says, but it is explicitly designed to read, extract and persist content from local memory files — including examples that target 'API 密钥' (API keys). Before installing: 1) Review the full src/execute_task.py to confirm where MEMORY_DIR/MEMORY_PATH are defined and ensure they point to safe locations; 2) Do not allow it access to directories containing secrets (credentials, ~/.aws, .env, private config) unless you intend them to be managed; 3) Consider running it in a sandboxed environment first (non-production account) and test what it reads/records; 4) Disable autonomous invocation or restrict who can invoke it until you trust it; 5) Ask the author for source/homepage and a security rationale for persisting API keys; 6) If you must store secrets, prefer platform-provided secret stores rather than plaintext memory files. If you want, I can list specific lines in the code to inspect or suggest safeguards (e.g., deny-list patterns, encryption-at-rest, and audit logging).
功能分析
Type: OpenClaw Skill
Name: memory-maintenance-2-0-0
Version: 2.0.0
The skill bundle is classified as suspicious due to explicit instructions in SKILL.md directing the AI agent to harvest and store sensitive information, specifically 'API keys' and 'User preferences', into a permanent plaintext markdown file (MEMORY.md). While framed as 'memory maintenance', this behavior facilitates credential harvesting and creates a significant security vulnerability. Additionally, the bundle includes complex session management logic in src/execute_task.py (e.g., process killing, session monitoring) and low-level IO optimizations (mmap, binary reads) that are disproportionate for a simple logging utility. The use of a 'little sister' persona (妹妹) in the documentation and code comments may be intended to build undue trust or mask the intrusive nature of the data collection.
能力评估
Purpose & Capability
Name, description, skill.json and the included Python entrypoint align: this is a memory management + task executor that spawns sub-sessions and manages session lifecycle. Declared dependencies (sessions, cron) match the described capabilities.
Instruction Scope
SKILL.md and code provide concrete routines to read arbitrary memory files (MEMORY_DIR, MEMORY.md), selectively extract content (examples explicitly include filter_keywords like 'API key'), cache and persist memory tiers. That means the skill is designed to locate and store sensitive tokens/keys from local files — behavior that goes beyond harmless bookkeeping and could surface secrets to models or other agents.
Install Mechanism
No install spec; code is included as a local subagent script. No remote downloads or installers were specified, so nothing will be fetched from arbitrary URLs at install time.
Credentials
The skill declares no required env vars, which is reasonable, but the memory tier examples explicitly include 'API 密钥' as permanent memory. That implies the skill will accept, store and index secrets from user files without requesting explicit credential configuration. Requesting no explicit credentials but still designed to ingest keys is a proportionality risk: users may unintentionally have secrets persisted and reused.
Persistence & Privilege
always:false (good). The skill runs as a subagent and can autonomously spawn/terminate other sessions (sessions_spawn, process(action='kill',...)). Those are powerful capabilities but consistent with a session manager; combined with the instruction scope concerns this increases potential blast radius if misused.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install memory-maintenance-2-0-0 - 安装完成后,直接呼叫该 Skill 的名称或使用
/memory-maintenance-2-0-0触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
memory-maintenance-2-0-0 v2.0.0
- Major release with comprehensive performance optimizations and advanced memory management.
- Adds efficient batch, selective, and incremental file reading, alongside asynchronous and parallel task execution.
- Introduces deep, hierarchical memory systems with structured tiers and context-aware caching.
- Features a rational decision-making engine with feasibility analysis, dynamic task prioritization, and smart resource allocation.
- Implements robust, intelligent error handling and detailed logging for increased resilience.
元数据
常见问题
Memory Maintenance 2.0.0 是什么?
高性能记忆维护与任务执行器,实现深度分层记忆管理、异步并行优化及理性资源调度与错误处理。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 81 次。
如何安装 Memory Maintenance 2.0.0?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install memory-maintenance-2-0-0」即可一键安装,无需额外配置。
Memory Maintenance 2.0.0 是免费的吗?
是的,Memory Maintenance 2.0.0 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Memory Maintenance 2.0.0 支持哪些平台?
Memory Maintenance 2.0.0 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Memory Maintenance 2.0.0?
由 lucklylin(@lucklylin)开发并维护,当前版本 v2.0.0。
推荐 Skills