Evolution State Analyzer
/install evolution-state-analyzer
Evolution State Analyzer
This skill provides meta-analysis of the evolution process itself by examining the memory_graph.jsonl file.
Capabilities
- Stagnation Detection: Identifies repetitive cycles without improvement.
- Gene Efficacy Analysis: Tracks which genes yield the highest success rates.
- Failure Cluster Analysis: Groups failure reasons to pinpoint systemic issues.
- Trend Reporting: Visualizes evolution score trends over time.
Usage
const analyzer = require('./index');
const insights = await analyzer.analyzeState();
console.log(JSON.stringify(insights, null, 2));
Example Output
{
"total_cycles": 120,
"success_rate": 0.75,
"stagnation_detected": true,
"top_genes": [
{ "id": "gene_repair_v2", "success_rate": 0.95 },
{ "id": "gene_innovate_v1", "success_rate": 0.40 }
],
"recommendations": [
"Switch to INNOVATE intent (stagnation streak: 5)",
"Deprecate gene_innovate_v1 (success rate \x3C 0.5)"
]
}
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install evolution-state-analyzer - After installation, invoke the skill by name or use
/evolution-state-analyzer - Provide required inputs per the skill's parameter spec and get structured output
What is Evolution State Analyzer?
Analyzes the evolution memory graph for stagnation patterns, recurring failures, and success plateaus. Generates actionable insights to guide future evolutio... It is an AI Agent Skill for Claude Code / OpenClaw, with 1410 downloads so far.
How do I install Evolution State Analyzer?
Run "/install evolution-state-analyzer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Evolution State Analyzer free?
Yes, Evolution State Analyzer is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Evolution State Analyzer support?
Evolution State Analyzer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Evolution State Analyzer?
It is built and maintained by WANGJUNJIE (@wanng-ide); the current version is v1.0.0.