cloudflare-images

Manage image uploads, variants, and signed URLs via Cloudflare Images API.

54|Updated Nov 19, 2025
One-click install
npx skills add https://github.com/dennislee928/Ethic-Latex --skill cloudflare-images-dennislee928
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare-images
Source: https://github.com/dennislee928/Ethic-Latex/tree/main/.claude/skills/cloudflare-images
Command: npx skills add https://github.com/dennislee928/Ethic-Latex --skill cloudflare-images-dennislee928

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies storing, managing, and transforming images using Cloudflare's powerful and cost-effective image services, eliminating complex setup and debugging.

Core Features & Use Cases

  • Image Storage & Upload: Upload images via API, URL, or direct creator uploads.
  • Image Transformations: Resize, crop, optimize formats (WebP/AVIF), apply effects via URL or Workers.
  • Use Case: Automatically resize and optimize user-uploaded profile pictures, serve responsive images for your website, or protect private images with signed URLs.

Quick Start

Use the cloudflare-images skill to upload a file named 'profile.jpg' and make it private.

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 store images using the Cloudflare Images API?

Upload and store images using the Cloudflare Images API by sending files via direct API requests, URL imports, or creator uploads. The Skill handles the upload process and manages secure image storage on Cloudflare's CDN.

What is URL-based image transformation in Cloudflare and how does it work?

URL-based image transformation dynamically resizes, crops, and optimizes images into WebP or AVIF formats via direct URL manipulation or Workers. This mechanism optimizes image delivery without requiring separate image processing servers.

How do I generate signed URLs to secure private image access on a CDN?

Generate signed URLs to secure private image access by configuring access rules through the Cloudflare Images API. This prevents unauthorized image delivery while allowing controlled, time-limited access to protected CDN assets.

Can I use Cloudflare Workers to dynamically resize and optimize images?

Yes, you can use Cloudflare Workers to dynamically resize and optimize images. The Skill supports applying effects and transformations through Workers, enabling responsive image delivery and format conversion like WebP and AVIF.

What's the best way to optimize image delivery and manage storage costs for user uploads?

The best way to optimize image delivery and manage storage costs is using Cloudflare's image services to handle uploads and transformations. This approach reduces storage expenses while ensuring fast, optimized CDN delivery for user-uploaded content.