cloudflare

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Choosing among Cloudflare's dozens of products is hard when a user describes a need (uploads, background jobs, document search) without knowing which product fits. This Skill maps stated goals to the right Cloudflare products and then loads the relevant references or sibling skills for implementation. ## Core Features & Use Cases - Need-to-product mapping: A large decision table maps tasks (APIs, storage, AI inference, realtime media, security, email, observability) to products like Workers, R2, D1, Queues, Workflows, Durable Objects, Workers AI, and Vectorize. - Product selection guidance: Explains deciding requirements (data shape, consistency, coordination, execution lifecycle) when similar products could fit, and recommends Workers over Pages for new projects. - Bundled references: Ships per-product reference directories (KV, D1, R2, Terraform, Snippets, Smart Placement, Workers AI, AI Gateway, and more) with configuration, API, patterns, and gotchas files. - Use Case: A user asks to build a file-upload app; the Skill recommends Workers for the API, R2 for files, 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 and have it recommend an architecture with implementation guidance.

Frequently Asked Questions about cloudflare

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

FAQPage Schema
How do I choose which Cloudflare products to use for my app?

Start from the task rather than a product name. The Skill's need-to-product table maps goals like uploads, background jobs, or document search to products such as R2, Queues, Workflows, or AI Search, then loads the matching reference for implementation.

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

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

What Cloudflare storage product should I use: KV, D1, R2, or Durable Objects?

Choose by data shape and consistency needs: KV for read-heavy key-value data, D1 for relational SQL records, R2 for large objects, and Durable Objects when per-entity coordination and strong consistency are central.

Can I build AI agents on Cloudflare?

Yes. Use the Agents SDK for stateful agents with tools and scheduling, Workers AI for managed model inference, Vectorize for custom retrieval, and AI Gateway for analytics and request controls over AI providers.

When should I use Cloudflare Snippets instead of Workers?

Use Snippets for lightweight request or response modifications under 5ms CPU time and 32KB code size, included on paid plans. Choose Workers when you need longer execution, more subrequests, bindings like KV or D1, or complex application logic.

Does this Skill include current Cloudflare limits and pricing?

No. The Skill instructs the agent to fetch current Cloudflare documentation before relying on limits, pricing, compatibility flags, or availability, since these change independently of the bundled references.