cloudflare

Guides Cloudflare platform development across Workers, storage, AI, networking, and security products.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Choosing and correctly configuring among dozens of Cloudflare products is difficult, and pre-trained knowledge of Cloudflare APIs, limits, and pricing is often outdated. This Skill routes any Cloudflare task to the right product reference and biases toward live documentation retrieval over stale knowledge. ## Core Features & Use Cases - Product Decision Trees: Route tasks like running code, storing data, AI inference, networking, security, and analytics to the correct Cloudflare product reference. - Progressive Reference Loading: Load only the relevant per-product files (configuration, API, patterns, gotchas) for Workers, D1, KV, R2, Durable Objects, Workers AI, Vectorize, AI Gateway, Terraform, and more. - Retrieval-First Guidance: Directs verification of limits, pricing, type signatures, and config options against live Cloudflare docs, workers-types packages, and the Wrangler config schema. - Use Case: When asked to add scheduled jobs to a Worker, the Skill routes to the cron-triggers reference, provides wrangler.jsonc trigger syntax, the scheduled handler API, and plan-specific CPU limits. ## Quick Start Ask the AI to help you build or configure any Cloudflare feature, such as setting up a D1 database with migrations in a Worker.

Frequently Asked Questions about cloudflare

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

FAQPage Schema
How do I choose between Cloudflare Workers, Pages, and Durable Objects?▼

Use Workers for serverless edge functions, Pages for full-stack apps with Git deploys, and Durable Objects for stateful coordination or real-time workloads. The Skill's decision trees route based on whether you need compute, hosting, or strongly-consistent per-entity state.

What Cloudflare storage should I use for my application?▼

Use KV for high-read key-value config and sessions, D1 for relational SQLite data, R2 for S3-compatible object storage, and Durable Object storage for strongly-consistent per-entity state. The Skill provides a storage decision tree mapping each need to a product.

Does Cloudflare Workers AI support function calling and streaming?▼

Yes, Workers AI supports streaming text generation and function calling on compatible models such as @cf/meta/llama-3.1-8b-instruct. The Skill includes a model selection decision tree covering LLMs, embeddings, image generation, and speech-to-text.

How do I manage Cloudflare infrastructure with Terraform?▼

Use the Cloudflare Terraform provider v5 pinned with ~> versioning, authenticate via API token, and import existing resources with cf-terraforming. The Skill's terraform reference covers v4-to-v5 breaking resource renames and state management patterns.

Why might Cloudflare limits or pricing in this Skill be wrong?▼

Cloudflare product limits, pricing, and API signatures change frequently, so the Skill explicitly instructs retrieval from live Cloudflare docs, the Wrangler config schema, and workers-types packages. When reference files and docs disagree, the docs take precedence.