wrangler

Deploy Cloudflare Workers and related resources using the Wrangler CLI.

Updated Jan 19, 2026
One-click install
npx skills add https://github.com/andrewkoumoudjian/personnal-setup --skill wrangler-andrewkoumoudjian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wrangler
Source: https://github.com/andrewkoumoudjian/personnal-setup/tree/main/.opencode/skill/wrangler
Command: npx skills add https://github.com/andrewkoumoudjian/personnal-setup --skill wrangler-andrewkoumoudjian

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Wrangler streamlines the deployment, development, and management of Cloudflare Workers and related resources by providing a single, cohesive CLI and configuration workflow.

Core Features & Use Cases

  • Deploy, preview, and manage Cloudflare Workers, KV, R2, D1, and other resources from a single CLI.
  • Local development server with live reload and environment bindings for staging and production workflows.
  • Supports wrangler.jsonc/config workflows, multi-environment deployments, and safe defaults for predictable releases.

Quick Start

Create a new Worker project with wrangler init my-worker and deploy it with wrangler deploy.

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 from the command line?

You can deploy Cloudflare Workers by running wrangler deploy after initializing your project, which pushes your edge computing code directly to the network using a single CLI workflow.

Does wrangler support local development with resource bindings?

Yes, wrangler provides a local development server with live reload and supports environment bindings for staging and production workflows to test resources before deployment.

What is the best way to configure multiple environments for Cloudflare Workers?

Configuring multiple environments is best handled using wrangler.jsonc, which supports multi-environment deployments and multiple resource bindings for predictable releases.

Can I manage Cloudflare KV, R2, and D1 resources from a single CLI?

Yes, you can deploy, preview, and manage Cloudflare Workers alongside KV, R2, and D1 resources from a single cohesive CLI to streamline edge resource management.

How do I initialize a new Cloudflare Worker project?

You can initialize a new Cloudflare Worker project by running wrangler init my-worker, which sets up the necessary project structure and configuration files for deployment.