From runpod
Manage files on RunPod Network Volume via S3-compatible API. Use when user mentions "volume storage", "network volume", "upload to volume", "download from volume", "volume ls", "volume files", "ボリューム", "ストレージ".
How this skill is triggered — by the user, by Claude, or both
Slash command
/runpod:volume-storageThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Manage files on RunPod Network Volume via `aws s3`.
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.npx claudepluginhub pokutuna/claude-plugins --plugin runpodSync files across cloud storage using rclone. Covers S3, R2, Backblaze, Google Drive, Dropbox, and S3-compatible providers with setup, upload, sync, and listing commands.
Provides rclone setup, configuration, and commands to upload, sync, list, and manage files in AWS S3, Cloudflare R2, Backblaze B2, Google Drive, Dropbox.
Provides expert guidance for Azure Files development including best practices, security, configuration, limits, and deployment. Use with Azure Files/File Sync, AD/Kerberos auth, SMB/NFS shares, or RAG over file data.