wrangler

Deploy and manage Cloudflare Workers with wrangler.jsonc configurations.

9|2|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/hongmaple0820/agent-academy --skill wrangler-hongmaple0820
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wrangler
Source: https://github.com/hongmaple0820/agent-academy/tree/main/skills/integrations/cloudflare-wrangler
Command: npx skills add https://github.com/hongmaple0820/agent-academy --skill wrangler-hongmaple0820

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Wrangler simplifies deploying and managing Cloudflare Workers by providing a single, cohesive CLI workflow to handle projects and resources.

Core Features & Use Cases

  • Unified CLI for deployment, development, and management of Cloudflare Workers
  • Built-in support for Workers KV, D1, R2, and related bindings
  • Local development and testing with dev, preview, and environment configurations

Quick Start

Initialize your Cloudflare Worker project using wrangler init and start development with local testing.

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 using a unified CLI workflow that manages projects and resources. It validates configurations with wrangler check and wrangler types before pushing your code to the Cloudflare network.

Can I set up local development and staging environments for Cloudflare Workers?

Yes, you can run local development and testing with dev, preview, and environment configurations. The workflow supports defining multiple staging environments and enforces usage of wrangler.jsonc for your project setup.

Does wrangler support bindings with KV, D1, and R2?

Wrangler provides built-in support for Workers KV, D1, and R2 bindings. It allows you to configure and manage these storage and database resources directly within your project for both local development and production deployment.

What is the best way to manage Cloudflare Workers configurations across different environments?

The best way to manage Cloudflare Workers configurations is by using wrangler.jsonc. This approach enforces environment-specific setups and validates your configurations before deployment to ensure correctness across staging and production.

How do I initialize a new Cloudflare Worker project?

You can initialize your Cloudflare Worker project using the wrangler init command. This sets up the project structure and allows you to immediately start local development and testing.