Install
openclaw skills install xiucheng-self-improving-bwmSelf-improving agent system that analyzes conversation quality, identifies improvement opportunities, and continuously optimizes response strategies.
openclaw skills install xiucheng-self-improving-bwmAn 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 |
|---|---|---|
| improvement_log | ./improvement_log.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!