Self-Improving Agent
一个面向 Automation 场景的 Agent 技能。原始说明:Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...
一个面向 Automation 场景的 Agent 技能。原始说明:Self-improving agent system that analyzes conversation quality, identifies improvement opportunities, and continuously optimizes response strategies.
name: self-improving-agent
description: Self-improving agent system that analyzes conversation quality, identifies improvement opportunities, and continuously optimizes response strategies.
version: "1.0.0"
author: xiucheng
type: skill
tags: [self-improvement, learning, optimization, reflection, growth]
homepage: https://github.com/xiucheng/self-improving-agent
license: MIT
An intelligent self-improvement system for OpenClaw agents that analyzes conversation quality and continuously optimizes performance.
clawhub install self-improving-agent
The skill automatically analyzes conversations after each session.
from self_improving import SelfImprovingAgent
sia = SelfImprovingAgent()
sia.log_improvement("Need to be more concise in technical explanations")
report = sia.generate_weekly_report()
print(report)
| Setting | Default | Description |
|---------|---------|-------------|
| improvementlog | ./improvementlog.md | Learning log file |
| soul_file | ./SOUL.md | Personality anchor file |
| auto_analyze | true | Auto-analyze conversations |
Works best with:
memory-manager: For tracking improvement historyMIT License - Help agents get better every day!