Cloudflare R2
Securely store and retrieve files in Cloudflare R2 object storage using this iTechMeat automation tool.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add itechmeat-cloudflare-r2 npx -- -y @trustedskills/itechmeat-cloudflare-r2
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"itechmeat-cloudflare-r2": {
"command": "npx",
"args": [
"-y",
"@trustedskills/itechmeat-cloudflare-r2"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to interact with Cloudflare R2, a decentralized object storage service. It enables agents to upload files directly to R2 buckets, retrieve objects from those buckets, and manage bucket configurations. This facilitates building applications that require scalable and cost-effective data storage.
When to use it
- Storing user-generated content: An agent could automatically archive images or videos uploaded by users to an R2 bucket for backup or processing.
- Distributing static assets: Agents can deploy website files, software packages, or other static resources directly from R2, leveraging Cloudflare's global network.
- Data archival and retrieval: An agent could manage long-term data storage in R2, retrieving specific datasets based on user requests or automated workflows.
- Building serverless applications: Agents can use R2 as a backend for serverless functions, storing and retrieving data needed by those functions.
Key capabilities
- Upload files to R2 buckets
- Retrieve objects from R2 buckets
- Manage bucket configurations
Example prompts
- "Upload this image file to my 'images' bucket in Cloudflare R2."
- "List all the files in my 'documents' bucket on R2."
- “Create a new bucket named ‘backups’ in Cloudflare R2.”
Tips & gotchas
- Requires authentication credentials for your Cloudflare account to access R2.
- Be mindful of object storage costs when uploading large amounts of data.
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.