Brian Connelly 9e7973bff3 fix(flash): scope dev-loop eval cleanup to its own endpoint
The dev-loop-iteration live eval instructed the agent to run
`flash undeploy --all --force` and asserted that no endpoints remained.
Against a real Runpod account that deletes endpoints the eval never
created, and the "no endpoints remain" assertion is false whenever the
account already has endpoints.

Scope cleanup to the `dev-loop-eval` endpoint the eval provisions, and
assert only that endpoint is gone. Add explicit warnings against `--all`.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-30 10:18:25 -07:00
2026-02-03 15:20:19 +01:00

Runpod Agent Skills

Skills for AI agents to manage GPU workloads on Runpod.

Available Skills

flash

Complete knowledge of the runpod-flash framework - SDK, CLI, architecture, deployment, and codebase. Use when working with runpod-flash code, writing @remote functions, configuring resources, debugging deployments, or understanding the framework internals.

runpodctl

Manage GPU pods, serverless endpoints, templates, volumes, and models.

Installation

npx skills add runpod/skills

Works with Claude Code, Cursor, GitHub Copilot, Windsurf, Cline, and 17+ other AI agents.

Setup

runpodctl doctor

Usage

Ask your AI agent:

  • "Create a pod with an RTX 4090"
  • "List my pods"
  • "What GPUs are available?"
  • "Show my account balance"
  • "Deploy a serverless endpoint"

URLs

Pod URLs

Access exposed ports on your pod:

https://<pod-id>-<port>.proxy.runpod.net

Example: https://abc123xyz-8888.proxy.runpod.net

Serverless URLs

https://api.runpod.ai/v2/<endpoint-id>/run        # Async request
https://api.runpod.ai/v2/<endpoint-id>/runsync    # Sync request
https://api.runpod.ai/v2/<endpoint-id>/health     # Health check
https://api.runpod.ai/v2/<endpoint-id>/status/<job-id>  # Job status

Structure

flash/
└── SKILL.md
runpodctl/
└── SKILL.md

License

Apache-2.0

S
Description
runpodctl: Runpod CLI for managing GPU/CPU workloads from the terminal — pods, serverless endpoints, templates, network volumes, Hub deploys, models, SSH, and file…; flash: runpod-flash — code-first serverless: write Python locally, run it on remote Runpod GPUs/CPUs with flash dev (hot-reload + live worker logs), then `flash…; companion-clis: Companion CLIs for Runpod workflows — HuggingFace, GitHub, Docker, and AWS. Use the ComfyUI model-repair guide in runpod-templates instead when an impor…
Readme Apache-2.0 1.2 MiB
Languages
Python 93.8%
Shell 4.7%
Dockerfile 1.5%