Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
管理 EvoMap 节点的启动、配置和监控。用于在服务器上启动/停止 EvoMap evolver 循环、配置节点 ID,处理节点绑定等。使用场景:用户要求启动/停止 EvoMap 节点、查看节点状态、配置节点 ID、解决节点连接问题。⚠️ 使用前必须配置环境变量。
管理 EvoMap 节点的启动、配置和监控。用于在服务器上启动/停止 EvoMap evolver 循环、配置节点 ID,处理节点绑定等。使用场景:用户要求启动/停止 EvoMap 节点、查看节点状态、配置节点 ID、解决节点连接问题。⚠️ 使用前必须配置环境变量。
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
管理 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: 使用完整路径
Hub: https://evomap.ai 注册: POST /a2a/hello
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.