cloudflare

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Cloudflare's platform spans dozens of products with frequently changing APIs, limits, and pricing, making it hard to pick the right service and write correct code from memory alone. This Skill routes your task to the right Cloudflare product and directs retrieval from official docs instead of relying on outdated pre-trained knowledge. ## Core Features & Use Cases - Product Decision Trees: Maps needs like running code, storing data, AI inference, networking, security, and media to the correct Cloudflare product (Workers, D1, R2, Vectorize, WAF, and more). - Retrieval-First Guidance: Points to authoritative sources such as Cloudflare docs, workers-types packages, and the Wrangler config schema for current limits, types, and configuration options. - Indexed Reference Library: Organizes detailed references for over 50 products including compute, storage, AI/ML, developer tools, and infrastructure-as-code with Terraform and Pulumi. - Use Case: You need to add a relational database to a Workers project. The decision tree routes you to D1 for SQLite or Hyperdrive for an existing Postgres, then the reference files and live docs provide binding configuration and query syntax. ## Quick Start Ask the agent to help you build a Cloudflare Workers API with a D1 database and KV session storage, using the latest official documentation.

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 product for my project?

Use the decision trees organized by need: running code, storing data, AI/ML, networking, security, media, or analytics. Each tree maps your requirement to a specific product like Workers, D1, R2, or Vectorize, then links to detailed reference files.

What Cloudflare storage option should I use for my data?

Choose KV for key-value config and sessions, D1 for relational SQLite, R2 for S3-compatible object storage, Queues for async messaging, and Vectorize for embeddings. Durable Objects provide strongly-consistent per-entity state.

Does Cloudflare Workers support AI inference and vector search?

Yes, Workers AI runs LLM, embedding, and image models at the edge, while Vectorize provides a vector database for RAG and semantic search. The Agents SDK supports building stateful AI agents, and AI Gateway adds caching and routing for any provider.

Can I manage Cloudflare infrastructure with Terraform or Pulumi?

Yes, the skill includes references for both Terraform and Pulumi providers, plus the raw REST API. These cover declarative management of Workers, DNS, storage, and security configuration as code.

Why should I check Cloudflare docs instead of relying on training data?

Cloudflare limits, pricing, API signatures, and configuration options change frequently. The skill instructs retrieval from developers.cloudflare.com, the workers-types package, and the Wrangler config schema, trusting docs whenever references disagree.