Jump to related tools in the same category or review the original source on GitHub.

AI & LLMs @nantes Updated 6/28/2026 1,339 downloads 0 stars Security: Pass

🧬 Evoagentx OpenClaw Plugin & Skill | ClawHub

Looking to integrate Evoagentx into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate ai & llms tasks instantly, without having to write custom tools from scratch.

What this skill does

EvoAgentX - Self-evolving AI agents framework integration

Install

ClawHub CLI
openclaw skills install @nantes/evoagentx
Node.js (npx)
npx clawhub@latest install evoagentx

Full SKILL.md

Open original
Metadata table.
nameversiondescription
evoagentx1.0.1EvoAgentX - Self-evolving AI agents framework integration

SKILL.md content below is scrollable.

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

ClawHub Registry URL: https://clawhub.ai/nantes/skills/evoagentx

Related skills

If this matches your use case, these are close alternatives in the same category.