wrangler

Automate Cloudflare Workers deployment and management via the Wrangler CLI.

132|22|Updated May 24, 2025
One-click install
npx skills add https://github.com/cyanheads/pubmed-mcp-server --skill wrangler-cyanheads
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wrangler
Source: https://github.com/cyanheads/pubmed-mcp-server/tree/main/.agents/skills/cloudflare/wrangler
Command: npx skills add https://github.com/cyanheads/pubmed-mcp-server --skill wrangler-cyanheads

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Wrangler provides a command-line interface to deploy, develop, and manage Cloudflare Workers and related resources, unifying tooling for serverless edge apps.

Core Features & Use Cases

  • Deploy and manage Workers, KV, R2, D1, and other bindings from a single CLI
  • Local development, testing, type generation, and configuration validation
  • Streamlined workflows for environments, secrets, and automated deployments

Quick Start

Install wrangler in your project and run wrangler dev to start developing a Cloudflare Worker locally.

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 a CLI?

You can deploy Cloudflare Workers by using a CLI tool to automate command parsing, validate configurations, and push your serverless edge workloads directly to production environments.

Can I run local development for Cloudflare Workers and test edge workloads?

Yes, local development and testing for Cloudflare Workers is supported. You can run a local development server to validate configurations and generate types before pushing your edge workloads to production.

Does the Wrangler CLI support managing KV, R2, and D1 bindings?

Yes, the Wrangler CLI supports managing KV, R2, and D1 bindings. It unifies tooling for these resources, allowing you to configure and manage them alongside your Workers from a single interface.

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

The best way to manage environments and secrets for Cloudflare Workers is through a dedicated CLI that streamlines workflows for configuration validation, environment separation, and secure secret injection during deployments.

How do I validate configurations and generate types for serverless edge apps?

To validate configurations and generate types for serverless edge apps, a CLI tool automates the process by parsing commands and checking your setup before executing local development or production deployments.

Are there limitations when automating deployments for Cloudflare Workers via CLI?

Automating deployments for Cloudflare Workers via CLI is limited to the Cloudflare ecosystem and its supported resources like KV, R2, and D1, requiring proper configuration validation to avoid workflow errors.