wrangler

Guide Cloudflare Workers deployment and management using the Wrangler CLI.

Updated Jun 26, 2026
One-click install
npx skills add https://github.com/yash-garg/pi-config --skill wrangler-yash-garg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wrangler
Source: https://github.com/yash-garg/pi-config/tree/main/skills/wrangler
Command: npx skills add https://github.com/yash-garg/pi-config --skill wrangler-yash-garg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers avoid outdated Wrangler CLI knowledge by providing reliable guidance for deploying, configuring, and managing Cloudflare Workers resources with current best practices.

Core Features & Use Cases

  • Cloudflare Resource Management: Guides commands and configurations for Workers, KV, R2, D1, Vectorize, Hyperdrive, Queues, Workflows, Pipelines, and related services.
  • Deployment and Development Workflows: Supports local development, production deployment, secrets management, type generation, debugging, and environment configuration.
  • Use Case: A developer building a Cloudflare application can use this Skill to choose the correct Wrangler commands, create configuration files, and safely deploy services while following current Cloudflare recommendations.

Quick Start

Use the wrangler skill to help me deploy and configure my Cloudflare Worker project using the latest Wrangler practices.

Frequently Asked Questions about wrangler

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

FAQPage Schema
How do I deploy a Cloudflare Worker using the Wrangler CLI?

To deploy a Cloudflare Worker using the Wrangler CLI, configure your wrangler.toml file and execute the wrangler deploy command. This Skill guides you through current deployment workflows and configuration settings for production releases.

What is the correct way to configure bindings for Cloudflare Workers?

Configuring bindings for Cloudflare Workers involves defining resources like KV, R2, or D1 in your wrangler configuration file. This Skill helps you securely manage deployment settings and bind storage services to your application.

Can I manage Cloudflare R2 and D1 storage services with Wrangler?

Yes, you can manage Cloudflare R2 and D1 storage services with Wrangler. This Skill guides the specific commands and configurations needed to provision, deploy, and operate these storage resources within your developer workflow.

How do I securely handle secrets and environment configuration for Cloudflare Workers?

Securely handling secrets and environment configuration for Cloudflare Workers requires using specific Wrangler commands to encrypt and manage sensitive data. This Skill helps you safely manage deployment settings and environment variables.

Does Wrangler support local development and debugging for Cloudflare Workers?

Yes, Wrangler supports local development and debugging for Cloudflare Workers through its local dev server. This Skill outlines how to run, test, and troubleshoot your Worker resources locally before moving to production deployment.

Why is my Cloudflare Worker deployment failing with outdated Wrangler commands?

Cloudflare Worker deployment fails with outdated Wrangler commands due to deprecated syntax and configuration changes. This Skill provides reliable guidance using current Wrangler command knowledge to resolve operational troubleshooting issues.