Setup & Installation
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
Similar Skills
wp-performance
A backend-only agent skill for diagnosing and fixing WordPress performance problems.
wp-playground
wp-playground runs disposable WordPress instances in the browser or locally via CLI, using WebAssembly and SQLite.
wp-wpcli-and-ops
Handles WordPress operational tasks via WP-CLI: database exports and imports, URL and domain migrations with search-replace, plugin and theme management, cron inspection, cache flushing, and multisite operations.
apollo-router-plugin-creator
Guides you through writing native Rust plugins for Apollo Router.
