wrangler

Manage Cloudflare Workers deployments and cloud resources with Wrangler CLI.

Updated Jul 17, 2026
One-click install
npx skills add https://github.com/kartikkabadi/skills --skill wrangler-kartikkabadi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wrangler
Source: https://github.com/kartikkabadi/skills/tree/main/wrangler
Command: npx skills add https://github.com/kartikkabadi/skills --skill wrangler-kartikkabadi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Wrangler helps developers manage Cloudflare Workers and related cloud resources without relying on outdated syntax or guesswork, reducing deployment mistakes and configuration drift.

Core Features & Use Cases

  • Worker Lifecycle Management: Start local development, deploy to Cloudflare, tail logs, inspect versions, and roll back safely.
  • Cloud Resource Administration: Create and manage KV, R2, D1, Vectorize, Hyperdrive, Queues, Containers, Workflows, Pipelines, and Secrets Store resources.
  • Configuration and Testing: Generate types, validate config, use environments, run startup checks, and test scheduled handlers locally.
  • Use Case: A developer can configure a new Worker, bind storage and AI services, verify types, deploy to staging, and promote to production with consistent commands.

Quick Start

Ask the wrangler skill to help you create, configure, and deploy a Cloudflare Worker with the latest recommended commands and configuration.

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 with the latest Wrangler commands?

To deploy a Cloudflare Worker, Wrangler provides current CLI guidance for configuration, local testing, and production deployment. It retrieves up-to-date docs to ensure correct flags, bindings, and best practices, reducing configuration drift and deployment mistakes.

What's the best way to configure D1, R2, and KV bindings for Cloudflare Workers?

Configuring D1, R2, and KV bindings requires valid Wrangler config schema definitions. This skill administers cloud resources by retrieving current Wrangler documentation, ensuring your storage and AI services are correctly bound and type-safe before deployment.

Can I run local development and test scheduled handlers for Cloudflare Workers?

Yes, you can run local development and test scheduled handlers. Wrangler supports the full Worker lifecycle, allowing you to start local dev, run startup checks, validate configuration, and tail logs before deploying to staging or production environments.

Does Wrangler support Cloudflare Workflows, Queues, and Hyperdrive configuration?

Yes, Wrangler supports Cloudflare Workflows, Queues, and Hyperdrive. It manages deployment and cloud resource operations across these services, along with Vectorize, Containers, Pipelines, and Secrets Store, using current CLI syntax to prevent configuration errors.

How do I roll back a Cloudflare Worker deployment to a previous version?

To roll back a Cloudflare Worker deployment, Wrangler allows you to inspect versions and safely revert. By retrieving the latest Wrangler CLI docs, it ensures you use correct commands for version management and safe production rollbacks.