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 skills/fcakyon/claude-codex-settings/cloudflare-deploynpx skills add fcakyon/claude-codex-settings --skill cloudflare-deploygit clone --depth 1 https://github.com/fcakyon/claude-codex-settingsWrote 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/skills/fcakyon/claude-codex-settings/cloudflare-deploy)<a href="https://agentmods.dev/skills/fcakyon/claude-codex-settings/cloudflare-deploy"><img src="https://agentmods.dev/badge/skills/fcakyon/claude-codex-settings/cloudflare-deploy.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 | $0.00089 | $0.02196 |
| Opus 5 | $0.00044 | $0.01098 |
| Sonnet 5 | $0.00018 | $0.00439 |
| Haiku 4.5 | $0.00009 | $0.00220 |
Grade A, and why
cloudflare-deploy 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 4d 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.
This is a copy
97% identical to cloudflare — 3 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 250 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Cloudflare Platform Skill
Consolidated skill for building on the Cloudflare platform. Use decision trees below to find the right product, then load detailed references.
Your knowledge of Cloudflare APIs, types, limits, and pricing may be outdated. Prefer retrieval over pre-training — the references in this skill are starting points, not source of truth.
Retrieval Sources
Fetch the latest information before citing specific numbers, API signatures, or configuration options. Do not rely on baked-in knowledge or these reference files alone.
| Source | How to retrieve | Use for |
|---|---|---|
| Cloudflare docs | cloudflare-docs search tool or https://developers.cloudflare.com/ |
Limits, pricing, API reference, compatibility dates/flags |
| Workers types | npm pack @cloudflare/workers-types or check node_modules |
Type signatures, binding shapes, handler types |
| Wrangler config schema | node_modules/wrangler/config-schema.json |
Config fields, binding shapes, allowed values |
| Product changelogs | https://developers.cloudflare.com/changelog/ |
Recent changes to limits, features, deprecations |
When a reference file and the docs disagree, trust the docs. This is especially important for: numeric limits, pricing tiers, type signatures, and configuration options.
Quick Decision Trees
"I need feature flags"
Need feature flags?
└─ Feature toggles, targeting rules, percentage rollouts → flagship/
├─ Evaluate in Workers → Flagship binding (env.FLAGS)
├─ Evaluate in Node.js / browser → OpenFeature SDK (@cloudflare/flagship)
└─ Manage flags via API → Flagship REST API
"I need to run code"
Need to run code?
├─ Serverless functions at the edge → workers/
├─ Full-stack web app with Git deploys → pages/
├─ Stateful coordination/real-time → durable-objects/
├─ Long-running multi-step jobs → workflows/
├─ Run containers → containers/
├─ Multi-tenant (customers deploy code) → workers-for-platforms/
├─ Scheduled tasks (cron) → cron-triggers/
├─ Lightweight edge logic (modify HTTP) → snippets/
├─ Process Worker execution events (logs/observability) → tail-workers/
└─ Optimize latency to backend infrastructure → smart-placement/
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.
- references/agents-sdk/api.md 5.7 KB
- references/agents-sdk/configuration.md 3.5 KB
- references/agents-sdk/gotchas.md 5.0 KB
- references/agents-sdk/patterns.md 5.5 KB
- references/agents-sdk/README.md 2.7 KB
- references/ai-gateway/configuration.md 2.9 KB
- references/ai-gateway/dynamic-routing.md 1.8 KB
- references/ai-gateway/features.md 2.7 KB
- references/ai-gateway/README.md 6.2 KB
- references/ai-gateway/sdk-integration.md 2.6 KB
- references/ai-gateway/troubleshooting.md 2.4 KB
- references/ai-search/api.md 2.5 KB
- references/ai-search/configuration.md 1.7 KB
- references/ai-search/gotchas.md 2.1 KB
- references/ai-search/patterns.md 2.0 KB
- references/ai-search/README.md 4.4 KB
- references/analytics-engine/api.md 3.1 KB
- references/analytics-engine/configuration.md 2.3 KB
- references/analytics-engine/gotchas.md 2.0 KB
- references/analytics-engine/patterns.md 2.3 KB
- references/analytics-engine/README.md 3.3 KB
- references/api-shield/api.md 3.8 KB
- references/api-shield/configuration.md 4.9 KB
- references/api-shield/gotchas.md 4.8 KB
- references/api-shield/patterns.md 5.7 KB
- references/api-shield/README.md 1.8 KB
- references/api/api.md 4.2 KB
- references/api/configuration.md 3.7 KB
- references/api/gotchas.md 5.3 KB
- references/api/patterns.md 4.5 KB
- references/api/README.md 2.4 KB
- references/argo-smart-routing/api.md 6.4 KB
- references/argo-smart-routing/configuration.md 4.4 KB
- references/argo-smart-routing/gotchas.md 4.2 KB
- references/argo-smart-routing/patterns.md 3.0 KB
- references/argo-smart-routing/README.md 4.0 KB
- references/artifacts/api.md 5.0 KB
- references/artifacts/configuration.md 3.1 KB
- references/artifacts/README.md 3.7 KB
- references/bindings/api.md 5.1 KB
- references/bindings/configuration.md 4.4 KB
- references/bindings/gotchas.md 6.0 KB
- references/bindings/patterns.md 4.9 KB
- references/bindings/README.md 3.9 KB
- references/bot-management/api.md 5.7 KB
- references/bot-management/configuration.md 5.6 KB
- references/bot-management/gotchas.md 5.5 KB
- references/bot-management/patterns.md 4.9 KB
- references/bot-management/README.md 3.7 KB
- references/browser-rendering/api.md 2.9 KB
- references/browser-rendering/configuration.md 1.8 KB
- references/browser-rendering/gotchas.md 2.5 KB
- references/browser-rendering/patterns.md 2.6 KB
- references/browser-rendering/README.md 3.0 KB
- references/c3/api.md 2.2 KB
- references/c3/configuration.md 1.6 KB
- references/c3/gotchas.md 2.3 KB
- references/c3/patterns.md 2.2 KB
- references/c3/README.md 3.3 KB
- references/cache-reserve/api.md 5.9 KB
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.
- 4d ago First seen · 250 lines · 89 tokens per session scan A c6637f4946d0
cloudflare-deploy is a skill published in the GitHub repository fcakyon/claude-codex-settings (1,123 stars, last pushed yesterday), licensed Apache-2.0. It adds 89 tokens to every session and 2,196 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. It is 97% identical to cloudflare, differing in 3 lines, and is treated as a copy.
Other skills, from other repositories
golden-jupyter-dir
Use when testing the goldenjupyterdir golden build.
golden-man-kw
Use when testing the man golden build.
skill-builder
Automatically detect source types and build AI skills using Skill Seekers. Use when the user wants to create skills from documentation, repos, PDFs, videos, or other knowledge sources.
golden-rss
Use when testing the rss golden build.
golden-chat-topics
Use when testing the goldenchattopics golden build.
golden-chat-single
Use when testing the goldenchatsingle golden build.