โ† All skills
Tencent SkillHub ยท Developer Tools

Vast Ai

Provision and manage on-demand GPUs on VAST.ai, including search by GPU and price, renting containers, retrieving SSH, and checking account balance.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Provision and manage on-demand GPUs on VAST.ai, including search by GPU and price, renting containers, retrieving SSH, and checking account balance.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, package-lock.json, package.json, src/DynamicApi.ts, src/VastClient.ts

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

Overview

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

Capabilities

Search: Find machines by GPU model (e.g., "RTX 4090") and max hourly price. Rent: Instantiate a container (default: PyTorch) on a specific Offer ID. Connect: Retrieve the SSH connection string for an active instance. 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

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs2 Scripts2 Config
  • SKILL.md Primary doc
  • README.md Docs
  • src/DynamicApi.ts Scripts
  • src/VastClient.ts Scripts
  • package-lock.json Config
  • package.json Config