vast-cli
Manage GPU cloud instances, storage, and serverless endpoints
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core