openclaw-self-evolving banner
Ramsbaby Ramsbaby

openclaw-self-evolving

Data community intermediate

Description

**Stop making the same mistakes. Let your agent learn from them.**

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

๐Ÿง  Self-Evolving Agent

*Your AI agent reviews its own logs and proposes behavior improvements โ€” weekly, automatically.*

**Stop making the same mistakes. Let your agent learn from them.**

[](https://github.com/Ramsbaby/openclaw-self-evolving/stargazers) [](https://github.com/Ramsbaby/openclaw-self-evolving/actions/workflows/ci.yml) [](LICENSE) [](#) [](#) [](#) [](#)

If this improved your agent's behavior, a โญ helps others find it.

[โšก Quick Start](#-quick-start) ยท [๐Ÿ” What It Detects](#-what-it-detects-6-pattern-types) ยท [๐Ÿ“‹ Real Results](#-real-results) ยท [๐Ÿค– Claude Code](#-claude-code--agentsmd)


Quick Install

curl -fsSL https://raw.githubusercontent.com/Ramsbaby/openclaw-self-evolving/main/install.sh | bash

Then point it at your logs:

# edit config.yaml โ€” set agents_md and logs_dir
nano ~/.local/share/openclaw-self-evolving/config.yaml

What Is This?

**Self-Evolving is a weekly agent improvement pipeline** โ€” no LLM, no API calls, no cloud.

It reads your agent's session logs, finds patterns of bad behavior (retry loops, broken rules, user frustration), and surfaces exact `AGENTS.md` or `CLAUDE.md` rule changes you can approve or reject in under a minute.

**The agent doesn't change itself.** You approve every change. That's the point.


The Problem

AI agents make the same mistakes repeatedly. Nobody has time to manually review thousands of conversation logs. The mistakes keep accumulating, silently.

Week 1: Agent calls git directly โ€” you correct it
Week 2: Same mistake again
Week 3: Same mistake
Week 4: Still happening โ€” 3 weeks wasted

**Self-Evolving automates the review** โ€” and brings you a short list of what to fix, every week.

Week 1: Agent calls git directly 4 times despite CLAUDE.md rule
Week 2: Same mistake, 3 more times
Week 3: Self-Evolving flags it โ†’ you approve the stronger rule โ†’ never happens again

How It Works


...