Cloudflare/wrangler — Agent Skills | officialskills.sh
Back to skills

wrangler

Wrangler is the CLI for Cloudflare Workers.

Setup & Installation

npx skills add https://github.com/cloudflare/skills --skill wrangler
or paste the link and ask your coding assistant to install it
https://github.com/cloudflare/skills/tree/main/skills/wrangler
View on GitHub

What This Skill Does

Wrangler is the CLI for Cloudflare Workers. It handles local development, deployment, and management of Workers along with their bindings: KV, R2, D1, Vectorize, Queues, Hyperdrive, AI, Containers, Workflows, Pipelines, and Secrets Store.

Managing Workers through the Cloudflare dashboard doesn't scale past a handful of resources, and Wrangler gives you scriptable, version-controlled control over every binding and deployment step in a single tool.

When to use it

  • Deploying a Worker to staging and production environments from a single config file
  • Running D1 SQL migrations against a remote database before a release
  • Streaming live error logs from a production Worker with filtered output
  • Rolling back a Worker deployment to a specific previous version
  • Seeding a KV namespace with bulk data from a local JSON file