cloudflare-assets
Installation
SKILL.md
Cloudflare Assets (R2 Storage)
Manage files on Cloudflare R2 storage at assets.yesy.site. Supports uploading, listing, and deleting files with automatic routing based on file size — small files go through MCP, large files go through REST API.
When to Use This Skill
- User asks to "upload a file/image/video" to R2 or Cloudflare
- User asks to "list my files" or "what files do I have"
- User asks to "delete a file" from assets/R2
- User wants to store any file and get a public URL
- Referenced by
publish-html-pageskill for asset uploads
When NOT to Use This Skill
- Publishing HTML pages — use
publish-html-pageskill (which calls this skill internally) - Generic R2 SDK/API development — use
cloudflare-r2skill - Working with KV storage — use
cloudflare-kvskill