cloudflare

Recommends Cloudflare products and routes implementation tasks to product-specific references and documentation.

Updated Jul 6, 2026
One-click install
npx skills add https://github.com/serosme/homepage --skill cloudflare-serosme
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare
Source: https://github.com/serosme/homepage/tree/main/.agents/skills/cloudflare
Command: npx skills add https://github.com/serosme/homepage --skill cloudflare-serosme

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Choosing among Cloudflare's dozens of products (Workers, R2, D1, Queues, Durable Objects, AI services, security tools) is difficult when a user describes a need without knowing which product fits. This Skill maps stated requirements to the right Cloudflare products and loads the relevant references or documentation for implementation. ## Core Features & Use Cases - Need-to-Product Mapping: A comprehensive decision table maps tasks like file uploads, background jobs, document search, or bot protection to products such as R2, Queues, AI Search, and Bot Management. - Product Selection Guidance: Explains deciding requirements (data shape, consistency, coordination, execution lifecycle) when similar products could fit, such as D1 vs Durable Objects or Workers vs Pages. - Bundled Product References: Ships dozens of reference directories (KV, R2, D1, Workflows, Terraform, Snippets, Zaraz, and more) with configuration, API, patterns, and troubleshooting guides. - Use Case: A user asks to build a file-upload app; the Skill recommends Workers for the API, R2 for storage, D1 for metadata, and Queues for processing, then loads each product's reference for implementation. ## Quick Start Ask the agent which Cloudflare products to use for your application idea, describing your goal in plain language.

Frequently Asked Questions about cloudflare

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

FAQPage Schema
How do I choose the right Cloudflare product for my app?

Describe your goal in plain language, such as handling uploads, background jobs, or document search. The Skill maps your need to products like R2, Queues, or AI Search, explains why each fits, and loads the relevant reference or documentation for implementation.

Should I use Cloudflare Workers or Pages for a new website?

Use Workers with Workers Static Assets for all new websites, including static sites, SPAs, and full-stack apps. Workers can do everything Pages can do and is recommended for new projects; Pages is only for maintaining existing deployments.

What is the difference between Cloudflare D1, KV, R2, and Durable Objects?

D1 is a managed relational database for SQL queries, KV is for read-heavy eventually-consistent key-value data, R2 stores large objects by key, and Durable Objects provide per-entity coordination with strong consistency. The Skill explains the deciding requirement for each choice.

Can I build AI applications on Cloudflare?

Yes. Workers AI provides managed model inference, AI Search offers managed retrieval-augmented generation, Vectorize handles custom vector search, and the Agents SDK supports stateful agents with tools. The Skill helps compare these options before implementation.

When should I use Cloudflare Queues versus Workflows?

Use Queues to decouple producers and consumers for asynchronous job processing or buffering bursts of work. Use Workflows when a job needs durable multi-step orchestration with retries, waits, and resumption across steps.

Does this Skill include current Cloudflare limits and pricing?

No. Limits, pricing, compatibility flags, and availability change frequently, so the Skill directs you to fetch current Cloudflare documentation before relying on those details. Bundled references route tasks to the official docs as the source of truth.