cloudflare

Build and deploy Cloudflare applications with Terraform or Pulumi.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/jaimedhenriques/finsyt --skill cloudflare-jaimedhenriques
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare
Source: https://github.com/jaimedhenriques/finsyt/tree/main/artifacts/platform/.agents/skills/cloudflare
Command: npx skills add https://github.com/jaimedhenriques/finsyt --skill cloudflare-jaimedhenriques

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you build, deploy, and operate Cloudflare-backed applications without piecing together platform docs for workers, storage, networking, security, and infrastructure as code.

Core Features & Use Cases

  • Workers and Pages: Create edge apps, APIs, and static sites on Cloudflare.
  • Storage and AI: Use KV, D1, R2, Workers AI, Vectorize, and Agents SDK for data and intelligence workflows.
  • Networking and Security: Configure Tunnel, Spectrum, WAF, DDoS protections, and Terraform or Pulumi automation.
  • Use Case: Ship a production app that serves content at the edge, persists data, runs AI features, and provisions infrastructure consistently.

Quick Start

Use the cloudflare skill to design and deploy a Cloudflare Worker with storage, security, and infrastructure settings for my application.

Frequently Asked Questions about cloudflare

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

FAQPage Schema
How do I deploy a Cloudflare Worker with D1 and R2 storage bindings?

Deploy Cloudflare Workers by defining platform-aware configuration for D1 and R2 storage bindings, ensuring correct persistence and access control. You must specify clear deployment settings for edge apps to properly connect storage and run APIs.

Can I provision Cloudflare WAF and DDoS protections using Terraform?

Yes, you can provision WAF and DDoS protections using Terraform or Pulumi for repeatable infrastructure as code. This automates Cloudflare networking and security configurations, ensuring consistent access control across deployments.

What is the best way to build edge AI applications with Workers AI and Vectorize?

Build edge AI applications by configuring Workers AI and Vectorize within your Cloudflare Worker setup. This approach integrates data intelligence workflows and vector storage directly at the edge for low-latency AI features.

Does the Cloudflare Agents SDK support stateful edge applications?

The Cloudflare Agents SDK supports building stateful edge applications by combining compute with persistence layers like KV and D1. This enables complex data workflows and intelligent agents to operate consistently at the edge.

How do I configure Cloudflare Tunnel and Spectrum for networking and security?

Configure Cloudflare Tunnel and Spectrum by applying platform-aware settings for networking and security tasks. This establishes protected edge connectivity and traffic routing, ensuring reliable access control and DDoS mitigation.

Do I need Pulumi or Terraform to manage Cloudflare Pages deployment?

You do not strictly need Pulumi or Terraform to deploy Cloudflare Pages, but they are recommended for repeatable provisioning. Infrastructure as code tools automate static site and edge app deployments consistently.