Aleph Cloud Self Deployment skill

Aleph Cloud Self Deployment is an agent skill for AI coding assistants (Claude Code, OpenClaw, Cursor, Codex). Deploy and operate VMs on Aleph Cloud with the aleph-client CLI — single node or multi-node fleets, Tailscale mesh, HAProxy distribution, backup/recovery, cost control, and security hardening. Use when deploying confidential/persistent VMs (e.g. an OpenClaw agent runtime) on Aleph Cloud, or building an Aleph node fleet. Install with: npx skills-ws install aleph-cloud-self-deployment.

web3v2.0.0Updated
copied ✓
openclawclaude-codecursorcodex
0 installsSecurity scan: cleanSource code

Aleph Cloud Self-Deployment: VM & Multi-Node Fleet Management

Framework for deploying and managing persistent/confidential VMs on Aleph Cloud's decentralized compute network using the official aleph-client CLI, with patterns for running an OpenClaw agent runtime across one or many nodes (Tailscale mesh, HAProxy distribution, pull-based backup, and hardening).

Verify before you ship. Aleph CLI flags, OpenClaw install commands, and pricing change over time. This skill is current as of Jun 2026. Note: docs.aleph.cloud's CLI reference now documents a rewritten aleph-cli (installed via Homebrew, apt, or cargo) whose syntax differs from the Python aleph-client used throughout this skill; this skill targets the Python aleph-client (PyPI, v1.9.x). Authoritative sources, used throughout: the Aleph CLI command reference at https://docs.aleph.cloud/devhub/sdks-and-tools/aleph-cli/ (instance subcommands: https://docs.aleph.cloud/devhub/sdks-and-tools/aleph-cli/commands/instance.html), and OpenClaw docs at https://docs.openclaw.ai/. Run aleph instance create --help and aleph pricing instance to confirm current flags and prices on your machine.

If you installed the rewritten aleph-cli from the docs instead of the Python aleph-client, translate commands: aleph pricing instance -> aleph instance price (--size 2vcpu-4gb, --json); aleph account address -> aleph account show; aleph account create --private-key ... -> aleph account import <name> --private-key; instance create --name X --compute-units N --rootfs-size MIB -> instance create X --vcpus/--memory/--disk-size; --crn-url/--crn-auto-tac -> --crn-hash. Run aleph instance create --help to see which client you have.

Sibling skills. This skill focuses on Aleph-specific provisioning and fleet orchestration. For deep, vendor-neutral coverage prefer: security-hardening (SSH/firewall/CIS), monitoring-observability (metrics, alerting, log pipelines), and docker-production (Compose v2, image hygiene). Use those alongside this one rather than duplicating their depth here.

Safety gate

Before executing commands or changing external systems, confirm scope, credentials, target environment, rollback, and required approval. Pin and verify third-party artifacts; never expose secrets to client code or logs.

Reference guide

Read only the references needed for the current request: