wrangler

Manage Cloudflare Workers and associated resources via the wrangler CLI.

1|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/fooey/gw2w2w-cloudflare --skill wrangler-fooey
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wrangler
Source: https://github.com/fooey/gw2w2w-cloudflare/tree/main/.agents/skills/wrangler
Command: npx skills add https://github.com/fooey/gw2w2w-cloudflare --skill wrangler-fooey

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the deployment, development, and management of Cloudflare Workers and their associated resources, simplifying your serverless workflow.

Core Features & Use Cases

  • Deployment: Easily deploy Workers to the Cloudflare edge.
  • Local Development: Run and test Workers locally with wrangler dev.
  • Resource Management: Manage KV, R2, D1, and other Cloudflare services directly from your terminal.
  • Use Case: You've just finished developing a new Cloudflare Worker and need to deploy it to production. You can use this Skill to run wrangler deploy and push your code to the edge.

Quick Start

Run wrangler dev to start a local development server for your Cloudflare Worker.

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 the edge?

Deploy a Cloudflare Worker by running the `wrangler deploy` command, which pushes your serverless code directly to the Cloudflare edge network. This requires `wrangler` CLI v4.x or higher for full functionality and compatibility.

Can I run Cloudflare Workers locally for testing?

Run Cloudflare Workers locally by executing `wrangler dev` to start a local development server. This allows you to test your serverless code and configuration before deploying to the production edge.

How do I manage Cloudflare R2 and D1 resources from the command line?

Manage Cloudflare R2 and D1 resources directly from the command line using `wrangler` CLI commands. This interface facilitates the configuration and management of serverless databases and storage associated with your Workers.

Does this CLI tool support Cloudflare KV and Vectorize management?

The `wrangler` CLI supports managing Cloudflare KV, Vectorize, and the Secrets Store. It requires version v4.x or higher to ensure full functionality and compatibility across these associated serverless resources.

What is the best way to configure secrets for Cloudflare Workers?

Configure secrets for Cloudflare Workers through the `wrangler` command-line interface, which manages the Secrets Store. This streamlines your serverless workflow by securely handling environment variables and sensitive data.