Runpod

SkillDev tools

Auto-activate when the user mentions runpod or scripts/runpod.py

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Runpod skill

What this skill tells your AI

The instructions your AI receives, as published by pytorch/helion in .claude/skills/runpod/SKILL.md and read by ahel’s review.

  • Start a persistent pod early with python scripts/runpod.py --start when you expect to need remote GPU runs. This avoids paying startup latency on every command.
  • Run remote commands with python scripts/runpod.py .... If a matching persistent pod is already running, the script reuses it automatically. If not, it falls back to one-shot start-run-stop behavior.
  • For normal commands, pass argv directly. Inline env prefixes work too: python scripts/runpod.py HELION_BACKEND=cute pytest test.
  • For compound shell commands, pass one quoted string: python scripts/runpod.py './lint.sh && pytest test'. Do not wrap it in bash -lc; the script handles shell execution itself.
  • Before waiting on the user, shut down any persistent pod you started or reused with python scripts/runpod.py --cleanup so it does not keep billing while idle.
  • If the script warns that a pod was left running, do not ignore it. Clean it up before waiting for user input.

Signals

GitHub stars
938
Forks
173
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
runpod-pytorch
Source
github.com/pytorch/helion