Cloudflare R2
Automates Cloudflare configurations and R2 object storage management via a secure bagelhole agent interface.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add bagelhole-cloudflare-r2 npx -- -y @trustedskills/bagelhole-cloudflare-r2
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"bagelhole-cloudflare-r2": {
"command": "npx",
"args": [
"-y",
"@trustedskills/bagelhole-cloudflare-r2"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to interact with Cloudflare's R2 object storage service. It allows for uploading, downloading, and deleting objects directly through the agent, simplifying common data management tasks. The skill provides a programmatic interface to manage your data stored within Cloudflare’s decentralized storage network.
When to use it
- Automating backups of website assets to R2 for disaster recovery.
- Managing media files (images, videos) for a web application directly from an AI agent.
- Creating a serverless workflow that processes uploaded data and stores the results in R2.
- Deleting old log files stored in R2 based on retention policies.
Key capabilities
- Object Uploading
- Object Downloading
- Object Deletion
- Integration with Cloudflare R2
Example prompts
- "Upload this image
image.jpgto my bucket 'my-website-assets'." - "Download the file
report_2024.csvfrom the 'analytics' bucket." - "Delete all objects older than 30 days in the 'logs' bucket."
Tips & gotchas
- Requires proper Cloudflare R2 credentials (account ID and private key) to be configured for the AI agent.
- The skill’s functionality is limited to basic object storage operations; more complex interactions might require custom scripting.
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.