wrangler

Deploy and manage Cloudflare Workers and related services via a single CLI.

1|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/mahou-labs/shiru --skill wrangler-mahou-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wrangler
Source: https://github.com/mahou-labs/shiru/tree/main/.agents/skills/wrangler
Command: npx skills add https://github.com/mahou-labs/shiru --skill wrangler-mahou-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Wrangler unifies the deployment, development, and governance of Cloudflare Workers and related services into a single, easy-to-use CLI, reducing boilerplate and configuration drift.

Core Features & Use Cases

  • Deploy and manage Cloudflare Workers from a single command line interface
  • Manage associated services (KV, R2, D1, and more) in one workflow for streamlined development and operations
  • Integrate with CI/CD to automate builds, tests, and deployments across environments

Quick Start

Install wrangler and start a local development session with wrangler dev to begin building your Worker.

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 from the command line?

You can deploy Cloudflare Workers from the command line using a single CLI to manage builds, tests, and deployments across local development, staging, and production environments with consistent configuration.

Can I manage Cloudflare KV and R2 storage in the same workflow as my Workers?

Yes, you can manage Cloudflare KV, R2, D1, and other associated services in a single CLI workflow, allowing you to streamline development and operations without switching contexts or tools.

What is the best way to automate Cloudflare Workers deployments in CI/CD?

The best way to automate Cloudflare Workers deployments in CI/CD is by integrating the CLI into your pipeline, which aligns commands, flags, and configuration with official docs to ensure consistent builds and tests across environments.

Do I need a specific CLI to start local development for Cloudflare Workers?

Yes, you need a dedicated CLI to start local development for Cloudflare Workers, which allows you to run a local development session and begin building your Worker before staging or production deployment.

Why does my Cloudflare Workers configuration drift between different environments?

Configuration drift occurs when deployment and management lack a unified tooling surface, which can be solved by using a single CLI that enforces best practices and consistent configuration across all Cloudflare services.