一键导入
volume-storage
List and download files on RunPod Network Volume via S3 API. "runpod volume", "network volume" などで起動。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
List and download files on RunPod Network Volume via S3 API. "runpod volume", "network volume" などで起動。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Ask OpenAI Codex CLI for an autonomous second AI opinion. "ask codex", "codex と相談" などで起動。
Request GitHub Copilot review on a Pull Request. "PR レビュー依頼", "copilot review" などで起動。
Extract VTT transcript from a Zoom recording share page. "zoom transcript", "zoom 文字起こし" などで起動。
Download the video (MP4) from a Zoom recording share page. "zoom video download", "zoom 録画 ダウンロード", "zoom 動画 ダウンロード" などで起動。
Round-trip code review through difit. Use when the user mentions "difit", "diff review", "open the diff", "let me look at this", or "review this PR locally". Launch mode arg — "open" (default, no comments at launch), "explain" (AI annotates its own change), "review" (AI posts findings on human code).
Stop tool execution before exhausting your Claude usage — set a 5h/7d usage-% or per-session cost threshold.
| name | volume-storage |
| description | List and download files on RunPod Network Volume via S3 API. "runpod volume", "network volume" などで起動。 |
| metadata | {"author":"pokutuna"} |
| allowed-tools | Bash(${CLAUDE_PLUGIN_ROOT}/skills/volume-storage/scripts/volume_storage.sh *) |
Manage files on RunPod Network Volume via aws s3.
aws CLI with [profile runpod] in ~/.aws/configrunpod.toml with datacenter_id and network_volume_idBuild s3:// paths using network_volume_id from runpod.toml. Pod's /workspace/ maps to s3://VOLUME_ID/.
${CLAUDE_PLUGIN_ROOT}/skills/volume-storage/scripts/volume_storage.sh ls s3://VOLUME_ID/
${CLAUDE_PLUGIN_ROOT}/skills/volume-storage/scripts/volume_storage.sh cp s3://VOLUME_ID/data/file.json ./file.json
${CLAUDE_PLUGIN_ROOT}/skills/volume-storage/scripts/volume_storage.sh sync ./output/ s3://VOLUME_ID/output/
All aws s3 subcommands and options are passed through.
--recursive and sync do not work reliably. Use ls to navigate directories and locate files before copying.