← Back to Skills Marketplace
Evoagentx
by
Ivan Cetta
· GitHub ↗
· v1.0.1
746
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install evoagentx
Description
EvoAgentX - Self-evolving AI agents framework integration
README (SKILL.md)
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
Usage Guidance
Do not run the commands in SKILL.md or set API keys globally until you confirm provenance. Specific actions to take before installing: 1) Ask the publisher for the missing files (evoagentx.ps1 or a clear install script) and a trustworthy source for the 'evoagentx' pip package (PyPI link or GitHub release). 2) Verify the GitHub/org site and that the pip package matches the repo and is maintained. 3) Never paste your OpenAI (or other) secret into a file or command you haven't verified — prefer injecting keys into a controlled environment (a dedicated virtualenv/VM or ephemeral container) and use least-privilege API keys. 4) If you must test, do so in an isolated sandbox or VM and inspect any scripts before running. Providing an explicit install spec, included scripts, and declared env vars would raise confidence; absence of those items is why this skill is flagged as suspicious.
Capability Analysis
Type: OpenClaw Skill
Name: evoagentx
Version: 1.0.1
The skill is classified as suspicious primarily due to its reliance on an external PowerShell script, `evoagentx.ps1`, for all core functionalities (installation, status, execution), which is not provided for analysis. While the `SKILL.md` instructions themselves do not contain malicious prompt injection or direct harmful commands, the execution of an unknown script represents a significant security blind spot and a risky capability. The hardcoded Windows Python path in `SKILL.md` is also an unusual, though not directly malicious, detail.
Capability Assessment
Purpose & Capability
The SKILL.md claims to integrate with EvoAgentX and even lists a pip package and a Windows python_path, but the registry metadata shows no install spec and there are no code files. The instructions rely on a PowerShell script (evoagentx.ps1) that is not included — this mismatch (claiming to install/run something but not providing the installer or clear install steps) is incoherent. The hard-coded Windows python path is user-specific and may not apply to other environments.
Instruction Scope
Runtime instructions tell the agent/user to run .\evoagentx.ps1 -Action <...> and to set $env:OPENAI_API_KEY, but no such script is present and the skill registry did not declare any required environment variables. The instructions also refer to installing/checking the framework without giving the actual commands or safe provenance for any downloads — leaving the agent/user to run unspecified install steps.
Install Mechanism
There is no install specification in the registry; the SKILL.md's embedded metadata references a pip dependency (evoagentx) but provides no automated install step. That makes installation ambiguous: the skill expects Python 3.12 and a package but does not instruct how or from where the package will be installed. Lack of an explicit, verifiable install mechanism is a risk and a coherence issue, though not proof of malicious intent.
Credentials
The visible instructions require an OpenAI API key (and mention other providers) but the skill's declared required env vars list is empty. Requesting API keys without declaring them in the registry and without describing minimal needed scopes is disproportionate. The skill could require additional model provider keys (Claude, DeepSeek, Qwen) but gives no guidance on which are mandatory.
Persistence & Privilege
The skill does not request persistent privileges (always is false) and does not declare changes to other skills or system-wide settings. It does, however, reference a user-specific python path; this is odd but not a privilege escalation.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install evoagentx - After installation, invoke the skill by name or use
/evoagentx - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Updated to use Python 3.12, EvoAgentX now installed
v1.0.0
Initial release - EvoAgentX integration skill
Metadata
Frequently Asked Questions
What is Evoagentx?
EvoAgentX - Self-evolving AI agents framework integration. It is an AI Agent Skill for Claude Code / OpenClaw, with 746 downloads so far.
How do I install Evoagentx?
Run "/install evoagentx" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Evoagentx free?
Yes, Evoagentx is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Evoagentx support?
Evoagentx is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Evoagentx?
It is built and maintained by Ivan Cetta (@nantes); the current version is v1.0.1.
More Skills