One-click install
npx skills add https://github.com/ovachiever/droid-tings --skill cloudflare-images-ovachiever
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare-images
Source: https://github.com/ovachiever/droid-tings/tree/main/skills/cloudflare-images
Command: npx skills add https://github.com/ovachiever/droid-tings --skill cloudflare-images-ovachiever

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Centralizes image storage and on-edge transformations with Cloudflare Images, including direct creator uploads, named variants, signed URLs for privacy, and seamless image delivery with automatic format optimization.

Core Features & Use Cases

  • Images API: upload, store, serve with variants
  • Image Transformations: URL and Workers-based rendering
  • Variants: named and flexible variants for consistent or dynamic sizing
  • Signed URLs: private image delivery
  • Direct Creator Upload: user-driven uploads via one-time URLs
  • Batch API: high-volume ingestion
  • Webhooks: upload status notifications

Quick Start

Upload an image via the Images API, create a named variant (e.g., thumbnail), and test a signed URL for private access.

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 with Cloudflare Images?

Cloudflare Images enables secure image upload and storage via the Images API. You can upload directly through the API endpoint, create named variants for consistent sizing, and serve images with automatic format optimization across Cloudflare's edge network.

Can I let users upload images directly without handling uploads server-side?

Yes, direct creator upload uses one-time signed URLs to let users upload directly to Cloudflare Images without exposing your API token. This simplifies your backend and secures the upload process.

How do signed URLs work for private image delivery?

Signed URLs authenticate requests to private images stored in Cloudflare Images, allowing you to control access and expiration. They work via URL-based or Worker-based transformations for secure, time-limited delivery.

What image transformations can I apply with Cloudflare Images?

Image transformations include URL-based rendering and Worker-based processing. You can apply flexible or named variants for dynamic sizing, automatic format conversion, and on-edge optimization without storing multiple copies.

Can I batch upload large volumes of images to Cloudflare Images?

The Batch API supports high-volume image ingestion. Combined with webhook notifications for upload status, it enables efficient bulk processing and monitoring of large image collections.

What are the prerequisites for using Cloudflare Images?

You need a Cloudflare account with Images enabled, an API token with Cloudflare Images: Edit permissions, and support for v2 direct_upload and v1 endpoints. CORS and multipart upload configuration may be required depending on your integration.