cloudflare

Guide developers through Cloudflare products, APIs, and infrastructure-as-code configurations.

5|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/STier-Ai/stier --skill cloudflare-stier-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare
Source: https://github.com/STier-Ai/stier/tree/main/.gemini/skills/cloudflare
Command: npx skills add https://github.com/STier-Ai/stier --skill cloudflare-stier-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a unified and detailed guide to all Cloudflare products and their applications, enabling developers to efficiently leverage the platform for various use cases.

Core Features & Use Cases

  • Comprehensive Coverage: Includes detailed information on all major Cloudflare products like Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), networking (Tunnel, Spectrum), security (WAF, DDoS), and infrastructure-as-code (Terraform, Pulumi).
  • Decision Trees: Offers quick decision trees to guide users to the right product and configuration for their specific needs.
  • In-depth References: Provides detailed references for each product, including setup instructions, configuration options, best practices, and troubleshooting guidance.
  • Quick Start: Includes a simple command to get started with a specific product, such as npx wrangler r2 bucket catalog enable my-bucket for enabling R2 Data Catalog.

Quick Start

Use the 'cloudflare' skill to get started with a specific Cloudflare product. For example, to enable R2 Data Catalog for a bucket, run the following command: npx wrangler r2 bucket catalog enable my-bucket.

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 storage option for my application?

Choosing the right Cloudflare storage depends on your data structure and access patterns. You can use decision trees to select between KV for key-value pairs, D1 for relational databases, and R2 for large object storage.

What is the best way to deploy edge computing applications on Cloudflare Workers?

The best way to deploy edge computing applications is using Cloudflare Workers with Wrangler commands. You can quickly start projects and configure serverless functions by following specific setup instructions and best practices.

Can I manage Cloudflare security configurations like WAF and DDoS using infrastructure-as-code?

Yes, you can manage Cloudflare security configurations using infrastructure-as-code tools. The platform supports Terraform and Pulumi to provision and maintain WAF and DDoS protection settings programmatically.

How do I integrate AI models into my Cloudflare networking setup?

You integrate AI models into your Cloudflare networking setup using Workers AI and the Agents SDK. These products allow you to run machine learning inference directly at the edge alongside your existing Tunnel and Spectrum configurations.

Does Cloudflare support building static websites with Pages and serverless backends?

Yes, Cloudflare supports building static websites with Pages and serverless backends. You can deploy frontend assets to Pages and connect them to Workers and storage APIs for full-stack application functionality.

Why is my Cloudflare Workers deployment not working and how do I troubleshoot it?

If your Cloudflare Workers deployment is not working, troubleshoot by checking API configurations and reviewing detailed references. The platform provides specific troubleshooting guidance and configuration best practices to resolve errors.