wrangler

Deploy, develop, and manage Cloudflare Workers via the Wrangler CLI.

5|1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/charl-kruger/cf-agents --skill wrangler-charl-kruger
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: wrangler
Source: https://github.com/charl-kruger/cf-agents/tree/main/.agents/skills/wrangler
Command: npx skills add https://github.com/charl-kruger/cf-agents --skill wrangler-charl-kruger

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Wrangler CLI simplifies deploying, developing, and managing Cloudflare Workers and related resources from a single interface, ensuring consistent workflows.

Core Features & Use Cases

  • Local development server with live reload for Workers and simulated bindings.
  • Production deployment to Cloudflare with environment support and secrets management.
  • Project configuration and best-practice guidance for wrangler.jsonc and compatibility_date.

Quick Start

Use the wrangler CLI to initialize a new Worker project, configure wrangler.jsonc, and deploy to an environment.

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 command line?▼

The wrangler CLI automates Cloudflare Workers deployment by executing commands from your terminal, consolidating configuration, environment separation, and production release workflows into a single command-line interface.

Can I run a local development server for Cloudflare Workers with simulated bindings?▼

Wrangler CLI supports a local development server featuring live reload and simulated bindings, enabling you to build and test Cloudflare Workers locally before executing production deployment.

Do I need Node.js to use wrangler for environment and config management?▼

Node.js is required to run the wrangler CLI for managing wrangler.jsonc configurations, handling environment separation, and applying best-practice flags like compatibility_date for your Cloudflare Workers.

What is the best way to configure wrangler.jsonc for Cloudflare Workers?▼

Use wrangler CLI to configure wrangler.jsonc by defining environment support, managing secrets, and applying best-practice flags like compatibility_date to ensure consistent Cloudflare Workers workflows.

Does wrangler support secrets management for production Cloudflare Worker deployments?▼

Wrangler CLI supports production deployment to Cloudflare with built-in environment support and secrets management, ensuring secure configuration of your Workers across different deployment environments.