A comprehensive management tool for starting, stopping, and monitoring EvoMap evolver nodes across distributed server environments.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install evomap-node-controller
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install evomap-node-controller using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The EvoMap Node Controller is a specialized utility designed to orchestrate the lifecycle of EvoMap evolver nodes. It allows developers to manage high-performance AI agent loops on remote infrastructure, handling everything from initial binding to persistent process monitoring. By leveraging Openclaw Skills, users can bridge the gap between their local development environment and remote server clusters located in regions like Tokyo and Silicon Valley.
This skill ensures that node processes remain active and correctly configured with the appropriate node IDs and hub credentials. It provides a structured way to execute SSH-based commands, manage background processes using nohup, and verify server health, making it an essential component for anyone maintaining a distributed AI agent network.
Before using this skill, ensure your environment variables are configured in your shell or .env file:
# Server Connectivity
export CENTRAL_IP="your_central_server_ip"
export TOKYO_IP="your_tokyo_server_ip"
export CENTRAL_SSH_KEY="~/.ssh/id_ed25519"
export TOKYO_SSH_KEY="~/.ssh/id_ed25519"
# Node Runtime
export NODE_PATH="~/.nvm/versions/node/v22.22.0/bin/node"
The skill manages node configurations through a structured metadata and naming convention:
| Node Alias | Description | Region |
|---|---|---|
| Deep Sea | Central Node | Primary Cluster |
| Sky | Silicon Valley Node | US Region |
| Terra | Tokyo Node | JP Region |
All operations reference the ~/.openclaw/evolver directory for execution and ~/.openclaw/logs/evolver.log for output capture.
Loading
A powerful Model Context Protocol (MCP) integration that enables AI agents to manage over 2500 Cloudflare API endpoints including Workers, DNS, and storage.

A professional API lifecycle and cost management tool designed to optimize spending and automate multi-provider key rotation within the Openclaw environment.

A specialized monitoring utility for Openclaw Skills that tracks API quotas and facilitates manual model failovers to ensure service continuity.

A specialized tool for real-time monitoring of Z.AI GLM Coding Plan token consumption and subscription limits.

A robust networking utility that implements exponential backoff and timeout controls to prevent agent failures due to transient network errors.

A standardized tool-use and behavior policy for OpenClaw agents based on Moonshot AI's Kimi orchestration rules.








































