wrangler

Deploy and manage Cloudflare Workers and associated resources using Wrangler.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/9miya20/zatommy --skill wrangler-9miya20
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wrangler
Source: https://github.com/9miya20/zatommy/tree/main/apps/auth/.agents/skills/wrangler
Command: npx skills add https://github.com/9miya20/zatommy --skill wrangler-9miya20

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Wrangler provides a unified CLI to deploy, develop, and manage Cloudflare Workers and related resources, removing the complexity of juggling multiple tools and configuration formats.

Core Features & Use Cases

  • Deploy and manage Workers, KV, R2, D1, and other resources from a single CLI.
  • Local development and multi-environment deployments with sane defaults and environment bindings.
  • Real-world use case: streamline CI/CD for edge applications across staging and production environments.

Quick Start

Install wrangler and initialize or start a local dev server to begin building a Cloudflare Worker.

Frequently Asked Questions about wrangler

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy Cloudflare Workers using a CLI?

You can deploy Cloudflare Workers using a CLI by utilizing Wrangler to automate deployment, manage environment bindings, and configure resources like KV and R2 directly from your terminal.

Can I manage multiple deployment environments for Cloudflare Workers?

Yes, managing multiple deployment environments for Cloudflare Workers is supported. Wrangler provides sane defaults and environment bindings to streamline CI/CD across staging and production environments.

How do I bind resources like D1 and R2 to my Cloudflare Workers?

Binding resources like D1, R2, and KV to Cloudflare Workers involves applying Wrangler configuration guidance to define resource associations, enabling seamless access to storage and databases within your Worker code.

What is the best way to set up local development for Cloudflare Workers?

The best way to set up local development for Cloudflare Workers is to initialize a Wrangler project and start a local dev server, allowing you to build and test edge applications safely before deployment.

Do I need Wrangler to manage KV and R2 storage for edge applications?

You need Wrangler to manage KV, R2, and D1 storage for edge applications because it provides a unified CLI to deploy, develop, and configure these associated resources without juggling multiple separate tools.