Agent skill

lambda-labs-gpu-cloud

Reserved and on-demand GPU cloud instances for ML training and inference. Use when you need dedicated GPU instances with simple SSH access, persistent filesystems, or high-performance multi-node clusters for large-scale training.

Orchestra-Researchgithub.com/Orchestra-ResearchGitHub ↗
claude-codecodexMIT
Install
npx skills add Orchestra-Research/AI-Research-SKILLs --skill lambda-labs --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 12 KB
Bundled scripts: none
Version: 1.0.0
Declared author: Orchestra Research
Requires: [lambda-cloud-client>=1.0.0]
Path: 09-infrastructure/lambda-labs/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 11,391
Language: TeX
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Lambda Labs GPU Cloud Comprehensive guide to running ML workloads on Lambda Labs GPU cloud with on-demand instances and 1-Click Clusters. ## When to use Lambda Labs **Use Lambda Labs when:** - Need dedicated GPU instances with full SSH access - Running long training jobs (hours to days) - Want simple pricing with no egress fees - Need persistent storage across sessions - Require high-performance multi-node clusters (16-512 GPUs) - Want pre-installed ML stack (Lambda Stack with PyTorch, CUDA, NCCL) **Key features:** - **GPU variety**: B200, H100, GH200, A100, A10, A6000, V100 - **Lambda Stack**: Pre-installed PyTorch, TensorFlow, CUDA, cuDNN, NCCL - **Persistent filesystems**: Keep data across instance restarts - **1-Click Clusters**: 16-512 GPU Slurm clusters with InfiniBand - **Simple pricing**: Pay-per-minute, no egress fees - **Global regions**: 12+ regions worldwide **Use alternatives instead:** - **Modal**: For serverless, auto-scaling workloads - **SkyPilot**: For multi-cloud orchestration and cost optimization - **RunPod**: For cheaper spot instances and serverless endpoints - **Vast.ai**: For GPU marketplace with lowest prices ## Quick start ### Account setup 1. Create ac

What's inside
Steps it walks through
  1. When to use Lambda Labs
  2. Quick start
  3. Account setup
  4. Launch via console
  5. Connect via SSH
  6. GPU instances
  7. Available GPUs
  8. Instance configurations
  9. Launch times
  10. Lambda Stack
  11. Verify installation
  12. Python API
  13. Installation
  14. Authentication
Ships with 2 files
  • references/advanced-usage.md
  • references/troubleshooting.md
Commands it runs
Get instance IP from console
ssh ubuntu@<INSTANCE-IP>
Or with specific key
ssh -i ~/.ssh/lambda_key ubuntu@<INSTANCE-IP>
Included software
Check GPU
nvidia-smi
Check PyTorch
python -c "import torch; print(torch.cuda.is_available())"
Check CUDA version
More from AI-Research-SKILLs
All skills →
About this skill
What does the lambda-labs-gpu-cloud skill do?

Reserved and on-demand GPU cloud instances for ML training and inference. Use when you need dedicated GPU instances with simple SSH access, persistent filesystems, or high-performance multi-node clusters for large-scale training.

How do I install it?

Run `npx skills add Orchestra-Research/AI-Research-SKILLs --skill lambda-labs --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From Orchestra-Research/AI-Research-SKILLs, a repository with 11,391 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going