cloudflare-workers-debugging

cloudflare-workers-debugging is a skill for Claude Code, Codex from curiositech/windags-skills. It costs 162 tokens per session (2,329 once invoked), scanned A, original, no licence file.

A troubleshooting guide for Cloudflare Workers deployments, routing, secrets, logs, domains, and service bindings.

In plain words
What is it for?
It is for investigating Wrangler deployment failures, DNS and route issues, missing D1/KV/R2 connections, OAuth errors, and redirect cookies.
Why use it?
It helps diagnose deployment and configuration problems that may otherwise fail silently or produce the wrong result.

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/curiositech/windags-skills/cloudflare-workers-debugging
Any agent
npx skills add curiositech/windags-skills --skill cloudflare-workers-debugging
Clone the repo
git clone --depth 1 https://github.com/curiositech/windags-skills

Made for: Claude Code, Codex.

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-workers-debugging

README.md
[![agentmods](https://agentmods.dev/badge/skills/curiositech/windags-skills/cloudflare-workers-debugging.svg)](https://agentmods.dev/skills/curiositech/windags-skills/cloudflare-workers-debugging)
Your own site
<a href="https://agentmods.dev/skills/curiositech/windags-skills/cloudflare-workers-debugging"><img src="https://agentmods.dev/badge/skills/curiositech/windags-skills/cloudflare-workers-debugging.svg" alt="Measured on agentmods" height="20"></a>
Per session 162 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,329 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00162 $0.02329
Opus 5 $0.00081 $0.01164
Sonnet 5 $0.00032 $0.00466
Haiku 4.5 $0.00016 $0.00233

Measured yesterday against content hash a26893fe0a9e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

cloudflare-workers-debugging scanned grade A with 1 finding 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 yesterday.

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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

**Fix:** Switch to `SameSite=Lax` for login-token cookies. Verify with curl + cookie jar to rule out server-side issues first.
skills/cloudflare-workers-debugging/SKILL.md · 220 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. yesterday First seen · 220 lines · 162 tokens per session scan A a26893fe0a9e

Subscribe to this mod's changes

cloudflare-workers-debugging is a skill published in the GitHub repository curiositech/windags-skills (10 stars, last pushed 1mo ago), with no licence file. It adds 162 tokens to every session and 2,329 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

cloudflare

Use when working on Cloudflare's edge platform — wrangler.jsonc bindings, choosing between D1/KV/R2/Durable Objects/Queues, deploying a Worker or SPA via Static Assets, or designing around a Workers runtime limit. NOT generic CI/release (that is deployment), NOT Next.js framework wiring (that is nextjs), NOT DNS…

ericrisco/rsc-harness · 86 tokens

cloudflare-workers-local-dev

Patterns, pitfalls, and workflows for local Cloudflare Workers development with D1, static assets, multi-source integration, and the m-log refactoring architecture.

humanerd-drew/opencode-drewgent · 37 tokens

alchemy-infra

Sets up Alchemy (alchemy-run/alchemy, Infrastructure-as-TypeScript) in any codebase — new project scaffold OR add to existing app. Wires Cloudflare/AWS providers, state backend, secrets, and binding types end-to-end with strict secret hygiene. USE THIS SKILL whenever the user mentions "alchemy", "alchemy.run"…

aashirjaved/alchemy-infra · 202 tokens

cloudflare-workers-deploy

Debug and operate Cloudflare Workers deployments — secrets management, local-vs-deployed diagnostics, outbound API troubleshooting, and deployment workflow.

humanerd-drew/opencode-drewgent · 32 tokens

Cloudflare Workers & Edge AI Development

Build ultra-low-latency edge computing applications with Cloudflare Workers, Workers AI for LLM inference, V8 isolates, Durable Objects, and serverless patterns deployed across 330+ data centers worldwide.

bobmatnyc/mcp-skillset · 48 tokens

wrangler

Cloudflare Workers CLI for deploying, developing, and managing Workers, KV, R2, D1, Vectorize, Hyperdrive, Workers AI, Containers, Queues, Workflows, Pipelines, and Secrets Store. Load before running wrangler commands to ensure correct syntax and best practices. Biases towards retrieval from Cloudflare docs over…

cloudflare/skills · 75 tokens