← 返回 Skills 市场
nantes

Evoagentx

作者 Ivan Cetta · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
746
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install evoagentx
功能描述
EvoAgentX - Self-evolving AI agents framework integration
使用说明 (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

  1. Set API key:
    $env:OPENAI_API_KEY = "sk-..."
    
  2. 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:

License

MIT

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install evoagentx
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /evoagentx 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Updated to use Python 3.12, EvoAgentX now installed
v1.0.0
Initial release - EvoAgentX integration skill
元数据
Slug evoagentx
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Evoagentx 是什么?

EvoAgentX - Self-evolving AI agents framework integration. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 746 次。

如何安装 Evoagentx?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install evoagentx」即可一键安装,无需额外配置。

Evoagentx 是免费的吗?

是的,Evoagentx 完全免费(开源免费),可自由下载、安装和使用。

Evoagentx 支持哪些平台?

Evoagentx 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Evoagentx?

由 Ivan Cetta(@nantes)开发并维护,当前版本 v1.0.1。

💬 留言讨论