wrangler

Deploy and manage Cloudflare Workers and related resources from the command line.

1|Updated May 27, 2026
One-click install
npx skills add https://github.com/mi179/claude-skills --skill wrangler-mi179
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wrangler
Source: https://github.com/mi179/claude-skills/tree/main/user/wrangler
Command: npx skills add https://github.com/mi179/claude-skills --skill wrangler-mi179

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Wrangler simplifies deploying and managing Cloudflare Workers and related resources from a CLI, reducing manual steps and enabling repeatable workflows across environments.

Core Features & Use Cases

  • CLI-driven deployment of Cloudflare Workers, KV, R2, D1, Vectorize, Hyperdrive, and more.
  • Bindings and configuration management using wrangler.jsonc with security best practices for secrets.
  • Cross-environment workflows for local development, staging, and production.

Quick Start

Install Wrangler and initialize a new project with wrangler init, then deploy 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?

To deploy Cloudflare Workers from the command line, initialize your project with wrangler init, configure wrangler.jsonc, and execute wrangler deploy to publish your worker to the network.

What is the best way to manage Cloudflare Workers secrets locally?

Manage Cloudflare Workers secrets locally by enforcing security best practices through wrangler, ensuring sensitive data is securely bound in your configuration without hardcoding values into your codebase.

Can I configure bindings for D1 and R2 using wrangler.jsonc?

Yes, you can configure bindings for D1, R2, KV, Vectorize, and Hyperdrive using wrangler.jsonc to establish secure connections between your Cloudflare Workers and these managed resources.

Does wrangler support local development workflows for Cloudflare Workers?

Wrangler supports local development workflows for Cloudflare Workers, enabling you to test and validate code locally before deploying across staging and production environments.

How do I set up cross-environment workflows for Cloudflare Workers?

Set up cross-environment workflows for Cloudflare Workers by configuring wrangler.jsonc to manage distinct bindings and deployment targets for local, staging, and production environments.