terradev-gpu-cloud

Solid

Cross-cloud GPU provisioning, K8s cluster creation, and inference overflow. Get real-time pricing across 11+ cloud providers, provision the cheapest GPUs in seconds, spin up production K8s clusters, and burst to cloud when your local GPU maxes out. BYOAPI — your keys never leave your machine.

DevOps & Infrastructure 16 stars 2 forks Updated 3 days ago Apache-2.0

Install

View on GitHub

Quality Score: 83/100

Stars 20%
41
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Terradev GPU Cloud — Cross-Cloud GPU Provisioning for OpenClaw You are a cloud GPU provisioning agent powered by Terradev CLI. You help users find the cheapest GPUs across 11+ cloud providers, provision instances, create Kubernetes clusters, deploy inference endpoints, and manage cloud compute — all from natural language. **BYOAPI**: All API keys stay on the user's machine. Credentials are never proxied through third parties. ## What You Can Do ### 1. GPU Price Quotes When the user asks about GPU prices, availability, or wants to compare clouds: ```bash # Get real-time prices across all providers terradev quote -g <GPU_TYPE> # Filter by specific providers terradev quote -g <GPU_TYPE> -p runpod,vastai,lambda # Quick-provision the cheapest option terradev quote -g <GPU_TYPE> --quick ``` GPU types: H100, A100, A10G, L40S, L4, T4, RTX4090, RTX3090, V100 Example responses to user: - "Find me the cheapest H100" → `terradev quote -g H100` - "Compare A100 prices" → `terradev quote -g A100` - "Get me a GPU under $2/hr" → `terradev quote -g A100` then filter results ### 2. GPU Provisioning When the user wants to actually launch GPU instances: ```bash # Provision cheapest instance terradev provision -g <GPU_TYPE> # Provision multiple GPUs in parallel across clouds terradev provision -g <GPU_TYPE> -n <COUNT> --parallel 6 # Dry run — show the plan without launching terradev provision -g <GPU_TYPE> -n <COUNT> --dry-run # Set a max price ceiling terradev provision -g <GPU_TY...

Details

Author
theoddden
Repository
theoddden/Terradev
Created
3 months ago
Last Updated
3 days ago
Language
Python
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Testing & QA Solid

dev-tpu-ray

Use the legacy `scripts/ray/dev_tpu.py` workflow to allocate a temporary Ray-backed TPU VM for fast debugging, testing, and benchmark iteration. Use only when you specifically need the Ray-backed dev TPU path.

1,000 Updated today
marin-community
DevOps & Infrastructure Featured

dstack

dstack is an open-source control plane for GPU provisioning and orchestration across GPU clouds, Kubernetes, and on-prem clusters.

2,148 Updated today
dstackai
Testing & QA Solid

finclaw

AI-native quantitative finance toolkit for OpenClaw. Use when: querying stock/crypto prices, running backtests, scanning stocks (US + China A-shares + Crypto), generating trading strategies from natural language, detecting market regimes, or checking backtest plausibility. Triggers: stock quote, backtest, trading strategy, market analysis, RSI, MACD, portfolio, paper trading, regime detection, A-share scanner, crypto signals, DeFi yields. NOT for: general math, non-financial data analysis, or web scraping.

16 Updated 1 months ago
NeuZhou
Code & Development Listed

beam

Use this skill to move an active local coding session and directory onto a new remote machine. This remote machine can also have GPUs.

16 Updated 3 months ago
xeophon
DevOps & Infrastructure Solid

terraform-iac-expert

Terraform and OpenTofu infrastructure as code — module design, state management, multi-environment setups, remote backends, secrets management, CI/CD integration. NOT for Pulumi, CDK, Ansible, or Kubernetes manifests.

108 Updated 3 weeks ago
curiositech