A powerful bridge connecting the EvoAgentX framework to Openclaw Skills for creating agentic workflows that automatically improve through evolutionary optimization.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install evoagentx-workflow
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 evoagentx-workflow using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The EvoAgentX Workflow Integration is a sophisticated toolset designed to bring self-evolutionary capabilities to your AI agents. By bridging the massive EvoAgentX open-source framework with Openclaw Skills, developers can move beyond static workflows into dynamic systems that optimize themselves over time. This skill enables the autoconstruction of workflows and implements advanced algorithms like TextGrad for prompt refinement and AFlow for structural logic optimization.
Utilizing the Genome Evolution Protocol (GEP), this integration allows agents to inherit and improve upon success patterns. Whether you are building complex research pipelines or automated tool-use agents, this skill ensures your Openclaw Skills remain at the cutting edge of performance by autonomously identifying and implementing better execution strategies.
Ensure you have Python 3 and pip installed. To begin using this as part of your Openclaw Skills library, follow these steps:
# Install the EvoAgentX framework
pip install evoagentx
# Create your first evolution-ready workflow
python3 scripts/evoagentx_cli.py create-workflow --name MyWorkflow
# Verify the installation and framework status
python3 scripts/evoagentx_cli.py check
The skill manages data through 'Genomes' and workflow definitions, structured to optimize your Openclaw Skills performance:
| Component | Description |
|---|---|
| Workflows | Python-based definitions for multi-agent orchestration and tool logic. |
| Genomes | Encoded success patterns including task classification and approach methodology. |
| Metrics | Outcome-based data used to drive the EvolutionEngine during optimization. |
| Strategies | Algorithms like MIPRO and AFlow that define how the logic is mutated. |
Loading
Seamlessly manage Jira issues, transitions, and worklogs through a powerful CLI-driven interface.

A secure, developer-centric integration for managing Google Calendar and Gmail using private Google Cloud Platform credentials across multiple accounts.

A comprehensive integration for managing HubSpot CRM objects and CMS content using automated REST API calls.

An AI agent skill designed to search, extract, and compare provincial aviation cargo incentive policies across China to generate professional investment and logistics reports.

A high-performance command-line tool for private, local speech-to-text transcription optimized for Apple Silicon.

An automated security and privacy auditing skill that performs deep SAST analysis to identify vulnerabilities and PII leaks in codebases.








































