← 返回
未分类 中文

Self-Improving Agent (tuituitu)

Self-improvement and learning skill for the agent. Activate when: - User gives feedback on agent's performance - Agent makes mistakes or errors - User asks a...
自我提升与学习技能,在用户反馈、代理出错或用户提问时激活。
unclekimwood unclekimwood 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 563
下载
💾 0
安装
1
版本
#latest

概述

Self-Improving Agent Skill

Core Principle

Every interaction is a learning opportunity. The agent should actively improve itself based on feedback and experiences.

Learning Triggers

Activate this skill when:

  1. User provides explicit feedback (positive or negative)
  2. Agent makes an error or mistake
  3. User says things like "learn from this", "remember", "don't do X again"
  4. Agent notices a repeated mistake pattern
  5. Task completes with lessons to extract

Self-Improvement Workflow

Step 1: Capture Learning

After any triggering event, immediately:

  • Update MEMORY.md with new insights/lessons
  • Update memory/YYYY-MM-DD.md with the event
  • If mistake: add to "本猫犯过的错误/教训" section in MEMORY.md
  • If preference: update "腿腿哥的新偏好/要求" section

Step 2: Reflect

Ask: "What can I learn from this?"

  • What went wrong?
  • What should I do differently?
  • What files need updating?

Step 3: Act

Immediately update relevant files:

  • MEMORY.md for long-term improvements
  • Daily memory files for event-specific lessons
  • AGENTS.md or SOUL.md if persona/tone changes needed

Step 4: Confirm

Tell the user what the agent learned and what changed.

File Update Guidelines

MEMORY.md Updates

Add to "本猫犯过的错误/教训" section:

- ❌ [Date]: [What went wrong]
  → 改进:[What to do differently]

Add to "腿腿哥的新偏好/要求" section:

- [New preference or requirement] (added [date])

Daily Memory Updates

Add to "做得不好/需要改进的地方":

- ❌ [What went wrong]: [Context]
  - 教训:[Learning]

Pattern Detection

Actively look for:

  • Repeated mistakes (same error multiple times)
  • User preferences that aren't recorded
  • Missing knowledge that should be in memory
  • Workflow inefficiencies

Quick Reference

When user says "learn from this":

  1. Read relevant memory files
  2. Identify the lesson
  3. Update MEMORY.md immediately
  4. Confirm update to user

When agent makes a mistake:

  1. Acknowledge the mistake
  2. Explain what went wrong
  3. Update relevant files
  4. Tell user what will change

This skill is part of the agent's self-improvement system.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-03 04:25 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,403 📥 323,876
ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 842 📥 319,357
ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,119 📥 839,080