{
  "schemaVersion": "1.0",
  "item": {
    "slug": "evoagentx",
    "name": "Evoagentx",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/nantes/evoagentx",
    "canonicalUrl": "https://clawhub.ai/nantes/evoagentx",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/evoagentx",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=evoagentx",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/evoagentx"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/evoagentx",
    "agentPageUrl": "https://openagent3.xyz/skills/evoagentx/agent",
    "manifestUrl": "https://openagent3.xyz/skills/evoagentx/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/evoagentx/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "EvoAgentX Skill",
        "body": "Integration with EvoAgentX framework for self-evolving AI agents."
      },
      {
        "title": "⚠️ Important: Python Version",
        "body": "This skill uses Python 3.12 (not default Python)\n\nPath: C:\\Users\\z\\AppData\\Local\\Programs\\Python\\Python312\\python.exe"
      },
      {
        "title": "What it does",
        "body": "Install - Install EvoAgentX framework\nStatus - Check EvoAgentX installation and API keys\nDocs - Open documentation links\nRun - Run an EvoAgentX workflow"
      },
      {
        "title": "Installation",
        "body": "# Check status first\n.\\evoagentx.ps1 -Action status\n\n# Install (if needed)\n.\\evoagentx.ps1 -Action install"
      },
      {
        "title": "Check Status",
        "body": ".\\evoagentx.ps1 -Action status"
      },
      {
        "title": "Install",
        "body": ".\\evoagentx.ps1 -Action install"
      },
      {
        "title": "Open Documentation",
        "body": ".\\evoagentx.ps1 -Action docs"
      },
      {
        "title": "Requirements",
        "body": "Python 3.12 (already installed)\nevoagentx package (already installed!)\nOpenAI API key (or Claude, DeepSeek, etc)"
      },
      {
        "title": "Setup",
        "body": "Set API key:\n$env:OPENAI_API_KEY = \"sk-...\"\n\n\nRun: .\\evoagentx.ps1 -Action run -Goal \"your goal\""
      },
      {
        "title": "What is EvoAgentX?",
        "body": "EvoAgentX is a framework for building self-evolving AI agents:\n\nAuto-constructs workflows from goals\nSelf-evolution based on feedback\nMulti-model support (OpenAI, Claude, DeepSeek, Qwen)\nMemory (short-term + long-term)\nHuman-in-the-loop\n\nLinks:\n\nWebsite: https://evoagentx.org\nGitHub: https://github.com/EvoAgentX/EvoAgentX"
      },
      {
        "title": "License",
        "body": "MIT"
      }
    ],
    "body": "EvoAgentX Skill\n\nIntegration with EvoAgentX framework for self-evolving AI agents.\n\n⚠️ Important: Python Version\n\nThis skill uses Python 3.12 (not default Python)\n\nPath: C:\\Users\\z\\AppData\\Local\\Programs\\Python\\Python312\\python.exe\nWhat it does\nInstall - Install EvoAgentX framework\nStatus - Check EvoAgentX installation and API keys\nDocs - Open documentation links\nRun - Run an EvoAgentX workflow\nInstallation\n# Check status first\n.\\evoagentx.ps1 -Action status\n\n# Install (if needed)\n.\\evoagentx.ps1 -Action install\n\nUsage\nCheck Status\n.\\evoagentx.ps1 -Action status\n\nInstall\n.\\evoagentx.ps1 -Action install\n\nOpen Documentation\n.\\evoagentx.ps1 -Action docs\n\nRequirements\nPython 3.12 (already installed)\nevoagentx package (already installed!)\nOpenAI API key (or Claude, DeepSeek, etc)\nSetup\nSet API key:\n$env:OPENAI_API_KEY = \"sk-...\"\n\nRun: .\\evoagentx.ps1 -Action run -Goal \"your goal\"\nWhat is EvoAgentX?\n\nEvoAgentX is a framework for building self-evolving AI agents:\n\nAuto-constructs workflows from goals\nSelf-evolution based on feedback\nMulti-model support (OpenAI, Claude, DeepSeek, Qwen)\nMemory (short-term + long-term)\nHuman-in-the-loop\n\nLinks:\n\nWebsite: https://evoagentx.org\nGitHub: https://github.com/EvoAgentX/EvoAgentX\nLicense\n\nMIT"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/nantes/evoagentx",
    "publisherUrl": "https://clawhub.ai/nantes/evoagentx",
    "owner": "nantes",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/evoagentx",
    "downloadUrl": "https://openagent3.xyz/downloads/evoagentx",
    "agentUrl": "https://openagent3.xyz/skills/evoagentx/agent",
    "manifestUrl": "https://openagent3.xyz/skills/evoagentx/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/evoagentx/agent.md"
  }
}