Home Tutorials Categories Skills About
ZH EN JA KO
🧬

EvoClaw

Evolution AI Models & Routing

Install Command

npx clawhub@latest install evoclaw

Installation Guide

1
Check Environment

Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.

2
Run Installation

Run the install command above in your terminal. ClawHub will automatically download and install EvoClaw to the ~/.openclaw/skills/ directory.

3
Verify Installation

Run openclaw skills list to check your installed skills and confirm EvoClaw appears in the list.

4
Configure (Optional)

Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.

Manual Installation: Copy the Skill folder to ~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
Experience Accumulation Self-Reflection Capability Evolution

Detailed Description

EvoClaw is a structured AI agent evolution framework that enables OpenClaw to learn from experience and continuously improve its capabilities.

Core Features

  • Experience Recording: Automatically records successful and failed experiences from each interaction
  • Self-Reflection: Periodically reflects on and summarizes accumulated experiences
  • Identity Updates: Updates agent behavior strategies and style based on reflection results
  • Visual Timeline: Displays the agent's evolution journey as a timeline
  • Controlled Evolution: Governance rules constrain the direction of evolution, preventing drift

Configuration

{
  skills: {
    evoclaw: {
      reflectionInterval: "daily",
      maxMemories: 1000,
      governanceRules: ["maintain_helpfulness", "respect_privacy"]
    }
  }
}

Use Cases

  • Let the AI assistant better understand your preferences over time
  • Learn from mistakes to avoid repeating the same errors
  • Research AI agent self-improvement mechanisms
  • Build a long-term AI companion with personalized memory