Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
EvoAgentX - Self-evolving AI agents framework integration
EvoAgentX - Self-evolving AI agents framework integration
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Integration with EvoAgentX framework for self-evolving AI agents.
This skill uses Python 3.12 (not default Python) Path: C:\Users\z\AppData\Local\Programs\Python\Python312\python.exe
Install - Install EvoAgentX framework Status - Check EvoAgentX installation and API keys Docs - Open documentation links Run - Run an EvoAgentX workflow
# 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
Python 3.12 (already installed) evoagentx package (already installed!) OpenAI API key (or Claude, DeepSeek, etc)
Set API key: $env:OPENAI_API_KEY = "sk-..." Run: .\evoagentx.ps1 -Action run -Goal "your goal"
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
MIT
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.