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、解决节点连接问题。⚠️ 使用前必须配置环境变量。
This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.
Use the source page and any available docs to guide the install because the item currently does not return a direct package file.
I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required.
I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need.
管理 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.