cloudflare-images

Manage image storage, transformation, and delivery via Cloudflare Images API and Workers.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/brendadeeznuts1111/tier-1380-omega --skill cloudflare-images-brendadeeznuts1111
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare-images
Source: https://github.com/brendadeeznuts1111/tier-1380-omega/tree/main/skills/cloudflare-images
Command: npx skills add https://github.com/brendadeeznuts1111/tier-1380-omega --skill cloudflare-images-brendadeeznuts1111

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the process of storing, transforming, and serving images, especially within Cloudflare's ecosystem, by providing robust tools for upload, manipulation, and delivery.

Core Features & Use Cases

  • Image Storage & Upload: Upload images via API, direct creator uploads, or ingest from URLs.
  • Image Transformations: Resize, crop, optimize formats (WebP/AVIF), apply effects, and generate variants via URL or Workers.
  • Use Case: Implement a user-generated content platform where users upload profile pictures, which are then automatically resized, cropped to face, optimized for web delivery, and served securely via signed URLs.

Quick Start

Use the cloudflare-images skill to upload a file named 'my-photo.jpg' to Cloudflare Images.

Frequently Asked Questions about cloudflare-images

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I upload and transform images using the Cloudflare Images API?

Cloudflare Images API handles image storage, transformation, and delivery by supporting direct uploads, URL ingestion, and variant creation. You can dynamically resize, crop, and optimize formats like WebP or AVIF via URLs or Workers.

What's the best way to serve private images securely through a Cloudflare Worker?

Serving private images securely is achieved through signed URLs generated by the Cloudflare Images API. This ensures authorized access to your stored images while maintaining efficient delivery across the Cloudflare CDN.

Can I automatically optimize and resize user-uploaded images for web delivery?

Automatic image optimization and resizing for web delivery is fully supported. The system can ingest via direct creator uploads or URLs, apply dynamic transformations, and output optimized formats like WebP and AVIF.

Does Cloudflare Images support ingesting images directly from external URLs?

Yes, Cloudflare Images supports ingesting images directly from external URLs. This allows you to pull existing images into the storage system and apply subsequent transformations or generate customized variants.

How do I create image variants and apply dynamic transformations in Cloudflare?

Creating image variants and applying dynamic transformations is done via URL parameters or Workers. This enables on-the-fly resizing, cropping, format optimization, and specific effects like cropping to face.

What are the limitations of using Cloudflare Workers for image transformation?

While Workers enable dynamic image transformations and secure serving via signed URLs, complex processing relies on the Cloudflare Images API limits. Direct uploads and URL ingestion are required to initially store the images before transformation.