Files
root 691b8cdd0c feat: 初始化黄小瓜AI助手记忆仓库
- 核心配置: IDENTITY, USER, SOUL, AGENTS, TOOLS, HEARTBEAT, MEMORY
- memory/: 每日总结和临时记录
- skills/: 所有已安装技能
- notes/: 语音配置笔记
2026-04-04 02:42:48 +08:00

1.7 KiB

name, description, version, author, type, tags, homepage, license
name description version author type tags homepage license
self-improving-agent Self-improving agent system that analyzes conversation quality, identifies improvement opportunities, and continuously optimizes response strategies. 1.0.0 xiucheng skill
self-improvement
learning
optimization
reflection
growth
https://github.com/xiucheng/self-improving-agent MIT

Self-Improving Agent

An intelligent self-improvement system for OpenClaw agents that analyzes conversation quality and continuously optimizes performance.

Features

  • 📊 Quality Analysis: Evaluates conversation effectiveness
  • 🎯 Improvement Tracking: Identifies areas for enhancement
  • 📝 Learning Log: Records insights and lessons learned
  • 📈 Weekly Reports: Generates improvement summaries
  • 🔄 Strategy Optimization: Adapts response patterns over time

Installation

clawhub install self-improving-agent

Usage

Automatic Analysis

The skill automatically analyzes conversations after each session.

Manual Improvement Logging

from self_improving import SelfImprovingAgent

sia = SelfImprovingAgent()
sia.log_improvement("Need to be more concise in technical explanations")

Generate Weekly Report

report = sia.generate_weekly_report()
print(report)

Configuration

Setting Default Description
improvement_log ./improvement_log.md Learning log file
soul_file ./SOUL.md Personality anchor file
auto_analyze true Auto-analyze conversations

Integration

Works best with:

  • memory-manager: For tracking improvement history
  • Custom agent personalities (SOUL.md)

License

MIT License - Help agents get better every day!