Installation
Skills CLI
npx skills@latest add cloudflare/skills --skill wranglerRequires Node.js and npm. Choose your agents in the installer; add -g for a global installation.
Prompt
Use the wrangler skill for this task.Paste this into your agent once the skill is installed, then add your own context.
Fieldbook review
Reviewed 27 Sept 2026Reads 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)