·wrangler

Cloudflare Workers CLI for deploying, developing, and managing Workers, KV, R2, D1, Vectorize, Hyperdrive, Workers AI, Containers, Queues, Workflows, Pipelines, and Secrets Store. Load before running wrangler commands to ensure correct syntax and best practices.

67Installs·1Trend·@cloudflare

Installation

$npx skills add https://github.com/cloudflare/cloudflare-docs --skill wrangler

SKILL.md

Deploy, develop, and manage Cloudflare Workers and associated resources.

| Start local dev server | wrangler dev | | Deploy to Cloudflare | wrangler deploy | | Deploy dry run | wrangler deploy --dry-run | | Generate TypeScript types | wrangler types | | Validate configuration | wrangler check | | View live logs | wrangler tail | | Delete Worker | wrangler delete | | Auth status | wrangler whoami |

Use remote: true in binding config to connect to real resources while running locally:

Cloudflare Workers CLI for deploying, developing, and managing Workers, KV, R2, D1, Vectorize, Hyperdrive, Workers AI, Containers, Queues, Workflows, Pipelines, and Secrets Store. Load before running wrangler commands to ensure correct syntax and best practices. Source: cloudflare/cloudflare-docs.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/cloudflare/cloudflare-docs --skill wrangler
Category
""Writing
Verified
First Seen
2026-02-06
Updated
2026-02-18

Quick answers

What is wrangler?

Cloudflare Workers CLI for deploying, developing, and managing Workers, KV, R2, D1, Vectorize, Hyperdrive, Workers AI, Containers, Queues, Workflows, Pipelines, and Secrets Store. Load before running wrangler commands to ensure correct syntax and best practices. Source: cloudflare/cloudflare-docs.

How do I install wrangler?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/cloudflare/cloudflare-docs --skill wrangler Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/cloudflare/cloudflare-docs