pytorch/runpod
Auto-activate when the user mentions runpod or scripts/runpod.py
npx skills add https://github.com/pytorch/helion --skill runpod
python scripts/runpod.py --start when you expect to need remote GPU runs. This avoids paying startup latency on every command.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.python scripts/runpod.py HELION_BACKEND=cute pytest test.python scripts/runpod.py './lint.sh && pytest test'. Do not wrap it in bash -lc; the script handles shell execution itself.python scripts/runpod.py --cleanup so it does not keep billing while idle.Take pytorch/runpod from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.