genpark-node-deployer
Overview
This skill operates as a DevOps engineer for the OpenClaw ecosystem. It connects to Cloud service APIs (like DigitalOcean, Hetzner, AWS) to spin up new Virtual Private Servers, configures Docker, and automatically deploys a fresh instance of an OpenClaw agent node without needing a human to touch an SSH terminal.
Core Capabilities
- Infrastructure Provisioning: Securely purchase and spin up compute instances using user-provided API keys.
- Node Configuration: Automatically run initialization scripts to install Docker, Node.js, and pull the latest
openclawcore repositories. - Health Monitoring: Check the heartbeat of deployed nodes and ensure the agent processes remain active.
Usage Guide
When a user asks to deploy a new agent node:
- Verify if the user has configured their Cloud Provider API keys.
- Formulate the API payload to request a server (e.g., Ubuntu 22.04 LTS, 2GB RAM minimum).
- Once the server IP is returned, execute remote startup scripts to launch the OpenClaw agent.
- Return the IP, active ports, and Node ID to the user.