wrangler

Manage Cloudflare Workers deployments and development using the Wrangler CLI.

1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/avoidthekitchen/avilingo-v2 --skill wrangler-avoidthekitchen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wrangler
Source: https://github.com/avoidthekitchen/avilingo-v2/tree/main/beakspeak/.agents/skills/wrangler
Command: npx skills add https://github.com/avoidthekitchen/avilingo-v2 --skill wrangler-avoidthekitchen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Wrangler commands and best practices for deploying and developing Cloudflare Workers are often outdated; this Skill provides up-to-date guidance and retrieves official docs as needed.

Core Features & Use Cases

  • Up-to-date Wrangler guidance for deploying, developing, and debugging Cloudflare Workers
  • Guidance on config fields, environments, and bindings across KV, R2, D1, Vectorize, Hyperdrive, and more
  • Use-case examples and best practices for secure deployments and rapid iteration

Quick Start

Install wrangler, initialize a new Worker project, and start the local dev server with wrangler dev.

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 the Wrangler CLI?

Deploy Cloudflare Workers by running the Wrangler CLI to initialize projects, configure bindings, and push code directly to the edge. This Skill provides up-to-date command syntax and best practices for seamless deployments.

What is the best way to configure Cloudflare Workers bindings for KV and R2?

Configure Cloudflare Workers bindings for KV and R2 by defining them in your configuration file. This Skill guides you through setting up environments and attaching services like D1, Vectorize, and Hyperdrive correctly.

Can I run a local dev server for Cloudflare Workers before deploying?

Run a local dev server for Cloudflare Workers using the Wrangler CLI to test code and bindings before deployment. This Skill offers guidance on starting the server and iterating rapidly in a local environment.

Why are my Wrangler commands for Cloudflare Workers failing or outdated?

Wrangler commands fail when using outdated syntax or deprecated config fields. This Skill retrieves up-to-date official documentation to resolve errors and provide current best practices for managing Cloudflare Workers.

Does Wrangler support managing Secrets and D1 databases for Cloudflare Workers?

Wrangler supports managing Secrets and D1 databases for Cloudflare Workers through dedicated CLI commands. This Skill helps you securely configure and interact with these services within your deployment workflow.