CLI reference
Full command reference for the ClawCloud CLI.
Run without installing:
Install globally:
npm install -g clawcloud
clawcloud --help
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>
--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.
Local configuration
Default location: ~/.clawcloud/
agents.json — registered agents
wallet.json — wallet config (keep secure)
config.json — API endpoints
Do not commit wallet.json or .env files. Treat them like private keys.