wrangler

Deploy and manage Cloudflare Workers and resources via the Wrangler CLI.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/FabioFiorita/tastik --skill wrangler-fabiofiorita
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wrangler
Source: https://github.com/FabioFiorita/tastik/tree/main/.agents/skills/wrangler
Command: npx skills add https://github.com/FabioFiorita/tastik --skill wrangler-fabiofiorita

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Wrangler abstracts the complexity of deploying and managing Cloudflare Workers and related resources, providing a single, cohesive CLI to streamline development, deployment, and configuration.

Core Features & Use Cases

  • Deploy, develop, and manage Workers, KV, R2, D1, Vectorize, Hyperdrive, Workers AI, Containers, Queues, Workflows, Pipelines, and Secrets Store from a unified command-line interface.
  • Create and manage environments, bindings, secrets, and config to support local development, staging, and production workflows.
  • Real-world scenario: quickly bootstrap a new Worker project, iterate code locally, and deploy to a chosen environment with proper bindings and secrets.

Quick Start

Initialize a new project with npx wrangler init my-worker to begin deploying a Cloudflare Worker.

Frequently Asked Questions about wrangler

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy Cloudflare Workers using the command line?

Cloudflare Workers deployment is managed via the Wrangler CLI, which abstracts configuration complexity into a unified command-line interface. It supports deploying Workers across local, staging, and production environments while enforcing best practices.

Can I manage Cloudflare KV, R2, and D1 resources from a single CLI?

Yes, managing Cloudflare KV, R2, D1, and other resources is possible from a single CLI. Wrangler supports unified deployment and resource management for these bindings across local, staging, and production environments.

What is the best way to handle secrets and environment bindings for Workers?

Handling secrets and environment bindings is done through Wrangler's configuration management, which supports local, staging, and production workflows. It enforces best practices for secrets handling and type generation to streamline development.

How do I bootstrap a new Cloudflare Worker project for local development?

Bootstrapping a Cloudflare Worker project involves running npx wrangler init my-worker. This quickly sets up the project structure, allowing you to iterate code locally and deploy to a chosen environment with proper bindings and secrets.

Does Wrangler support deploying Cloudflare Queues and Workflows?

Wrangler supports deploying Cloudflare Queues, Workflows, Pipelines, and Containers. It manages these resources alongside Workers AI and Secrets Store from a unified command-line interface for streamlined workflows.