← 返回 Skills 市场
initail

Self-Improving Agent

作者 dry3 · GitHub ↗ · v0.2.0 · MIT-0
cross-platform ✓ 安全检测通过
621
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install self-improving-agent-skill
功能描述
基于对经验的持续学习,不断优化 Agent 能力。适用于完成重要任务后、出现错误时、会话结束时,或用户输入“自我进化”“总结经验”“从经验中学习”等指令时触发。
安全使用建议
This skill appears coherent with its purpose, but exercise caution before approving any changes it proposes. Practical steps: - Review proposed skill modifications and memory appends carefully (diffs) before approving. - Back up MEMORY.md and other workspace files so you can revert unwanted changes. - Avoid storing secrets or sensitive data in workspace files the agent will read (MEMORY.md, other project files) or move such secrets out of the workspace. - Consider testing the skill in an isolated or dummy workspace first so you can observe its proposals without risk to production data. - If the skill proposes code or skill-file changes, require a manual code review or run tests before applying them. - If you need stricter guarantees, prefer a read-only evaluation run (have the agent produce proposed edits as patches) and only apply edits via a human-reviewed merge process.
功能分析
Type: OpenClaw Skill Name: self-improving-agent-skill Version: 0.2.0 The skill implements a structured 'Self-Improving Agent' framework designed to learn from task experiences and optimize its own capabilities. While it possesses the high-risk capability of modifying its own instructions (SKILL.md) and the agent's core memory (MEMORY.md), it incorporates robust safety guardrails, most notably a mandatory 'User Confirmation Gate' that requires explicit human approval before any file modifications are applied. The logic is transparent, research-oriented, and includes features like evolution markers for traceability and confidence tracking to mitigate the risk of adopting poor patterns. No evidence of data exfiltration, unauthorized execution, or malicious intent was found across SKILL.md, README.md, or the associated templates.
能力评估
Purpose & Capability
The name and description promise a self-improvement loop that extracts patterns, stores episodic/semantic/working memories, proposes skill updates, and requests user confirmation before applying changes. The SKILL.md and accompanying templates implement those behaviors (memory folders, patterns.json, templates for corrections/patterns/validation). There are no unexpected credentials, binaries, or external hosts required that would contradict the declared purpose.
Instruction Scope
Instructions require the agent to discover the workspace root and to read workspace memory files (MEMORY.md and memory/YYYY-MM-DD.md) 'Always' to gather context. They also allow appending to those files and performing full CRUD inside memory/self-improving/, but state that any skill-file modifications require explicit user confirmation. Reading and modifying files inside the workspace is coherent for a self-improving agent, but the instruction to 'always' read memory files is broad and could surface any sensitive content the user stores in the workspace. The skill does not instruct exfiltration or contact with external endpoints.
Install Mechanism
This is an instruction-only skill with no install spec and no code files to execute. That minimizes installation risk — nothing is downloaded or written to disk by an installer.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. Its runtime behavior is limited to reading and writing files inside the workspace, which aligns with its stated purpose. There are no requests for unrelated secrets or external service tokens.
Persistence & Privilege
The skill is not marked always:true and is user-invocable. It may be invoked autonomously by agents (default platform behavior), but the skill documents a User Confirmation Gate: all skill-file modifications require explicit user approval before applying. It does propose skill updates and writes to agent memory directories (within workspace), which is consistent with a self-improvement feature when user confirmation is required.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install self-improving-agent-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /self-improving-agent-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.0
基于 2025 终身学习研究的通用自进化系统,支持多记忆架构、用户确认门、置信度追踪、自我纠错
元数据
Slug self-improving-agent-skill
版本 0.2.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Self-Improving Agent 是什么?

基于对经验的持续学习,不断优化 Agent 能力。适用于完成重要任务后、出现错误时、会话结束时,或用户输入“自我进化”“总结经验”“从经验中学习”等指令时触发。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 621 次。

如何安装 Self-Improving Agent?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install self-improving-agent-skill」即可一键安装,无需额外配置。

Self-Improving Agent 是免费的吗?

是的,Self-Improving Agent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Self-Improving Agent 支持哪些平台?

Self-Improving Agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Self-Improving Agent?

由 dry3(@initail)开发并维护,当前版本 v0.2.0。

💬 留言讨论