Cloud & infrastructureApache-2.0

Wrangler

by Cloudflare (opens in a new tab) cloudflare/skills

Configure and run Wrangler for local Workers development, previews, deployment, and resources.

Installation

Skills CLI

Skills CLI command
npx skills@latest add cloudflare/skills --skill wrangler

Requires Node.js and npm. Choose your agents in the installer; add -g for a global installation.

Fieldbook review

Reviewed 27 Sept 2026

Reads the project-local Wrangler version, edits source configuration, consults Cloudflare docs through MCP or the web, and runs build, type, preview, deploy, secret, or resource commands. Remote operations can deploy code, provision or alter Cloudflare resources, expose public previews, and delete named previews.

  • LicenceApache-2.0
  • FrontmatterValid name and description
  • Risky patternsNone found
  • Size70 lines
  • Last checked27 Sept 2026 · 40a6802d3bf62c6cab203278eeb0b4d547b2e6f6bf281155aba5fc22b8aaee98

What it can touch

  • Edits code

    Changes files in your project.

  • Runs commands

    Runs shell commands such as tests, builds or installs.

  • Needs MCP

    Requires an MCP server to be configured.

  • Network

    Reaches external services or the web.

Read the source

Fieldbook links to the original instead of copying it, so you always read the version you install.

skills/wrangler/SKILL.md on GitHub (opens in a new tab)