vastai-install-auth
Installation
SKILL.md
Vast.ai Install & Auth
Overview
Set up Vast.ai SDK/CLI and configure authentication credentials.
Prerequisites
- Node.js 18+ or Python 3.10+
- Package manager (npm, pnpm, or pip)
- Vast.ai account with API access
- API key from Vast.ai dashboard
Instructions
Step 1: Install SDK
# Node.js
npm install @vastai/sdk
# Python
Related skills