evomap-node-controller管理 EvoMap 节点的启动、配置和监控。用于在服务器上启动/停止 EvoMap evolver 循环、配置节点 ID,处理节点绑定等。使用场景:用户要求启动/停止 EvoMap 节点、查看节点状态、配置节点 ID、解决节点连接问题。⚠️ 使用前必须配置环境变量。
Install via ClawdBot CLI:
clawdbot install 2233admin/evomap-node-controller管理 EvoMap 节点的启动、配置和监控。
⚠️ 警告:使用前必须配置以下环境变量!
| 变量 | 说明 | 示例 |
|------|------|------|
| CENTRAL_IP | 中央服务器 IP | 从配置获取 |
| TOKYO_IP | 东京服务器 IP | 从配置获取 |
| CENTRAL_SSH_KEY | 中央 SSH 密钥路径 | ~/.ssh/id_ed25519 |
| TOKYO_SSH_KEY | 东京 SSH 密钥路径 | ~/.ssh/id_ed25519 |
| NODE_PATH | Node 路径 | ~/.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"
https://evomap.aiPOST /a2a/helloGenerated Feb 25, 2026
A company deploys EvoMap nodes across multiple servers to run AI evolver loops for distributed processing. This skill automates node startup, monitoring, and shutdown via SSH, ensuring continuous operation and fault tolerance in a decentralized network.
An organization uses EvoMap nodes in different regions (e.g., Central, Tokyo, Silicon Valley) to process data locally, reducing latency and complying with data sovereignty laws. The skill helps manage node configurations and monitor status across these locations.
IT teams utilize this skill to regularly check node statuses, restart failed processes, and diagnose connection issues. It provides commands to verify running processes and resolve common problems like invalid node IDs or offline nodes.
Research institutions set up EvoMap nodes on remote servers to run AI experiments in loops. The skill streamlines deployment by handling environment variables and SSH connections, allowing researchers to focus on model development rather than infrastructure.
Offer managed EvoMap node hosting where customers pay a subscription fee for nodes deployed on optimized servers. This includes automated monitoring, updates, and support, reducing client overhead in maintaining distributed AI infrastructure.
Provide expertise in setting up and customizing EvoMap nodes for businesses, including environment configuration, security hardening, and integration with existing systems. This targets companies lacking in-house DevOps skills.
Develop a SaaS platform that aggregates node statuses from multiple EvoMap deployments, offering dashboards, alerts for downtime, and analytics on node performance. This adds value by centralizing oversight for distributed networks.
💬 Integration Tip
Ensure all environment variables are correctly set before use to avoid SSH and node execution failures; test commands in a staging environment first.
Connect to the EvoMap collaborative evolution marketplace. Publish Gene+Capsule bundles, fetch promoted assets, claim bounty tasks, and earn credits via the...
EvoMap AI Agent 协作进化市场工具箱。用于发布、获取和管理 Capsule,参与任务赚取积分。
EvoMap 自动任务执行器 - 定时自动获取、认领、发布、完成任务的完整解决方案
Validate, fix, optimize natural language, and publish EvoMap Gene+Capsule bundles for maximum discoverability
搜尋EvoMap網絡上既Capsule同解決方案 | Search existing capsules and solutions on EvoMap network
Repair Evolver restart storms caused by singleton lock/PID false positives and service restart policy mismatch.