cloudflare

A guide for building with Cloudflare, a service for running websites, code, databases, storage, security, and networking on the internet.

In plain words
What is it for?
It helps with Workers and Pages, KV, D1, R2, AI services, feature flags, tunnels, security settings, and Terraform or Pulumi infrastructure code.
Why use it?
It brings the relevant Cloudflare documentation and development guidance together when a task involves several Cloudflare products.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/jxck/dotfiles/cloudflare
Any agent
npx skills add Jxck/dotfiles --skill cloudflare
Clone the repo
git clone --depth 1 https://github.com/Jxck/dotfiles

Made for: Claude Code, Codex.

Per session 87 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,186 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00087 $0.02186
Opus 5 $0.00044 $0.01093
Sonnet 5 $0.00017 $0.00437
Haiku 4.5 $0.00009 $0.00219

Measured 2d ago against content hash 89bcccbb0b6d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

cloudflare scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/cloudflare/SKILL.md · 249 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 249 lines · 87 tokens per session scan A 89bcccbb0b6d

Subscribe to this mod's changes

cloudflare is a skill published in the GitHub repository Jxck/dotfiles (95 stars, last pushed 5d ago), with no licence file. It adds 87 tokens to every session and 2,186 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

cloud-run

Deploy container services to Google Cloud Run with Artifact Registry, keyless CI identity, Secret Manager, ko, or Dockerfiles.

fmind/dotfiles · 28 tokens

google-cloud-operations

Operate Google Cloud with gcloud: pin account, configuration, project, and billing context for IAM, APIs, logs, and audits outside deployment.

fmind/dotfiles · 34 tokens

factory-deployment

Deployment and infrastructure conventions across builds. Vercel + Neon for web (with PR branch DBs), Cloud Run for Python services (one service per entry-point variant), GitHub Actions matrix-deploy on merge, Terraform with environments/modules layout for AWS / compliance customers, RDS IAM authentication for AWS DBs…

nonlinear-xyz/factory-kit · 108 tokens

cdn-upload

Upload local files (figures, images, any asset) to the user's public CDN at cdn.hails.info (Cloudflare R2) and get back public https URLs. Use when an image/file needs a public URL — e.g. embedding a figure inline in a PRIVATE-repo GitHub PR/issue description (private-repo raw/blob links do NOT render; a public…

DJRHails/dotfiles · 123 tokens

scaffold-terraform

Scaffold a Terraform infrastructure project with CI/CD (plan on PR, apply on push), AWS OIDC auth, .envrc, and standard files. Uses terraform CLI as the native tool. Loads on top of scaffold-project (run that first for cross-language standard files). Use when creating infrastructure repos, or when the user mentions…

urmzd/dotfiles · 115 tokens

terraform-stack

Canonical infrastructure-as-code stack — OpenTofu-first with tflint, trivy config scans, terraform-docs, native tests, and GCS state. Use for any Terraform or OpenTofu work.

fmind/dotfiles · 45 tokens