← 返回 Skills 市场
Max-Self-Improvement
作者
ruiyongwang
· GitHub ↗
· v1.0.1
· MIT-0
63
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install max-self-improvement
功能描述
MiniMax Agent self-evolution system with 5-layer memory for continuous learning, error analysis, and persistent personalized context management.
安全使用建议
This skill appears to implement the described learning/memory features, but there are ambiguities and privacy concerns you should resolve before installing:
1) Ask the author where memory files will be stored exactly. If they are written to /memories or any absolute system path, insist they write only inside a sandboxed skill-specific directory (e.g., under the skill bundle or a configured data directory).
2) Confirm retention and deletion policies. "Never auto-delete" preferences can accumulate sensitive data — require an explicit delete/expire mechanism and ability for the user to purge stored memories.
3) Audit what the skill logs. The ERRORS.md templates invite logging "Environment details"; verify that environment variables, secrets, tokens, or file contents will not be captured or that logs are sanitized/encrypted.
4) Run the skill in an isolated environment first (non-production account or container) and monitor where files are created when activating error-detector/activator.
5) If you need stronger assurance, request a signed source/homepage or a maintainer contact and require the code to be adjusted so all writes are confined to a clearly documented skill-local path and retention controls are exposed to the user.
Given the inconsistencies (absolute vs skill-local paths) and the potential for persistent capture of environment/context, treat this skill as potentially privacy-sensitive until the above are clarified.
功能分析
Type: OpenClaw Skill
Name: max-self-improvement
Version: 1.0.1
The 'max-self-improvement' skill bundle is a framework designed to provide an AI agent with a persistent memory and self-optimization system. It uses a structured directory of Markdown files (e.g., /memories/, .learnings/) to track user preferences, task states, and error logs. The included shell scripts (activator.sh, error-detector.sh) and Python utilities (package_skill.py, validate_skill.py) are standard administrative tools for logging and maintenance, showing no signs of data exfiltration, malicious execution, or unauthorized persistence.
能力评估
Purpose & Capability
The declared purpose (self-improvement, multi-layer memory, cross-session context) aligns with the provided templates and helper scripts which create and append to learning/error logs and provide memory file templates. However there is an inconsistency: the SKILL.md repeatedly references persistent paths under /memories/ (absolute-root style), while the executable scripts (activator.sh, error-detector.sh) create and write to a skill-local .learnings directory ($SKILL_DIR/.learnings). It's unclear whether memory files are intended to live inside the skill bundle, under a shared /memories directory, or elsewhere — that ambiguity matters for scope and data access.
Instruction Scope
SKILL.md instructs the agent to read/write persistent memory files (session_notes.md, user_preferences.md, patterns.md, metrics.md) and to log 'Environment details' for error entries. Those instructions give the agent explicit license to collect and persist contextual/environment details and never-auto-delete user preferences. The instructions also use absolute paths (/memories/...), which could cause writes outside the skill sandbox if followed literally. While shipped scripts are limited to the skill directory, the prose grants broader discretion to the agent to access and persist data beyond the skill's own files.
Install Mechanism
There is no install spec (instruction-only skill). The included helper scripts are simple shell/Python utilities for packaging and validation and do not download remote code. No networked install or archive extraction from arbitrary URLs is present in the package.
Credentials
The skill declares no required environment variables or external credentials. However the error logging templates and SKILL.md suggest capturing 'Environment details' and 'Environment details if relevant' in ERRORS.md entries, which could lead to accidental inclusion of environment variables or other sensitive runtime context in persistent logs. No justification is provided for retention duration (user_preferences marked '永不自动删除'), increasing privacy risk.
Persistence & Privilege
The skill is designed for persistent, cross-session memory and explicitly marks some user preferences as 'never automatically deleted.' While the skill is not forced-always and has no declared elevated privileges, persistent storage combined with the agent's normal autonomous invocation could produce long-lived data. The key risk is ambiguous storage location (skill-local vs system-wide /memories) and lack of retention/deletion controls; this increases the blast radius for accidental data exposure or accumulation of sensitive context.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install max-self-improvement - 安装完成后,直接呼叫该 Skill 的名称或使用
/max-self-improvement触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Reference ClawHub self-improving-agent: Added .learnings system, Shell scripts, assets templates
元数据
常见问题
Max-Self-Improvement 是什么?
MiniMax Agent self-evolution system with 5-layer memory for continuous learning, error analysis, and persistent personalized context management. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 63 次。
如何安装 Max-Self-Improvement?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install max-self-improvement」即可一键安装,无需额外配置。
Max-Self-Improvement 是免费的吗?
是的,Max-Self-Improvement 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Max-Self-Improvement 支持哪些平台?
Max-Self-Improvement 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Max-Self-Improvement?
由 ruiyongwang(@ruiyongwang)开发并维护,当前版本 v1.0.1。
推荐 Skills