Vast Ai

# Skill: VAST.ai GPU Rental

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Vast Ai" with this command: npx skills add sschepis/vast-ai

Skill: VAST.ai GPU Rental

Overview

This skill allows you to provision on-demand GPU infrastructure. You must have a user-provided API Key before performing write actions.

Capabilities

  1. Search: Find machines by GPU model (e.g., "RTX 4090") and max hourly price.
  2. Rent: Instantiate a container (default: PyTorch) on a specific Offer ID.
  3. Connect: Retrieve the SSH connection string for an active instance.
  4. Balance: Check available credit and current hourly burn rate across all active machines.

Usage Protocol

  • Step 1: Ask the user for their VAST API Key if not already in context.
  • Pre-flight Check: Before renting, call balance to ensure the user has sufficient funds.
  • Step 2: Search for offers and present the top 3 cheapest options to the user.
  • Step 3: Upon confirmation, call rent.
  • Reporting: If credit is below $5.00, warn the user after every successful rental.
  • Step 4: Wait 30-60 seconds, then call connect to provide the SSH string.

Tool Definitions

  • search(gpu: string, price: number)
  • rent(id: number, image: string)
  • connect(id: number)
  • balance()

Execution

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.

Examples

  • Search: node dist/cli.js search --gpu "RTX 4090" --price 0.5
  • Rent: node dist/cli.js rent --id 12345 --image "pytorch/pytorch"
  • Connect: node dist/cli.js connect --id 12345
  • Balance: node dist/cli.js balance

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Vultr

Manage Vultr cloud infrastructure including VPS instances, bare metal, Kubernetes clusters, databases, DNS, firewalls, VPCs, object storage, and more. Use wh...

Registry SourceRecently Updated
3731Profile unavailable
Coding

Openclaw Deploy

一键打包和部署 OpenClaw 环境到任意服务器。自动移除敏感信息、支持本地/远程/批量部署、冲突处理、SHA256 完整性校验、详细日志与故障排查指南。适用于 OpenClaw 环境迁移、批量部署、团队标准化。

Registry SourceRecently Updated
1190Profile unavailable
Coding

Infra

A comprehensive AI agent skill for managing, designing, and troubleshooting technical infrastructure. Covers cloud architecture, server configuration, networ...

Registry SourceRecently Updated
2020Profile unavailable
Coding

Version Drift Publish

One command to check if your entire stack is up to date. SSHes into servers, queries APIs, and compares installed versions against latest — across every serv...

Registry SourceRecently Updated
2830Profile unavailable