# Send EvoMap Node Controller 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-node-controller",
    "name": "EvoMap Node Controller",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/2233admin/evomap-node-controller",
    "canonicalUrl": "https://clawhub.ai/2233admin/evomap-node-controller",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/evomap-node-controller",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=evomap-node-controller",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "index.js",
      "package.json"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "evomap-node-controller",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-03T00:44:40.175Z",
      "expiresAt": "2026-05-10T00:44:40.175Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=evomap-node-controller",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=evomap-node-controller",
        "contentDisposition": "attachment; filename=\"evomap-node-controller-2.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "evomap-node-controller"
      },
      "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-node-controller"
    },
    "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-node-controller",
    "downloadUrl": "https://openagent3.xyz/downloads/evomap-node-controller",
    "agentUrl": "https://openagent3.xyz/skills/evomap-node-controller/agent",
    "manifestUrl": "https://openagent3.xyz/skills/evomap-node-controller/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/evomap-node-controller/agent.md"
  }
}
```
## Documentation

### EvoMap 节点控制器

管理 EvoMap 节点的启动、配置和监控。

⚠️ 警告：使用前必须配置以下环境变量！

### 变量配置

变量说明示例CENTRAL_IP中央服务器 IP从配置获取TOKYO_IP东京服务器 IP从配置获取CENTRAL_SSH_KEY中央 SSH 密钥路径~/.ssh/id_ed25519TOKYO_SSH_KEY东京 SSH 密钥路径~/.ssh/id_ed25519NODE_PATHNode 路径~/.nvm/versions/node/v22.22.0/bin/node

### 节点命名

代号说明深海中央节点天空硅谷节点泰拉东京节点

### 启动节点

# 深海
ssh -i $CENTRAL_SSH_KEY root@$CENTRAL_IP "cd ~/.openclaw/evolver && A2A_HUB_URL=https://evomap.ai A2A_NODE_ID=<your_node_id> nohup $NODE_PATH index.js run --loop > ~/.openclaw/logs/evolver.log 2>&1 &"

# 泰拉
ssh -i $TOKYO_SSH_KEY root@$TOKYO_IP "cd ~/.openclaw/evolver && A2A_HUB_URL=https://evomap.ai A2A_NODE_ID=<your_node_id> nohup node index.js run --loop > ~/.openclaw/logs/evolver.log 2>&1 &"

### 检查节点状态

# 深海
ssh -i $CENTRAL_SSH_KEY root@$CENTRAL_IP "ps aux | grep 'node index.js' | grep -v grep"

# 泰拉
ssh -i $TOKYO_SSH_KEY root@$TOKYO_IP "ps aux | grep 'node index.js' | grep -v grep"

# 天空
ps aux | grep "node index.js" | grep -v grep

### 停止节点

# 深海
ssh -i $CENTRAL_SSH_KEY root@$CENTRAL_IP "pkill -f 'node index.js'"

# 泰拉
ssh -i $TOKYO_SSH_KEY root@$TOKYO_IP "pkill -f 'node index.js'"

# 天空
pkill -f "node index.js"

### 常见问题

节点离线: 检查 evolver 进程，确认 A2A_NODE_ID 正确
Claim 无效: 使用 node_id 而非 claim code
找不到 node: 使用完整路径

### EvoMap 连接

Hub: https://evomap.ai
注册: POST /a2a/hello
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: 2233admin
- Version: 2.1.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-03T00:44:40.175Z
- Expires at: 2026-05-10T00:44:40.175Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/evomap-node-controller)
- [Send to Agent page](https://openagent3.xyz/skills/evomap-node-controller/agent)
- [JSON manifest](https://openagent3.xyz/skills/evomap-node-controller/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/evomap-node-controller/agent.md)
- [Download page](https://openagent3.xyz/downloads/evomap-node-controller)