runpod

runpod is a skill for Claude Code, Codex from digitalsamba/claude-code-video-toolkit. It costs 64 tokens per session (2,358 once invoked), scanned A, original, MIT.

A guide for running open-source image, video, and audio tools on RunPod, a cloud service that provides rented GPUs. It covers setting up serverless endpoints for tools such as image editing, upscaling, watermark removal, talking avatars, and text-to-speech.

In plain words
What is it for?
Use it to create RunPod templates and endpoints, configure API access, manage GPU-backed jobs, troubleshoot endpoints, and understand their usage costs.
Why use it?
It explains how to deploy the required cloud GPU services and connect them to the toolkit. This avoids needing a suitable high-memory GPU on the local computer.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/digitalsamba/claude-code-video-toolkit/runpod
Any agent
npx skills add digitalsamba/claude-code-video-toolkit --skill runpod
Clone the repo
git clone --depth 1 https://github.com/digitalsamba/claude-code-video-toolkit

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for runpod

README.md
[![agentmods](https://agentmods.dev/badge/skills/digitalsamba/claude-code-video-toolkit/runpod.svg)](https://agentmods.dev/skills/digitalsamba/claude-code-video-toolkit/runpod)
Your own site
<a href="https://agentmods.dev/skills/digitalsamba/claude-code-video-toolkit/runpod"><img src="https://agentmods.dev/badge/skills/digitalsamba/claude-code-video-toolkit/runpod.svg" alt="Measured on agentmods" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,358 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00064 $0.02358
Opus 5 $0.00032 $0.01179
Sonnet 5 $0.00013 $0.00472
Haiku 4.5 $0.00006 $0.00236

Measured 4d ago against content hash a61ea498acd0, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

runpod scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/runpod/SKILL.md · 233 lines

How it starts

The opening of the file, as written. The whole thing — 233 lines — stays where its author put it; the contents beside it link to each section on GitHub.

RunPod Cloud GPU

Run open-source AI models on cloud GPUs via RunPod serverless. Pay-per-second, no minimums.

Setup

# 1. Create account at https://runpod.io
# 2. Add API key to .env
echo "RUNPOD_API_KEY=your_key_here" >> .env

# 3. Deploy any tool with --setup
uv run tools/image_edit.py --setup
uv run tools/upscale.py --setup
uv run tools/dewatermark.py --setup
uv run tools/sadtalker.py --setup
uv run tools/qwen3_tts.py --setup

Each --setup command:

  1. Creates a RunPod template from the Docker image
  2. Creates a serverless endpoint with appropriate GPU
  3. Saves the endpoint ID to .env (e.g. RUNPOD_QWEN_EDIT_ENDPOINT_ID)

Available Images

All images are public on GHCR — no authentication needed.

Tool Docker Image GPU VRAM Typical Cost
image_edit ghcr.io/conalmullan/video-toolkit-qwen-edit:latest A6000/L40S 48GB+ ~$0.05-0.15/job
upscale ghcr.io/conalmullan/video-toolkit-realesrgan:latest RTX 3090/4090 24GB ~$0.01-0.05/job
dewatermark ghcr.io/conalmullan/video-toolkit-propainter:latest RTX 3090/4090 24GB ~$0.05-0.30/job
sadtalker ghcr.io/conalmullan/video-toolkit-sadtalker:latest RTX 4090 24GB ~$0.05-0.15/job
qwen3_tts ghcr.io/conalmullan/video-toolkit-qwen3-tts:latest ADA 24GB 24GB ~$0.01-0.05/job

Total monthly cost: Rarely exceeds $10 even with heavy use.

How It Works

All tools follow the same pattern:

Local CLI → Upload input to cloud storage → RunPod API → Poll for result → Download output
  1. File transfer: Tools use Cloudflare R2 when configured (R2_ACCOUNT_ID, R2_ACCESS_KEY_ID, R2_SECRET_ACCESS_KEY, R2_BUCKET_NAME), falling back to free upload services
  2. RunPod API: Tools call the /run endpoint, then poll /status/{job_id} until complete
  3. Cold vs warm start: First request after idle spins up a worker (~30-90s). Subsequent requests are fast (~5-15s)

Read the full file on GitHub · 233 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 233 lines · 64 tokens per session scan A a61ea498acd0

Subscribe to this mod's changes

runpod is a skill published in the GitHub repository digitalsamba/claude-code-video-toolkit (2,041 stars, last pushed 3d ago), licensed MIT. It adds 64 tokens to every session and 2,358 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

creador_videos_ai

Build a 30-second cinematic marketing video for any website URL using the Causal AI Digital pipeline (Playwright iframe scroll tour + ElevenLabs voice off + whisper.cpp word-level synced subtitles + FFmpeg audio mux). Use when the user asks to generate a promotional/marketing video for a website, create a cinematic…

jnichor/creador_videos_ai · 160 tokens

deploy-checklist

Pre-deployment verification checklist for Docker Swarm deployments to Azure. Use before deploying to production. Trigger words include deploy, release, production, go live.

johanolofsson72/Claude · 35 tokens

remotion-best-practices

Best practices for Remotion - Video creation in React.

ChanMeng666/echook-promo-video · 17 tokens

cloud-architect

Designs cloud architectures, creates migration plans, generates cost optimization recommendations, and produces disaster recovery strategies across AWS, Azure, and GCP. Use when designing cloud architectures, planning migrations, or optimizing multi-cloud deployments. Invoke for Well-Architected Framework, cost…

Jeffallan/claude-skills · 71 tokens

rule

Skill "rule" from x-cmd/x-cmd, covering rule — rules to rule, 核心命令, 规则文件格式, 示例 and 验证规则文件格式.

x-cmd/x-cmd · 0 tokens

azmon-mirroredcatalogs-operations-cli

Brings Azure Monitor, Application Insights, and Log Analytics telemetry into Fabric as Eventhouse external delta tables and correlates it with business data. Use to onboard observability data, judge whether latency or availability affected revenue, or build a Real-Time dashboard and Operations Agent over it.

microsoft/skills-for-fabric · 66 tokens