wrangler

Manage Cloudflare Workers deployments, secrets, and resources via command-line tools.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/ley-labs/moon-monorepo-template --skill wrangler-ley-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wrangler
Source: https://github.com/ley-labs/moon-monorepo-template/tree/main/.agents/skills/wrangler
Command: npx skills add https://github.com/ley-labs/moon-monorepo-template --skill wrangler-ley-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the process of deploying, developing, and managing Cloudflare Workers and associated resources, reducing complexity and setup time for developers.

Core Features & Use Cases

  • Deployment Automation: Deploy new Worker scripts and manage their versions effortlessly.
  • Resource Configuration: Manage KV namespaces, R2 buckets, D1 databases, and bindings through simple commands.
  • Use Case: A developer wants to automate deployment of a Worker, update secrets, and configure bindings without manual console steps, increasing productivity and reducing errors.

Quick Start

Use the wrangler skill to initialize a new worker project, set up secrets, and deploy to Cloudflare with minimal commands.

Frequently Asked Questions about wrangler

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

FAQPage Schema
How do I automate Cloudflare Workers deployment in a CI/CD pipeline?

You can automate Cloudflare Workers deployment by using command-line tools to configure resources, manage secrets, and provision versions efficiently within DevOps workflows. This reduces manual console steps and deployment errors.

What is the best way to manage Cloudflare Workers secrets and bindings?

Managing Cloudflare Workers secrets and bindings is best handled through command-line configuration tools that update resources like KV namespaces and R2 buckets without manual console intervention. This increases developer productivity.

Can I use the wrangler skill to configure D1 databases and R2 buckets?

Yes, the wrangler skill supports resource configuration for D1 databases, R2 buckets, and KV namespaces. It provides simple commands to manage these bindings for your Cloudflare Workers.

Does Cloudflare Workers deployment automation support version management?

Yes, Cloudflare Workers deployment automation supports managing Worker script versions effortlessly. You can deploy new scripts and manage their versions directly through command-line tools.

How do I initialize a new Cloudflare Worker project with minimal commands?

To initialize a new Cloudflare Worker project, use the wrangler skill to set up the project structure, configure secrets, and deploy to Cloudflare with minimal commands. This streamlines the development process.

Why should I use command-line tools for Cloudflare Workers instead of the console?

Using command-line tools for Cloudflare Workers reduces complexity and setup time compared to manual console steps. It allows developers to automate deployment, update secrets, and configure bindings efficiently.