cloudflare-r2

Configure Cloudflare R2 buckets for S3-compatible object storage with zero egress.

Updated Jan 28, 2026
One-click install
npx skills add https://github.com/brixtonpham/claude-config --skill cloudflare-r2-brixtonpham
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare-r2
Source: https://github.com/brixtonpham/claude-config/tree/main/skills/cloudflare-r2
Command: npx skills add https://github.com/brixtonpham/claude-config --skill cloudflare-r2-brixtonpham

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Cloudflare R2 provides zero egress fees and an S3-compatible API so developers can store, retrieve, and migrate data efficiently without incurring bandwidth charges.

Core Features & Use Cases

  • Zero egress storage with S3 compatibility for hosting, backups, and migrations.
  • Seamless integration with Cloudflare Workers, Wrangler, and SDKs across languages.
  • Use cases include file storage, bucket configuration, and edge-cached content delivery with reduced costs.

Quick Start

Configure a Cloudflare R2 bucket and start storing, retrieving, and migrating data with zero egress using your preferred workflow.

Frequently Asked Questions about cloudflare-r2

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is Cloudflare R2 and how does it provide zero egress storage?

Cloudflare R2 is zero-egress object storage offering an S3-compatible API for storing, retrieving, and migrating data without bandwidth charges. It enables fast uploads and downloads while integrating seamlessly with edge workflows.

How do I migrate data to Cloudflare R2 using an S3-compatible API?

Data migration to Cloudflare R2 uses its S3-compatible API to transfer objects efficiently. You configure a bucket and execute migration workflows through supported SDKs, ensuring zero egress fees during the data transfer process.

Can I use Cloudflare Workers with R2 for edge-cached content delivery?

Yes, Cloudflare Workers integrates seamlessly with R2 to enable edge-cached content delivery. You can configure buckets and handle file storage operations directly within Workers using R2 SDKs across various programming languages.

Does Cloudflare R2 work with existing S3 SDKs for bucket configuration?

Cloudflare R2 satisfies S3 API compatibility, allowing you to use existing S3 SDKs for bucket configuration and file storage. It provides standard endpoints and operations to ensure seamless integration with your current application workflows.

What is the best way to reduce storage egress fees for application backups?

The best way to reduce egress fees is using Cloudflare R2 for application backups. R2 provides zero egress costs with S3-compatible storage, allowing you to retrieve and migrate backup data efficiently without incurring bandwidth charges.

When should I not use Cloudflare R2 for object storage?

Cloudflare R2 is not optimal when your application requires non-S3-compatible storage protocols or lacks integration with Cloudflare Workers. If your workflow depends on proprietary APIs outside the S3 standard, R2 will not satisfy compatibility needs.