Install
openclaw skills install evoagentxEvoAgentX - Self-evolving AI agents framework integration
openclaw skills install evoagentxIntegration with EvoAgentX framework for self-evolving AI agents.
This skill uses Python 3.12 (not default Python)
C:\Users\z\AppData\Local\Programs\Python\Python312\python.exe# Check status first
.\evoagentx.ps1 -Action status
# Install (if needed)
.\evoagentx.ps1 -Action install
.\evoagentx.ps1 -Action status
.\evoagentx.ps1 -Action install
.\evoagentx.ps1 -Action docs
$env:OPENAI_API_KEY = "sk-..."
.\evoagentx.ps1 -Action run -Goal "your goal"EvoAgentX is a framework for building self-evolving AI agents:
Links:
MIT