Self-improving agent system that analyzes conversation quality, identifies improvement opportunities, and continuously optimizes response strategies.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install xiucheng-self-improving-agent或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install xiucheng-self-improving-agent⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/xiucheng-self-improving-agent/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- 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 | |---------|---------|-------------| | 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!
安装 Self Improving Agent 后,可以对 AI 说这些话来触发它
Help me get started with Self Improving Agent
Explains what Self Improving Agent does, walks through the setup, and runs a quick demo based on your current project
Use Self Improving Agent to self-improving agent system that analyzes conversation quality, ide...
Invokes Self Improving Agent with the right parameters and returns the result directly in the conversation
What can I do with Self Improving Agent in my ai agent & automation workflow?
Lists the top use cases for Self Improving Agent, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/xiucheng-self-improving-agent/ 目录(个人级,所有项目可用),或 .claude/skills/xiucheng-self-improving-agent/(项目级)。重启 AI 客户端后,用 /xiucheng-self-improving-agent 主动调用,或让 AI 根据上下文自动发现并使用。
Self Improving Agent 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Self Improving Agent 可免费安装使用。请查阅仓库了解许可证信息。
Self-improving agent system that analyzes conversation quality, identifies improvement opportunities, and continuously optimizes response strategies.
Self Improving Agent 属于「AI Agent & Automation」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my ai agent & automation tasks using Self Improving Agent
Identifies repetitive steps in your workflow and sets up Self Improving Agent to handle them automatically