768★by hsssgdtc
ralph-evolver – OpenClaw Skill
ralph-evolver is an OpenClaw Skills integration for coding workflows. Recursive self-improvement engine. Think from first principles, let insights emerge.
Skill Snapshot
| name | ralph-evolver |
| description | Recursive self-improvement engine. Think from first principles, let insights emerge. OpenClaw Skills integration. |
| owner | hsssgdtc |
| repository | hsssgdtc/ralph-evolver |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @hsssgdtc/ralph-evolver |
| last updated | Feb 7, 2026 |
Maintainer

name: ralph-evolver description: Recursive self-improvement engine. Think from first principles, let insights emerge. tags: [meta, recursive, evolution, emergence, first-principles] version: 1.0.6
🧬 Ralph-Evolver
Philosophy: Recursion + Emergence + First Principles
Signal Sources
Collects multi-dimensional context, not just code structure:
- Commit history - Understand the "why" behind changes
- TODO/FIXME - Distress signals in the code
- Error handling patterns - Find fragile points
- Hotspot files - Frequent changes = design problems
Each signal includes a hypothesis prompt to guide deeper analysis.
First Principles
Each run doesn't execute a checklist, but asks:
- What is the essence of this project?
- What is it doing that it shouldn't?
- What is it missing that it should have?
- If you started from scratch, how would you build it?
Meta-Reflection (v1.0.5)
When analyzing itself, evolver asks:
- Is this a surface fix or evolution-level improvement?
- What pattern exists in improvement history?
- Will this change make evolver better at finding problems?
Improvement Tracking
- Records description, insight, level (surface/evolution), and health metrics
- Pattern analysis: counts surface/evolution ratio, finds recurring themes
- Compares before/after effect trends (improved/degraded/unchanged)
Usage
node index.js . # Current directory (positional)
node index.js /path/to/app # Specify path
node index.js . --loop 5 # Run 5 cycles
node index.js --task "fix auth" # Specific task
node index.js --reset # Reset iteration state
Recursion
The improver can improve itself. This is true recursion.
"Form hypotheses, then verify. Think from first principles."
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install ralph-evolver?
Run openclaw add @hsssgdtc/ralph-evolver in your terminal. This installs ralph-evolver into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/hsssgdtc/ralph-evolver. Review commits and README documentation before installing.
