wrangler

wrangler is a skill for Claude Code from fcakyon/claude-codex-settings. It costs 25 tokens per session (1,298 once invoked), scanned A, original, Apache-2.0.

A workflow for using Wrangler, Cloudflare's command-line tool for developing and deploying Workers and managing their related resources. It checks the project's installed version and configuration before suggesting commands.

In plain words
What is it for?
Use it to run or troubleshoot Worker projects, configure deployment files, deploy Workers, and manage Cloudflare resources.
Why use it?
It prevents commands and settings from being copied from the wrong Wrangler version. It also helps distinguish local resources from remote ones before making changes.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the cloudflare-skills plugin — 14 skills shipped together

Good fit Use it to run or troubleshoot Worker projects, configure deployment files, deploy Workers, and manage Cloudflare resources.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/fcakyon/claude-codex-settings/wrangler
About the project

claude-codex-settings is a collection of configurations and reusable extensions for Claude Code, OpenAI Codex, Cursor, and related coding tools. Developers use its skills, commands, hooks, agents, plugins, and MCP servers to shape coding-agent workflows and connect alternative model APIs. The catalogue entries are components of this collection that can be installed into supported coding tools.

fcakyon/claude-codex-settings · 1,139 stars · on GitHub · claudesettings.com

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.

Any agent
npx skills add fcakyon/claude-codex-settings --skill wrangler
Clone the repo
git clone --depth 1 https://github.com/fcakyon/claude-codex-settings

Made for: Claude Code.

Or install cloudflare-skills, the plugin that ships this one along with the rest of its 14 skills.

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 wrangler

README.md
[![agentmods](https://agentmods.dev/badge/skills/fcakyon/claude-codex-settings/wrangler/github.svg)](https://agentmods.dev/skills/fcakyon/claude-codex-settings/wrangler)
Your own site
<a href="https://agentmods.dev/skills/fcakyon/claude-codex-settings/wrangler"><img src="https://agentmods.dev/badge/skills/fcakyon/claude-codex-settings/wrangler/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for wrangler

Your own site · 80×15
<a href="https://agentmods.dev/skills/fcakyon/claude-codex-settings/wrangler"><img src="https://agentmods.dev/badge/skills/fcakyon/claude-codex-settings/wrangler.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,298 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00025 $0.01298
Opus 5 $0.00013 $0.00649
Sonnet 5 $0.00005 $0.00260
Haiku 4.5 $0.00003 $0.00130

Measured yesterday against content hash 369e1b4c4ba7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

wrangler 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 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.

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.

plugins/cloudflare-skills/skills/wrangler/SKILL.md · 54 lines

How it starts

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

Wrangler CLI

Use the project's Wrangler version and retrieve the relevant documentation before writing commands or configuration. CLI flags and configuration fields change; do not rely on memorized examples.

Inspect the Project

  • Find the package manager, installed Wrangler version, package scripts, framework, and Wrangler config. Run commands through the project's scripts or package manager so they use its local version. Install dependencies using the existing lockfile when needed; do not silently upgrade Wrangler to match current docs. If Wrangler is not a dependency, follow the installation guide to add it locally.
  • Identify the config used by the build or deploy command, including framework-generated config. Edit its source rather than generated output.
  • Establish the target account, Worker, environment, and resource before running commands that change them. For data operations, determine whether the target is local or remote.

Retrieve What the Task Needs

Use the Cloudflare MCP docs tool if available, or fetch the relevant linked page directly. Follow links to the specific command or product involved; avoid loading the entire reference. If a page moves, rediscover it through the Wrangler command index or Cloudflare docs search.

Task Source
Discover commands and flags, including resource management, deployments, rollback, and diagnostics Project-local wrangler --help and wrangler <command> --help; command reference
Edit config or add a binding Installed wrangler/config-schema.json (usually under node_modules); configuration reference
Deploy a framework application Framework guides; follow the guide for the project's existing framework and adapter
Migrate an application to Workers when requested Pages to Workers; Vercel to Workers
Configure staging or production Environments
Set secrets locally, in CI, or on a deployed Worker Secrets
Generate binding and runtime types TypeScript
Run locally or choose a testing approach Local development; testing
Diagnose authentication or select an account General commands, including whoami; authentication profiles
Deploy an unauthenticated prototype Claim deployments for eligibility, expiry, and claim URL handling; use a permanent account for production or CI

Read the full file on GitHub · 54 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. yesterday First seen · 54 lines · 25 tokens per session scan A 369e1b4c4ba7

Subscribe to this mod's changes

wrangler is a skill published in the GitHub repository fcakyon/claude-codex-settings (1,139 stars, last pushed 2d ago), licensed Apache-2.0. It adds 25 tokens to every session and 1,298 once invoked, about $0.0001 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-09-09.

Related

Other skills, from other repositories

lov-deploy-to-vercel

A deployment workflow for publishing Vite, Next.js, Create React App, or static frontend projects on Vercel, a hosting service for web applications. It can also connect a custom domain and configure Cloudflare DNS records.

lovstudio/skills · 92 tokens

lov-domain-cutover

A workflow for putting a mainland-China website online after its ICP filing is approved. It verifies the deployment, DNS, HTTPS certificate, domain response, ICP footer, and handling of the old domain.

lovstudio/skills · 63 tokens

netdata-mcp-integration

Use when an AI coding agent needs to connect to a Netdata Agent, Parent, or Netdata Cloud via MCP to verify telemetry, query live metrics, cross-reference instrumentation with infrastructure signals, or troubleshoot services. Covers Claude Code, Cursor, Codex, and Gemini CLI client configs for both local…

netdata/skills · 82 tokens

github-pr-workflow

Prepare a GitHub pull request from a feature branch — branch hygiene, commit shape, title/body, verification notes, screenshots for UI work, and replies to review comments.

paperclipai/paperclip · 39 tokens

cost-optimization

Optimize cloud costs across AWS, Azure, GCP, and OCI through resource rightsizing, tagging strategies, reserved instances, and spending analysis. Use when reducing cloud expenses, analyzing infrastructure costs, or implementing cost governance policies.

wshobson/agents · 48 tokens

linkerd-patterns

Implement Linkerd service mesh patterns for lightweight, security-focused service mesh deployments. Use when setting up Linkerd, configuring traffic policies, or implementing zero-trust networking with minimal overhead.

wshobson/agents · 41 tokens