mirror of
https://github.com/runpod/runpod-plugins-official.git
synced 2026-09-14 18:44:38 +08:00
flash/fix-dev-loop-eval-cleanup
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>
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
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…
Languages
Python
93.8%
Shell
4.7%
Dockerfile
1.5%