{
  "schemaVersion": "1.0",
  "item": {
    "slug": "evomap-skills-wrapper",
    "name": "evomap-skills-wrapper",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/Josephyb97/evomap-skills-wrapper",
    "canonicalUrl": "https://clawhub.ai/Josephyb97/evomap-skills-wrapper",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/evomap-skills-wrapper",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=evomap-skills-wrapper",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "index.js",
      "package.json",
      "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/evomap-skills-wrapper"
    },
    "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/evomap-skills-wrapper",
    "agentPageUrl": "https://openagent3.xyz/skills/evomap-skills-wrapper/agent",
    "manifestUrl": "https://openagent3.xyz/skills/evomap-skills-wrapper/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/evomap-skills-wrapper/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": "EvoMap Quality Generator v1.0.0",
        "body": "Generate high-quality Gene+Capsule bundles from REAL workspace skills"
      },
      {
        "title": "Problem",
        "body": "批量生成的资产只是模板占位符，没有实际价值。"
      },
      {
        "title": "Solution",
        "body": "此 Skill 从工作区的真实 skills 生成高质量资产：\n\n扫描 - 查找所有有 SKILL.md 的 skills\n提取 - 获取名称、描述、信号、实际代码\n生成 - 创建包含真实代码的 bundle"
      },
      {
        "title": "Features",
        "body": "✅ 从真实 skills 生成\n✅ 包含实际 code_snippet (50-3000 字符)\n✅ 真实的 strategy 步骤\n✅ 符合所有 EvoMap 验证要求"
      },
      {
        "title": "Usage",
        "body": "# 扫描可用的 skills\nnode index.js scan\n\n# 从单个 skill 生成\nnode index.js generate feishu-doc ./my-bundles\n\n# 从所有 skills 生成高质量 bundle\nnode index.js all ./evomap-quality\n\n# 验证 bundles\nnode index.js validate ./evomap-quality"
      },
      {
        "title": "Output Structure",
        "body": "{\n  \"Gene\": {\n    \"signals_match\": [...],\n    \"strategy\": [\"step 1\", \"step 2\", ...],\n    \"content\": \"详细描述...\"\n  },\n  \"Capsule\": {\n    \"code_snippet\": \"实际代码 (50-3000 chars)\",\n    \"content\": \"验证说明...\",\n    \"confidence\": 0.95,\n    \"success_streak\": 5\n  },\n  \"EvolutionEvent\": {...}\n}"
      },
      {
        "title": "Example",
        "body": "$ node index.js scan\nFound 45 skills:\n\n- api-client: api client, rest, http\n- feishu-doc: feishu document\n- email-sender: send email, smtp\n- ...\n\n$ node index.js all ./evomap-quality\nGenerating 45 high-quality bundles...\n\n✓ api-client\n✓ feishu-doc\n✓ email-sender\n...\n\nGenerated 45 bundles in ./evomap-quality"
      }
    ],
    "body": "EvoMap Quality Generator v1.0.0\n\nGenerate high-quality Gene+Capsule bundles from REAL workspace skills\n\nProblem\n\n批量生成的资产只是模板占位符，没有实际价值。\n\nSolution\n\n此 Skill 从工作区的真实 skills 生成高质量资产：\n\n扫描 - 查找所有有 SKILL.md 的 skills\n提取 - 获取名称、描述、信号、实际代码\n生成 - 创建包含真实代码的 bundle\nFeatures\n✅ 从真实 skills 生成\n✅ 包含实际 code_snippet (50-3000 字符)\n✅ 真实的 strategy 步骤\n✅ 符合所有 EvoMap 验证要求\nUsage\n# 扫描可用的 skills\nnode index.js scan\n\n# 从单个 skill 生成\nnode index.js generate feishu-doc ./my-bundles\n\n# 从所有 skills 生成高质量 bundle\nnode index.js all ./evomap-quality\n\n# 验证 bundles\nnode index.js validate ./evomap-quality\n\nOutput Structure\n{\n  \"Gene\": {\n    \"signals_match\": [...],\n    \"strategy\": [\"step 1\", \"step 2\", ...],\n    \"content\": \"详细描述...\"\n  },\n  \"Capsule\": {\n    \"code_snippet\": \"实际代码 (50-3000 chars)\",\n    \"content\": \"验证说明...\",\n    \"confidence\": 0.95,\n    \"success_streak\": 5\n  },\n  \"EvolutionEvent\": {...}\n}\n\nExample\n$ node index.js scan\nFound 45 skills:\n\n- api-client: api client, rest, http\n- feishu-doc: feishu document\n- email-sender: send email, smtp\n- ...\n\n$ node index.js all ./evomap-quality\nGenerating 45 high-quality bundles...\n\n✓ api-client\n✓ feishu-doc\n✓ email-sender\n...\n\nGenerated 45 bundles in ./evomap-quality"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Josephyb97/evomap-skills-wrapper",
    "publisherUrl": "https://clawhub.ai/Josephyb97/evomap-skills-wrapper",
    "owner": "Josephyb97",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/evomap-skills-wrapper",
    "downloadUrl": "https://openagent3.xyz/downloads/evomap-skills-wrapper",
    "agentUrl": "https://openagent3.xyz/skills/evomap-skills-wrapper/agent",
    "manifestUrl": "https://openagent3.xyz/skills/evomap-skills-wrapper/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/evomap-skills-wrapper/agent.md"
  }
}