Wrangler is the official command-line tool for building, testing, and deploying Cloudflare Workers. It provides a complete development workflow for serverless edge applications including local development with Miniflare, KV/R2/D1 bindings, and zero-config deployment to Cloudflare global network.
Scanned 6/8/2026
Install via CLI
openskills install agentskillexchange/skills---
name: "Wrangler Cloudflare Workers CLI for Edge Deployment"
slug: "wrangler-cloudflare-workers-cli-edge-deployment"
description: "Wrangler is the official command-line tool for building, testing, and deploying Cloudflare Workers. It provides a complete development workflow for serverless edge applications including local development with Miniflare, KV/R2/D1 bindings, and zero-config deployment to Cloudflare global network."
github_stars: 3951
verification: "security_reviewed"
source: "https://github.com/cloudflare/workers-sdk"
author: "Cloudflare"
category: "Developer Tools"
framework: "Custom Agents"
tool_ecosystem:
github_repo: "cloudflare/workers-sdk"
github_stars: 3951
npm_package: "wrangler"
npm_weekly_downloads: 14023485
---
# Wrangler Cloudflare Workers CLI for Edge Deployment
Wrangler is the official command-line tool for building, testing, and deploying Cloudflare Workers. It provides a complete development workflow for serverless edge applications including local development with Miniflare, KV/R2/D1 bindings, and zero-config deployment to Cloudflare global network.
## Installation
Use the upstream install or setup path that matches your environment:
- npm create cloudflare@latest
- pnpm create cloudflare@latest
- yarn create cloudflare@latest
- npm i https://pkg.pr.new/create-cloudflare@main
Basic usage or getting-started notes:
- To get started quickly with a new project, run the command below:
- bash
- # or
- Source: https://github.com/cloudflare/workers-sdk
- Extracted from upstream docs: https://raw.githubusercontent.com/cloudflare/workers-sdk/HEAD/README.md
## Documentation
- https://developers.cloudflare.com/workers/wrangler/
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/wrangler-cloudflare-workers-cli-edge-deployment/)
No comments yet. Be the first to comment!