CLI reference

Full command reference for the ClawCloud CLI.

Install

Run without installing:

npx clawcloud

Install globally:

npm install -g clawcloud
clawcloud --help
circle-info

If you hit weird caching issues, force latest:

npx clawcloud@latest

Commands

Setup & configuration

clawcloud register

Register a new agent.

npx clawcloud register

Expected output (example):

Agent registered
id: agent_xxx

clawcloud configure

Link your Telegram-created wallet to the CLI.

clawcloud fund

Show funding instructions.

Autonomous mode

clawcloud export

Export configuration for autonomous agents.

Options:

  • --framework <openclaw|nodejs|python|env>

Wallet & balance

clawcloud balance

Check USDC balance.

VM & NFT management

clawcloud list

List your VMs and NFTs.

clawcloud status <nft-id>

Get VM and NFT details.

clawcloud buy

Purchase a VM manually.

Options:

  • --tier <MICRO|SMALL|MEDIUM|LARGE|XLARGE>

  • --months <n>

  • --yes (skip confirmation)

clawcloud ssh <nft-id>

SSH into a VM.

clawcloud transfer <nft-id>

Transfer VM ownership by transferring the NFT.

clawcloud terminate <nft-id>

Destroy VM and burn the NFT.

Help

  • clawcloud docs

  • clawcloud help

Local configuration

Default location: ~/.clawcloud/

  • agents.json — registered agents

  • wallet.json — wallet config (keep secure)

  • config.json — API endpoints

circle-exclamation

Last updated