vast-aivast-aiOfficialยท2 Agent Skills Included

vast-cli

Manage GPU cloud instances, storage, and serverless endpoints

Searches GPU offers, launches instances, and manages billing on the Vast.ai cloud marketplace. Eliminates manual console clicking by exposing every instance, volume, and serverless endpoint operation as simple terminal commands or Python calls. Handles SSH keys, file transfers, spot bidding, and team accounts so GPU workflows run faster with fewer errors.
npx skills add vast-ai/vast-cli --all -g -y
Available:

Directs your AI agent to the correct SKILL.md reference file depending on whether the task uses the command-line interface or the Python SDK.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install vast-cli?โ–ผ

Run `npx skills add vast-ai/vast-cli --all -g -y` in your terminal to install all skills in this suite globally.

How to rent a GPU on Vast.ai from the command line?โ–ผ

Set your API key with `vastai set api-key`, search offers with `vastai search offers`, then run `vastai create instance <OFFER_ID>` with your chosen image and disk size.

Can I manage Vast.ai instances from Python?โ–ผ

Yes. The included SDK lets you search offers, create and destroy instances, copy files, and call serverless endpoints directly from Python code.

Does vast-cli work with Claude Code and Cursor?โ–ผ

Yes. The skills follow the universal SKILL.md standard and work in Claude Code, Cursor, Windsurf, and Codex once installed.

How do I avoid unexpected Vast.ai charges?โ–ผ

Always destroy instances with `vastai destroy instance <id> -y` when finished, since storage charges continue even on stopped instances.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’