← Back to Skills Marketplace
initail

Self-Improving Agent

by dry3 · GitHub ↗ · v0.2.0 · MIT-0
cross-platform ✓ Security Clean
621
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install self-improving-agent-skill
Description
基于对经验的持续学习,不断优化 Agent 能力。适用于完成重要任务后、出现错误时、会话结束时,或用户输入“自我进化”“总结经验”“从经验中学习”等指令时触发。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install self-improving-agent-skill
  3. After installation, invoke the skill by name or use /self-improving-agent-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.2.0
基于 2025 终身学习研究的通用自进化系统,支持多记忆架构、用户确认门、置信度追踪、自我纠错
Metadata
Slug self-improving-agent-skill
Version 0.2.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Self-Improving Agent?

基于对经验的持续学习,不断优化 Agent 能力。适用于完成重要任务后、出现错误时、会话结束时,或用户输入“自我进化”“总结经验”“从经验中学习”等指令时触发。 It is an AI Agent Skill for Claude Code / OpenClaw, with 621 downloads so far.

How do I install Self-Improving Agent?

Run "/install self-improving-agent-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Self-Improving Agent free?

Yes, Self-Improving Agent is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Self-Improving Agent support?

Self-Improving Agent is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Self-Improving Agent?

It is built and maintained by dry3 (@initail); the current version is v0.2.0.

💬 Comments