wrangler

Deploy and manage Cloudflare Workers with Wrangler commands and configuration.

Updated May 28, 2026
One-click install
npx skills add https://github.com/aksri648/AI_BOARD_ROOM_DISCUSSION --skill wrangler-aksri648
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wrangler
Source: https://github.com/aksri648/AI_BOARD_ROOM_DISCUSSION/tree/main/Backend/.agents/skills/wrangler
Command: npx skills add https://github.com/aksri648/AI_BOARD_ROOM_DISCUSSION --skill wrangler-aksri648

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you avoid outdated Cloudflare Wrangler knowledge by guiding you to fetch the latest docs and then use current, correct commands and configuration patterns for Workers deployments and related services.

Core Features & Use Cases

  • Wrangler-first operational guidance: Learn and apply the correct Wrangler flags, subcommands, and config fields for common tasks like local development, deploying, and troubleshooting.
  • Production-ready configuration practices: Use JSON config (wrangler.jsonc), set an appropriate compatibility_date, define environments (staging/production), and regenerate types after config changes.
  • Service coverage for the Cloudflare ecosystem: Configure and manage bindings and resources including KV, R2, D1, Vectorize, Hyperdrive, Workers AI, Queues, Workflows, Pipelines, Secrets Store, and Pages deployment workflows.

Quick Start

Run the command wrangler --version to confirm you have Wrangler v4.x installed before proceeding with your first deploy or local development workflow.

Frequently Asked Questions about wrangler

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

FAQPage Schema
How do I configure Cloudflare Workers bindings for local development?

Deploy Cloudflare Workers using the Wrangler CLI by authoring a wrangler.jsonc file with the correct name, description, and compatibility_date. Run the deploy command after confirming Wrangler v4.x is installed to push your application to production.

What is the correct way to set up wrangler.jsonc for production Workers deployments?

The correct way to set up wrangler.jsonc for production Workers deployments involves defining your name, description, an appropriate compatibility_date, and specific environments like staging and production. You must also declare your service bindings such as D1, Vectorize, and Hyperdrive in this JSON config.

How do I manage Cloudflare R2 and D1 bindings when deploying with Wrangler?

Regenerate TypeScript types after making Cloudflare Workers configuration changes by running the Wrangler type generation command. This ensures your bindings for KV, R2, D1, and Vectorize match the current wrangler.jsonc schema and maintain strict type safety.

Does Wrangler support configuring Cloudflare Vectorize and Hyperdrive services?

Avoid outdated Cloudflare Wrangler knowledge by fetching the latest official docs and config schema before running commands. Wrangler mandates retrieval from official documentation to ensure flags, config fields, and binding shapes for KV, R2, and D1 stay current.