wrangler

Deploy and manage Cloudflare Workers projects with Wrangler CLI.

Updated Jan 30, 2026
One-click install
npx skills add https://github.com/Rayzerrek/dotfiles --skill wrangler-rayzerrek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wrangler
Source: https://github.com/Rayzerrek/dotfiles/tree/main/.pi/agent/skills/wrangler
Command: npx skills add https://github.com/Rayzerrek/dotfiles --skill wrangler-rayzerrek

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you use Cloudflare Wrangler accurately even when CLI flags, config fields, and platform features change, reducing mistakes in deployment and day-to-day operations.

Core Features & Use Cases

  • Command Guidance: Write, review, and troubleshoot Wrangler commands for development, deployment, logging, secrets, and rollback.
  • Config Support: Build or validate wrangler.jsonc for bindings, environments, compatibility settings, and generated types.
  • Platform Coverage: Work across Workers, KV, R2, D1, Vectorize, Hyperdrive, AI, Queues, Workflows, Pipelines, Secrets Store, Containers, and Pages.
  • Use Case: A team preparing a staging release can use this Skill to confirm the correct deploy command, update bindings, and verify the configuration before shipping.

Quick Start

Ask the skill to draft or review the Wrangler command and wrangler.jsonc changes needed for your Cloudflare Worker.

Frequently Asked Questions about wrangler

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

FAQPage Schema
How do I configure wrangler.jsonc for Cloudflare Workers bindings and environments?

To configure wrangler.jsonc for Cloudflare Workers, you define bindings, environments, and compatibility settings in the file. This Skill validates your JSONC configuration and updates generated types to ensure accurate deployments.

What is the correct wrangler CLI command to deploy a Cloudflare Worker?

The correct wrangler CLI command to deploy a Cloudflare Worker depends on your specific platform resources. This Skill drafts and reviews the exact deployment commands needed for your staging releases and operational updates.

Can I manage Cloudflare R2, D1, and KV storage through the wrangler CLI?

Yes, you can manage Cloudflare R2, D1, and KV storage through the wrangler CLI. This Skill provides command guidance and configuration support for these and other platform resources like Vectorize, Hyperdrive, and Queues.

How do I troubleshoot a failed Cloudflare Workers deployment or rollback a version?

To troubleshoot a failed Cloudflare Workers deployment or rollback a version, you review logging output and execute the appropriate wrangler rollback commands. This Skill helps write and troubleshoot these operational commands accurately.

Does wrangler support configuring Cloudflare Pipelines, Secrets Store, and Containers?

Yes, wrangler supports configuring Cloudflare Pipelines, Secrets Store, and Containers. This Skill ensures you use up-to-date CLI syntax and JSONC config validation when managing these specific platform resources.