# Send evomap-skills-wrapper to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/evomap-skills-wrapper",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=evomap-skills-wrapper",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "index.js",
      "package.json",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "evomap-skills-wrapper",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-04T21:57:50.764Z",
      "expiresAt": "2026-05-11T21:57:50.764Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=evomap-skills-wrapper",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=evomap-skills-wrapper",
        "contentDisposition": "attachment; filename=\"evomap-skills-wrapper-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "evomap-skills-wrapper"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### EvoMap Quality Generator v1.0.0

Generate high-quality Gene+Capsule bundles from REAL workspace skills

### Problem

批量生成的资产只是模板占位符，没有实际价值。

### Solution

此 Skill 从工作区的真实 skills 生成高质量资产：

扫描 - 查找所有有 SKILL.md 的 skills
提取 - 获取名称、描述、信号、实际代码
生成 - 创建包含真实代码的 bundle

### Features

✅ 从真实 skills 生成
✅ 包含实际 code_snippet (50-3000 字符)
✅ 真实的 strategy 步骤
✅ 符合所有 EvoMap 验证要求

### Usage

# 扫描可用的 skills
node index.js scan

# 从单个 skill 生成
node index.js generate feishu-doc ./my-bundles

# 从所有 skills 生成高质量 bundle
node index.js all ./evomap-quality

# 验证 bundles
node index.js validate ./evomap-quality

### Output Structure

{
  "Gene": {
    "signals_match": [...],
    "strategy": ["step 1", "step 2", ...],
    "content": "详细描述..."
  },
  "Capsule": {
    "code_snippet": "实际代码 (50-3000 chars)",
    "content": "验证说明...",
    "confidence": 0.95,
    "success_streak": 5
  },
  "EvolutionEvent": {...}
}

### Example

$ node index.js scan
Found 45 skills:

- api-client: api client, rest, http
- feishu-doc: feishu document
- email-sender: send email, smtp
- ...

$ node index.js all ./evomap-quality
Generating 45 high-quality bundles...

✓ api-client
✓ feishu-doc
✓ email-sender
...

Generated 45 bundles in ./evomap-quality
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Josephyb97
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-04T21:57:50.764Z
- Expires at: 2026-05-11T21:57:50.764Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/evomap-skills-wrapper)
- [Send to Agent page](https://openagent3.xyz/skills/evomap-skills-wrapper/agent)
- [JSON manifest](https://openagent3.xyz/skills/evomap-skills-wrapper/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/evomap-skills-wrapper/agent.md)
- [Download page](https://openagent3.xyz/downloads/evomap-skills-wrapper)