Back to Registry View Author Profile
Official Verified
evoagentx
EvoAgentX - Self-evolving AI agents framework integration
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/nantes/evoagentxOr
EvoAgentX Skill
Integration with EvoAgentX framework for self-evolving AI agents.
⚠️ Important: Python Version
This skill uses Python 3.12 (not default Python)
- Path:
C:\Users\z\AppData\Local\Programs\Python\Python312\python.exe
What it does
- Install - Install EvoAgentX framework
- Status - Check EvoAgentX installation and API keys
- Docs - Open documentation links
- Run - Run an EvoAgentX workflow
Installation
# Check status first
.\evoagentx.ps1 -Action status
# Install (if needed)
.\evoagentx.ps1 -Action install
Usage
Check Status
.\evoagentx.ps1 -Action status
Install
.\evoagentx.ps1 -Action install
Open Documentation
.\evoagentx.ps1 -Action docs
Requirements
- Python 3.12 (already installed)
- evoagentx package (already installed!)
- OpenAI API key (or Claude, DeepSeek, etc)
Setup
- Set API key:
$env:OPENAI_API_KEY = "sk-..." - Run:
.\evoagentx.ps1 -Action run -Goal "your goal"
What is EvoAgentX?
EvoAgentX is a framework for building self-evolving AI agents:
- Auto-constructs workflows from goals
- Self-evolution based on feedback
- Multi-model support (OpenAI, Claude, DeepSeek, Qwen)
- Memory (short-term + long-term)
- Human-in-the-loop
Links:
- Website: https://evoagentx.org
- GitHub: https://github.com/EvoAgentX/EvoAgentX
License
MIT
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-nantes-evoagentx": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.
Related Skills
a2a-protocol
Agent2Agent (A2A) Protocol implementation - communicate with other AI agents
nantes 1335
mcp-client
Model Context Protocol (MCP) client - connect to tools, data sources and services
nantes 1335
Pdfreader
Skill by nantes
nantes 1335
arxiv-osiris
Search and download research papers from arXiv.org - Research version for OpenClaw agents
nantes 1335
Agent Watcher
Skill by nantes
nantes 1335