r2-upload
r2-upload is a TypeScript MCP skill for uploading files to Cloudflare R2, AWS S3, or any S3-compatible storage service. It automatically generates secure, time-limited presigned URLs for downloads with customizable expiration—defaulting to 5 minutes—and supports multiple bucket configurations with automatic content-type detection.
r2-upload lets you upload files to cloud storage and instantly get secure temporary download links.
AI-generated summary based on this skill's SKILL.md
Decision gist · record as of 2026-07-26
r2-upload lets you upload files to cloud storage and instantly get secure temporary download links. r2-upload is a TypeScript MCP skill for uploading files to Cloudflare R2, AWS S3, or any S3-compatible storage service. It automatically generates secure, time-limited presigned URLs for downloads with customizable expiration—defaulting to 5 minutes—and supports multiple bucket configurations with automatic content-type detection.
Use it when
- Yes, r2-upload generates secure presigned URLs for S3 and S3-compatible services like Cloudflare R2 and MinIO.
- r2-upload creates time-limited download links by generating presigned URLs with configurable expiration periods.
Verify before relying
Read SKILL.md below before installing (11 files). Open directory: indexed for reading, not audited.
Install
zebbern/claude-code-guide/r2-upload · repository language: Python
Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.
Frequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I upload a file to an R2 bucket?
r2-upload handles file uploads to Cloudflare R2, AWS S3, or any S3-compatible storage service. You provide the file content, specify your bucket and object key, and r2-upload manages the upload automatically. The skill supports multiple bucket configurations, so you can switch between different storage endpoints as needed for your workflow.
Can r2-upload create presigned URLs for S3?
Yes, r2-upload generates secure presigned URLs for S3 and S3-compatible services like Cloudflare R2 and MinIO. These URLs grant temporary download access without requiring permanent credentials. You can customize the expiration time for each URL; r2-upload defaults to 5 minutes if you don't specify otherwise.
What is a temporary download link and how does r2-upload generate one?
r2-upload creates time-limited download links by generating presigned URLs with configurable expiration periods. These secure temporary links allow you to share files without exposing your storage credentials. The skill automatically handles URL generation and expiration management, making it easy to share files that self-destruct after a set time.
Does r2-upload support uploading to MinIO storage?
r2-upload supports any S3-compatible storage service, including MinIO. You configure the storage endpoint, access credentials, and bucket details, and r2-upload handles uploads and presigned URL generation the same way it does for AWS S3 and Cloudflare R2. This flexibility lets you use r2-upload across multiple storage backends.
How does r2-upload handle file sharing with expiration time?
r2-upload combines file uploads with automatic presigned URL generation to enable secure temporary file sharing. After uploading your file, it generates a download link with your chosen expiration window. The skill detects content types automatically and manages all credential handling, so shared links work immediately without additional configuration.
What license does r2-upload use?
r2-upload is released under the MIT license, allowing free use, modification, and distribution in both open-source and commercial projects with minimal restrictions.
SKILL.md
Rendered from the published skill. Quoted content, verbatim.
Send Me My Files - R2 Upload with Short Lived Signed URLs
Upload files to Cloudflare R2 or any S3-compatible storage and generate presigned download links.
Features
- Upload files to R2/S3 buckets
- Generate presigned download URLs (configurable expiration)
- Support for any S3-compatible storage (R2, AWS S3, MinIO, etc.)
- Multiple bucket configurations
- Automatic content-type detection
Configuration
Create ~/.r2-upload.yml (or set R2_UPLOAD_CONFIG env var):
```yaml
Default bucket (used when no bucket specified)
default: my-bucket
Bucket
(truncated - see the full file via the links below)
File tree — 11 files
skills/r2-upload/CLAWDHUB.md
skills/r2-upload/README.md
skills/r2-upload/SECURITY.md
skills/r2-upload/SKILL.md
skills/r2-upload/_meta.json
skills/r2-upload/example-config.yml
skills/r2-upload/package.json
skills/r2-upload/pnpm-lock.yaml
skills/r2-upload/src/index.ts
skills/r2-upload/src/onboard.ts
skills/r2-upload/tsconfig.json
Let your AI agent find skills like this
Example. Real query, live index.
You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.
wish › “Upload files to cloud storage and generate secure temporary download links”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related skills
This skill covers provisioning and operating Cloudflare R2 buckets via Wrangler CLI, AWS CLI, and boto3, plus binding R2 to Workers for server-side access. Learn lifecycle configuration, presigned URL generation, public bucket serving, and CORS setup to eliminate egress costs for read-heavy workloads and media delivery.
Cloud Uploader transfers promo videos and album samplers to Cloudflare R2 or AWS S3, enabling web hosting, direct sharing, and CDN delivery. Configure your cloud provider credentials, verify your promo files exist, then run a dry-run preview before uploading with optional public access settings.
r2-storage provides S3-compatible object storage through Cloudflare R2, enabling you to upload, download, and manage files, images, videos, and structured data. The skill includes patterns for multipart uploads, conditional operations, custom metadata, range requests, and AWS SDK integration.
Cloudflare R2 provides production-ready patterns for S3-compatible object storage within Workers. Configure buckets and bindings, then use core APIs like put(), get(), delete(), and list() to manage files, with built-in support for multipart uploads, presigned URLs, CORS, and metadata handling.
pinme-r2 handles secure file uploads and downloads to your project's R2 bucket with automatic authentication and authorization. It provides streaming handlers for uploads, downloads with Range support, and metadata operations—all while keeping object keys server-controlled and enforcing size and media-type policies.
Cloudflare Cron Triggers enables you to schedule periodic execution of Cloudflare Workers using standard cron syntax. Configure triggers in wrangler.jsonc, implement a scheduled handler in your Worker code, and test locally before deployment—all times run in UTC.