Cloudflare R2
Store, retrieve, and manage files directly in your Cloudflare R2 object storage bucket using this powerful agent.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add cloudflare-r2 npx -- -y @trustedskills/cloudflare-r2
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"cloudflare-r2": {
"command": "npx",
"args": [
"-y",
"@trustedskills/cloudflare-r2"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The Cloudflare R2 skill enables AI agents to interact with Cloudflare's object storage service, R2. This includes uploading, downloading, and managing files stored in R2 buckets. It supports common operations such as listing bucket contents, retrieving objects, and handling access controls.
When to use it
- Automating backups of application data to a Cloudflare R2 bucket.
- Serving static assets from an R2 bucket for web applications.
- Integrating file storage with AI workflows that require persistent data storage.
Key capabilities
- Upload files to a Cloudflare R2 bucket.
- Download and retrieve objects stored in R2.
- List contents of a specified R2 bucket.
- Manage access controls and permissions for stored files.
Example prompts
- "Upload the file
report.pdfto my Cloudflare R2 bucket named 'app-data'." - "List all files currently stored in the 'static-assets' R2 bucket."
- "Download the object with key
images/logo.pngfrom the 'media' R2 bucket."
Tips & gotchas
- Ensure your AI agent has valid API credentials and permissions configured for Cloudflare R2.
- Be mindful of file size limits and data transfer costs associated with using R2.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.