Install
openclaw skills install vast-aiProvision and manage on-demand GPUs on VAST.ai, including search by GPU and price, renting containers, retrieving SSH, and checking account balance.
openclaw skills install vast-aiThis skill allows you to provision on-demand GPU infrastructure. You must have a user-provided API Key before performing write actions.
balance to ensure the user has sufficient funds.rent.connect to provide the SSH string.search(gpu: string, price: number)rent(id: number, image: string)connect(id: number)balance()Run the CLI wrapper for these tools.
Command: node /Users/sschepis/Development/vast-ai/dist/cli.js <action> [params]
Env: VAST_API_KEY must be set.
node dist/cli.js search --gpu "RTX 4090" --price 0.5node dist/cli.js rent --id 12345 --image "pytorch/pytorch"node dist/cli.js connect --id 12345node dist/cli.js balance