cloudflare-r2

Community

Edge storage for fast asset delivery.

Authorjackspace
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides complete Cloudflare R2 knowledge for building a secure, S3-compatible object storage layer on Cloudflare's edge network, including bucket configuration, CORS, presigned URLs, and metadata handling.

Core Features & Use Cases

  • R2 Workers API - put(), get(), head(), delete(), list()
  • Multipart Uploads - Resumable uploads for large files
  • Presigned URLs - Client-side uploads/downloads
  • CORS Configuration - Browser access to R2 buckets
  • HTTP Metadata - Content-Type, Cache-Control
  • Custom Metadata - User-defined key-value pairs
  • Bucket Configuration - wrangler.jsonc setup and bindings
  • Error Handling & Performance - Retry strategies, range requests, batch ops

Quick Start

Use this Skill to create an R2 bucket, configure a Worker binding, and implement basic uploads and downloads at the edge.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: cloudflare-r2
Download link: https://github.com/jackspace/ClaudeSkillz/archive/main.zip#cloudflare-r2

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository