Cloudflare Platform Products

Identify Cloudflare platform products for cloud-native applications on Workers.

1|Updated Dec 2, 2025
One-click install
npx skills add https://github.com/SteveLeve/claude-marketplace --skill cloudflare-platform-products
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Cloudflare Platform Products
Source: https://github.com/SteveLeve/claude-marketplace/tree/main/plugins/cloudflare-expert/skills/cloudflare-platform
Command: npx skills add https://github.com/SteveLeve/claude-marketplace --skill cloudflare-platform-products

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides consolidated guidance for selecting and integrating Cloudflare platform products (KV, D1, R2, Durable Objects, Queues, Vectorize, Hyperdrive, Analytics Engine, Browser Rendering, and Email Routing) to help engineers design scalable, cost-effective architectures with Workers.

Core Features & Use Cases

  • Platform product overview and decision guidance for storage, coordination, data services, analytics, and specialized services.
  • Examples include choosing storage for static assets vs relational data, or combining products to implement multi-product patterns like RAG, e-commerce, and real-time collaboration.
  • Practical usage: receive clear recommendations on product roles, interactions, and deployment order for common workloads.

Quick Start

Ask for guidance on Cloudflare platform-product selections for a specific architecture, for example: "Which Cloudflare products fit a multi-service API?"

Frequently Asked Questions about Cloudflare Platform Products

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

FAQPage Schema
How do I choose the right Cloudflare platform products for my Workers application?

To choose the right Cloudflare platform products, evaluate your workload's data and coordination needs. Use this guidance to match storage, analytics, and specialized services like KV, D1, or R2 to your specific architecture requirements.

What is the difference between Cloudflare KV, D1, and R2 for application storage?

Cloudflare KV, D1, and R2 serve distinct storage roles: KV handles key-value pairs, D1 provides relational database capabilities, and R2 stores large objects. Decision criteria depend on whether your workload requires static assets or structured relational data.

When should I use Durable Objects instead of Cloudflare Queues for state coordination?

Use Durable Objects for real-time coordination and single-threaded state consistency, while Cloudflare Queues handle asynchronous task distribution. Selection depends on whether your architecture requires immediate state synchronization or decoupled background processing.

Can I combine multiple Cloudflare platform products like Vectorize and R2 for a RAG architecture?

Yes, you can combine Cloudflare platform products for complex patterns like RAG. This guidance outlines multi-product integration, showing how to pair Vectorize with other storage or data services to implement advanced architectures effectively.

Does Cloudflare Hyperdrive work with existing relational databases for my API?

Cloudflare Hyperdrive connects Workers to existing relational databases, optimizing query performance for API architectures. The guidance explains how to integrate data services like Hyperdrive when designing scalable, multi-service API platforms.

What are the limitations of using Cloudflare Workers platform products for e-commerce workloads?

Limitations of Cloudflare platform products for e-commerce depend on specific service constraints like storage boundaries or coordination overhead. The guidance provides deployment order recommendations to mitigate architectural trade-offs when building multi-product patterns.