wrangler

Execute Cloudflare Workers CLI commands for deployment and service management.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/dwhoban/chanfana-vite-kumo --skill wrangler-dwhoban
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wrangler
Source: https://github.com/dwhoban/chanfana-vite-kumo/tree/main/.agents/skills/wrangler
Command: npx skills add https://github.com/dwhoban/chanfana-vite-kumo --skill wrangler-dwhoban

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance and commands for using the Cloudflare Wrangler CLI, enabling efficient development, deployment, and management of Cloudflare Workers applications and their associated services.

Core Features & Use Cases

  • Command Reference: Detailed explanations and examples for all Wrangler subcommands (deploy, dev, tail, kv, r2, d1, etc.).
  • Configuration Guidance: Best practices and examples for wrangler.jsonc and environment variables.
  • Service Management: Instructions for managing KV, R2, D1, Vectorize, Hyperdrive, AI, Queues, Containers, Workflows, Pipelines, and Secrets Store.
  • Use Case: You need to deploy a new Cloudflare Worker with D1 database bindings and KV namespaces. This Skill will guide you through setting up the wrangler.jsonc file, running wrangler deploy, and managing your D1 migrations.

Quick Start

Use the wrangler skill to deploy the current worker to production.

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 with D1 and KV bindings using Wrangler?

To deploy a Cloudflare Worker, configure your D1 database and KV namespace bindings in wrangler.jsonc, then execute `wrangler deploy`. This Skill provides the exact configuration syntax and command execution needed to manage bindings and deploy successfully.

What is the best way to configure environments and secrets for Cloudflare Workers?

Configuring environments and secrets for Cloudflare Workers involves defining environment variables in wrangler.jsonc and using the Wrangler CLI to securely store sensitive data. This Skill guides you through environment-specific setups and Secrets Store management to ensure security best practices.

Can I manage Cloudflare R2, D1, and Queues from the command line?

Yes, you can manage Cloudflare R2, D1, Queues, and other services directly via the Wrangler CLI. This Skill provides detailed command references and examples for provisioning and managing all supported Cloudflare Workers services locally and remotely.

How does local development with Wrangler work for Cloudflare Workers?

Local development with Wrangler uses the `wrangler dev` command to run and test your Cloudflare Workers in a local environment. This Skill explains how to simulate bindings, configure local environments, and test services like Vectorize and AI before deployment.

Do I need a specific configuration file to run Cloudflare Workers commands?

Yes, Cloudflare Workers commands rely on a `wrangler.jsonc` configuration file to define bindings, environments, and service settings. This Skill offers configuration guidance and best practices to ensure your setup adheres to compatibility and security standards.