wrangler

Manage Cloudflare Workers deployments, bindings, and observability via Wrangler CLI.

18|4|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/louisbrulenaudet/monorepo-template --skill wrangler-louisbrulenaudet
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: wrangler
Source: https://github.com/louisbrulenaudet/monorepo-template/tree/main/.agents/skills/wrangler
Command: npx skills add https://github.com/louisbrulenaudet/monorepo-template --skill wrangler-louisbrulenaudet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the development, deployment, and management of Cloudflare Workers, eliminating the complexity of manual CLI configuration and ensuring best practices for edge-ready applications.

Core Features & Use Cases

  • Infrastructure Management: Provision and manage KV namespaces, R2 buckets, D1 databases, and Vectorize indexes directly via CLI.
  • Deployment & Observability: Execute production deployments, manage secrets, and stream live logs for debugging.
  • Use Case: Use this Skill to initialize a new worker project, configure environment-specific bindings for staging and production, and deploy your application to the Cloudflare edge.

Quick Start

Use the wrangler skill to initialize a new project and deploy it to your Cloudflare account.

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 to production using the CLI?▼

You can provision and manage Cloudflare KV namespaces, R2 buckets, D1 databases, and Vectorize indexes directly via Wrangler CLI commands to handle infrastructure resources.

Can I configure environment-specific bindings for staging and production Workers?▼

Yes, you can configure environment-specific bindings for staging and production to securely manage secrets and infrastructure resources across multiple deployment environments.

How do I debug a deployed Cloudflare Worker?▼

Debug a deployed Cloudflare Worker by streaming live logs through the Wrangler CLI, allowing you to observe application behavior and troubleshoot issues at the edge in real time.

Do I need the Wrangler CLI to manage Cloudflare Workers AI and D1 databases?▼

Yes, the Wrangler CLI is required to execute commands, manage infrastructure resources securely, and support development workflows for Workers AI and D1 databases.