runpod

Deploy and manage RunPod GPU/CPU pods, volumes, and templates via REST and GraphQL APIs.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/latentwill/runpod-skill --skill runpod-latentwill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: runpod
Source: https://github.com/latentwill/runpod-skill/tree/main
Command: npx skills add https://github.com/latentwill/runpod-skill --skill runpod-latentwill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

RunPod infrastructure management is complex; this skill provides a unified way to deploy and manage GPU/CPU pods, network volumes, and templates via RunPod APIs, reducing manual setup and orchestration overhead.

Core Features & Use Cases

  • Pod lifecycle management (create, start, stop, restart, reset, terminate)
  • GPU selection and spot instance support (REST and GraphQL)
  • Network volumes and templates for reusable configurations
  • CLI integration and REST/GraphQL API coverage for end-to-end workflows
  • Error handling, retries, and best practices for reliable GPU workloads

Quick Start

Prompt the AI to deploy a GPU-enabled RunPod pod with a chosen image, GPU type, and storage size.

Frequently Asked Questions about runpod

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a GPU pod on RunPod for AI model training?

You can deploy a RunPod pod by prompting the AI with your chosen image, GPU type, and storage size. The skill automates pod creation through the RunPod REST API, handling resource provisioning for your AI training workloads.

How does RunPod spot instance support work for cloud GPU workloads?

RunPod spot instances are managed via GraphQL API queries to check GPU availability and runtime metrics. This allows automated deployment of cost-effective cloud GPU workloads with spot instance support for AI inference and training.

Do I need a RUNPOD_API_KEY to manage RunPod network volumes and templates?

Yes, a RUNPOD_API_KEY is required to authenticate with the rest.runpod.io/v1 endpoint. This key is necessary to automate provisioning and management of network volumes, reusable templates, and pod lifecycle operations.

What is the best way to automate pod lifecycle management on RunPod infrastructure?

The best way to automate pod lifecycle management is using REST and GraphQL API coverage to create, start, stop, restart, reset, and terminate RunPod pods. This unified approach reduces manual orchestration overhead for cloud GPU environments.

Can I use RunPod templates to reuse configurations for multiple cloud GPU pods?

Yes, you can use RunPod templates to create reusable configurations for multiple cloud GPU pods. The skill automates template management via the REST API, ensuring consistent environment setup for AI workloads like model inference.

Why does my RunPod deployment fail when provisioning network volumes?

RunPod deployment failures during network volume provisioning may require checking API error handling and retry logic. The skill implements best practices for reliable GPU workloads, including automated retries for REST API requests targeting rest.runpod.io/v1.