wrangler

Generate accurate Wrangler CLI commands and Cloudflare Worker configuration guidance.

Updated Nov 18, 2025
One-click install
npx skills add https://github.com/cajias/claude-skills --skill wrangler-cajias
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wrangler
Source: https://github.com/cajias/claude-skills/tree/main/plugins/integrations/skills/wrangler
Command: npx skills add https://github.com/cajias/claude-skills --skill wrangler-cajias

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you work with Cloudflare's Wrangler CLI without relying on outdated command knowledge, reducing mistakes when deploying, configuring, and managing Workers and related Cloudflare services.

Core Features & Use Cases

  • CLI Guidance: Produces correct, current Wrangler commands for dev, deploy, logs, secrets, and resource management.
  • Configuration Help: Assists with wrangler.jsonc setup, bindings, compatibility settings, and environment-specific configuration.
  • Cloudflare Resource Operations: Covers Workers, KV, R2, D1, Vectorize, Hyperdrive, Queues, Containers, Workflows, Pipelines, Secrets Store, Pages, and observability workflows.
  • Use Case: You can ask it to prepare a safe deployment plan, diagnose a config issue, or generate the right commands for a specific Cloudflare service.

Quick Start

Ask for the exact Wrangler command or wrangler.jsonc configuration you need for your Cloudflare Worker task.

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 with the Wrangler CLI, you need to generate the correct wrangler deploy command and ensure your wrangler.jsonc configuration file has the proper bindings and compatibility settings defined.

What is the correct wrangler.jsonc configuration format for Cloudflare Workers bindings?

The wrangler.jsonc configuration file defines Cloudflare Workers bindings, environment-specific settings, and compatibility flags. Setting up this file correctly ensures your Worker connects to resources like KV, R2, and D1 without deployment errors.

Can I manage Cloudflare KV, R2, and D1 resources through Wrangler commands?

Yes, you can manage Cloudflare KV, R2, D1, Queues, and Vectorize resources directly through Wrangler commands to create, list, and bind storage objects to your Workers.

How do I set up local development and testing workflows for Cloudflare Workers?

Local development and testing for Cloudflare Workers use the Wrangler CLI to simulate runtime environments and bindings. This lets you validate configuration and code behavior locally before deploying to production.

What is the best way to handle secrets and observability for Cloudflare Workers?

Handling secrets and observability for Cloudflare Workers involves using Wrangler CLI commands to securely store sensitive values and configuring logging workflows to monitor application performance and operational metrics.

Why is my Cloudflare Worker deployment failing due to outdated Wrangler syntax?

Cloudflare Worker deployment fails when using outdated Wrangler syntax because the CLI schema fields and service-specific operational best practices change frequently. You need up-to-date reference commands to avoid configuration and deployment mistakes.