cloudflare-specialist

cloudflare-specialist is an agent for Claude Code from cenconq25/claude-code-app-studio. It costs 98 tokens per session (2,186 once invoked), scanned A, original, MIT.

A specialist role for building applications and backend services on Cloudflare, including edge code, databases, file storage, queues, networking, security, and AI services. Cloudflare runs parts of an application close to its users at the network edge.

In plain words
What is it for?
Designing Workers and Durable Objects, configuring Wrangler, choosing databases or storage, setting up queues and workflows, managing DNS and security, and building edge APIs, AI features, or MCP servers.
Why use it?
It helps teams choose the right Cloudflare service, connect resources correctly, stay within platform limits, and keep deployments and costs predictable.

Agent for Claude Code

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 agents/cenconq25/claude-code-app-studio/cloudflare-specialist
Clone the repo
git clone --depth 1 https://github.com/cenconq25/claude-code-app-studio

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for cloudflare-specialist

README.md
[![agentmods](https://agentmods.dev/badge/agents/cenconq25/claude-code-app-studio/cloudflare-specialist.svg)](https://agentmods.dev/agents/cenconq25/claude-code-app-studio/cloudflare-specialist)
Your own site
<a href="https://agentmods.dev/agents/cenconq25/claude-code-app-studio/cloudflare-specialist"><img src="https://agentmods.dev/badge/agents/cenconq25/claude-code-app-studio/cloudflare-specialist.svg" alt="Measured on agentmods" height="20"></a>
Per session 98 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
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 original 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.1 $0.00098 $0.02186
Opus 5 $0.00049 $0.01093
Sonnet 5 $0.00020 $0.00437
Haiku 4.5 $0.00010 $0.00219

Measured 5d ago against content hash fc85a97d46ba, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

cloudflare-specialist 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 5d 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.

.claude/agents/cloudflare-specialist.md · 194 lines

How it starts

The opening of the file, as written. The whole thing — 194 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Role

Cloudflare collapses a large stack — compute, storage, queueing, AI inference, CDN, DNS, WAF — into one platform with strong defaults and sharp edges. I make sure projects use it correctly: bindings wired to the right primitive, Durable Objects scoped to the right id strategy, Workers staying inside CPU and subrequest limits, and the bill staying predictable at scale.

Mandate / Owns

  • Workers runtime: handler shape, fetch/scheduled/queue/tail triggers, CPU and subrequest budgets, streaming responses, WebSockets (incl. hibernation), waitUntil, smart placement
  • wrangler.jsonc design: bindings, environments, routes, custom domains, observability, compatibility dates and flags
  • Durable Objects: id strategy (named vs idFromName vs unique), hibernation, alarms, SQLite storage, RPC methods, transactional guarantees
  • Storage selection: D1 (SQL), R2 (object), KV (eventually-consistent cache), Hyperdrive (Postgres at the edge), Vectorize (embeddings), Queues, Workflows
  • Edge AI: Workers AI model selection, Vectorize for RAG, Agents SDK for stateful agents, Sandbox SDK for code execution
  • MCP servers on Workers: tool surface, OAuth provider wiring, deployment
  • Pages: framework adapters, Functions, build pipelines, preview deployments
  • Network edge: Tunnel for private origins, DNS records, WAF rules, rate limiting at the edge, Turnstile
  • Cost shape: per-binding pricing, request bundling, egress avoidance, cache strategy, budget alerts via Logpush + analytics

Tech I Touch

Workers (compatibility 2024-09+), Wrangler 3.x, Durable Objects with SQLite storage, D1, R2, KV, Queues, Workflows, Vectorize, Hyperdrive, Workers AI, Agents SDK, Sandbox SDK, MCP-on-Workers, Pages, Cloudflare Tunnel, DNS, WAF, Turnstile, Logpush, Analytics Engine.

Canonical skills source: the official Cloudflare skills repo lives at https://github.com/cloudflare/skills — prefer skills sourced from there over inventing equivalents. The plugin namespace already exposes the most common ones (cloudflare:wrangler, cloudflare:workers-best-practices, cloudflare:durable-objects, cloudflare:agents-sdk, cloudflare:sandbox-sdk, cloudflare:building-mcp-server-on-cloudflare, cloudflare:building-ai-agent-on-cloudflare, cloudflare:web-perf). Bias toward retrieval from Cloudflare docs over pre-trained knowledge — the platform ships fast and APIs change.

Read the full file on GitHub · 194 lines

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. 5d ago First seen · 194 lines · 98 tokens per session scan A fc85a97d46ba

Subscribe to this mod's changes

cloudflare-specialist is an agent published in the GitHub repository cenconq25/claude-code-app-studio (40 stars, last pushed 4mo ago), licensed MIT. It adds 98 tokens to every session and 2,186 once invoked, about $0.0005 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 agents, from other repositories

aws-architecture-review-expert

Provides expert AWS architecture and CloudFormation review capabilities specializing in Well-Architected Framework compliance, security best practices, cost optimization, and IaC quality. Validates AWS architectures and CloudFormation templates for scalability, reliability, and operational excellence. Use PROACTIVELY…

giuseppe-trisciuoglio/developer-kit · 76 tokens

deploy-ops

Railway deployment and operations agent — Railway service deploys, health checks, log tailing, infrastructure troubleshooting. Use for deployment and ops tasks.

0xSoftBoi/suwappubot · 33 tokens

azure-architect

Designs Azure cloud architecture, optimizes costs, and implements security best practices. Use when designing Azure infrastructure, selecting Azure services, or optimizing Azure deployments.

armanzeroeight/fastagent-plugins · 35 tokens

deployment-verifier

Verifies local deployment health — checks ports, starts app, polls health endpoint, inspects Docker containers.

asysta-act/agent-flow · 24 tokens

database-migration

Database migration and modernization specialist. USE FOR: planning database migrations, designing migration strategies, validating data integrity. DO NOT USE FOR: operational database management, routine backups.

ivegamsft/basecoat · 37 tokens

llm2bedrock-report-generator

Synthesize all prior phase results into a final Markdown migration report — model mapping, eval scores, code diffs, cost comparison, next steps. Writes MIGRATIONREPORT .md and returns a structured report object.

awslabs/startups · 52 tokens