·r2-storage
</>

r2-storage

S3-compatible object storage for files, images, and large data. Load when handling file uploads, storing images/videos/documents, generating presigned URLs, using multipart uploads for large files, migrating from S3, or serving static assets from buckets.

11Installs·5Trend·@null-shot

Installation

$npx skills add https://github.com/null-shot/cloudflare-skills --skill r2-storage

How to Install r2-storage

Quickly install r2-storage AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/null-shot/cloudflare-skills --skill r2-storage
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: null-shot/cloudflare-skills.

SKILL.md

View raw

Store and retrieve objects at scale using Cloudflare's S3-compatible object storage.

| Upload object | await bucket.put(key, data, { httpMetadata }) | | Download object | const obj = await bucket.get(key); const data = await obj.text() | | Delete object | await bucket.delete(key) | | List objects | const list = await bucket.list({ prefix, limit }) | | Get metadata | const obj = await bucket.head(key) |

| Multipart upload | const upload = await bucket.createMultipartUpload(key) | | Generate signed URL | Use presigned URL patterns with R2's S3 compatibility |

S3-compatible object storage for files, images, and large data. Load when handling file uploads, storing images/videos/documents, generating presigned URLs, using multipart uploads for large files, migrating from S3, or serving static assets from buckets. Source: null-shot/cloudflare-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/null-shot/cloudflare-skills --skill r2-storage
Category
</>Dev Tools
Verified
First Seen
2026-03-10
Updated
2026-03-11

Browse more skills from null-shot/cloudflare-skills

Quick answers

What is r2-storage?

S3-compatible object storage for files, images, and large data. Load when handling file uploads, storing images/videos/documents, generating presigned URLs, using multipart uploads for large files, migrating from S3, or serving static assets from buckets. Source: null-shot/cloudflare-skills.

How do I install r2-storage?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/null-shot/cloudflare-skills --skill r2-storage Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/null-shot/cloudflare-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-03-10