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.
npx agentmods add agents/cenconq25/claude-code-app-studio/cloudflare-specialistgit clone --depth 1 https://github.com/cenconq25/claude-code-app-studioWrote 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.
[](https://agentmods.dev/agents/cenconq25/claude-code-app-studio/cloudflare-specialist)<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>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.
| Model | Per session | Once 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 |
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.
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/tailtriggers, CPU and subrequest budgets, streaming responses, WebSockets (incl. hibernation),waitUntil, smart placement wrangler.jsoncdesign: 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.
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.
- 5d ago First seen · 194 lines · 98 tokens per session scan A fc85a97d46ba
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.
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…
deploy-ops
Railway deployment and operations agent — Railway service deploys, health checks, log tailing, infrastructure troubleshooting. Use for deployment and ops tasks.
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.
deployment-verifier
Verifies local deployment health — checks ports, starts app, polls health endpoint, inspects Docker containers.
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.
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.