A meta-analysis tool that examines AI evolution memory graphs to detect stagnation and optimize success rates.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install evolution-state-analyzer
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install evolution-state-analyzer using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The evolution-state-analyzer is a specialized diagnostic tool designed to provide meta-analysis for autonomous evolution processes. By examining the memory_graph.jsonl file, this skill identifies critical patterns in agent behavior, such as repetitive cycles that do not lead to improvement or specific logic clusters that consistently fail. It is a vital component for developers building complex agentic workflows within the Openclaw Skills ecosystem, offering a clear window into the logical progression of AI cycles.
This skill synthesizes raw historical data into a structured report, helping developers understand the efficacy of their gene-based logic. Whether you are troubleshooting a stalled agent or looking to maximize the success rate of your deployments, the evolution-state-analyzer provides the necessary technical insights to guide your future development and evolution strategies using Openclaw Skills.
To integrate this analyzer into your project, install it via your preferred package manager and reference it in your evolution scripts:
npm install evolution-state-analyzer
Basic implementation in your code:
const analyzer = require('./index');
// Analyze the current state of the memory graph
const insights = await analyzer.analyzeState();
console.log(JSON.stringify(insights, null, 2));
The skill produces a structured data output derived from the evolution memory graph:
| Property | Type | Description |
|---|---|---|
| total_cycles | Integer | The total number of evolution cycles analyzed. |
| success_rate | Float | The percentage of cycles that reached a successful conclusion. |
| stagnation_detected | Boolean | Indicates if the agent is stuck in a non-improving loop. |
| top_genes | Array | A list of genes ranked by their success rate within Openclaw Skills. |
| recommendations | Array | Specific suggestions for improving the next evolution cycle. |
Loading
A lightweight sentiment analysis tool that automatically suggests contextually appropriate emoji reactions to increase engagement in digital conversations.

CritPt Solver provides a robust environment for validating and executing Python-based solutions for CritPt benchmark challenges.

A trusted publishing assistant that automates the syncing and releasing of local AI agent skills to ClawHub with built-in safety checks.

A lightweight web retrieval skill that uses built-in browser tools to perform research without requiring external search API keys.

A streamlined utility for visualizing directory hierarchies in both human-readable ASCII and machine-readable JSON formats.

Automates HLE benchmark reward ingestion and curriculum generation for AI capability evolution.








































