claw-spawn 0.1.1

Digital Ocean VPS provisioning and OpenClaw bot orchestration
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
CLAW_DATABASE_URL=postgres://user:password@localhost/claw_spawn
CLAW_DIGITALOCEAN_TOKEN=your_do_api_token_here
CLAW_ENCRYPTION_KEY=your_base64_encoded_32_byte_key_here
CLAW_SERVER_HOST=0.0.0.0
CLAW_SERVER_PORT=8080
CLAW_OPENCLAW_IMAGE=ubuntu-22-04-x64
CLAW_CONTROL_PLANE_URL=https://api.example.com

# Droplet workspace customization (janebot-cli)
CLAW_CUSTOMIZER_REPO_URL=https://github.com/janebot2026/janebot-cli.git
CLAW_CUSTOMIZER_REF=4b170b4aa31f79bda84f7383b3992ca8681d06d3
CLAW_CUSTOMIZER_WORKSPACE_DIR=/opt/openclaw/workspace
CLAW_CUSTOMIZER_AGENT_NAME=Jane
CLAW_CUSTOMIZER_OWNER_NAME=Cedros
CLAW_CUSTOMIZER_SKIP_QMD=true
CLAW_CUSTOMIZER_SKIP_CRON=true
CLAW_CUSTOMIZER_SKIP_GIT=true
CLAW_CUSTOMIZER_SKIP_HEARTBEAT=true