wrangler

Automates Cloudflare Workers deployment, configuration and local development via command-line tooling.

5|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/STier-Ai/stier --skill wrangler-stier-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wrangler
Source: https://github.com/STier-Ai/stier/tree/main/.gemini/skills/wrangler
Command: npx skills add https://github.com/STier-Ai/stier --skill wrangler-stier-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies the process of managing Cloudflare Workers, including deployment, development, and maintenance. It ensures best practices and correct syntax while working with Cloudflare's serverless infrastructure.

Core Features & Use Cases

  • Worker Management: Deploy, develop, and manage Cloudflare Workers and associated resources like KV, R2, D1, Vectorize, and more.
  • Configuration: Provide JSON configuration for Workers, including settings for compatibility, variables, and bindings.
  • Local Development: Start a local development server for testing and debugging Workers.

Quick Start

Run the wrangler init command to create a new Worker project.

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 from the command line?

You can deploy a Cloudflare Worker by using command-line tooling to automate deployment and configuration. This process requires setting up Node.js and npm to operate the Wrangler CLI and manage your serverless infrastructure.

Can I test Cloudflare Workers locally before deployment?

Yes, you can test Cloudflare Workers locally before deployment. The CLI tooling starts a local development server for testing and debugging Workers, ensuring correct syntax and best practices before pushing to the serverless environment.

Does the Wrangler CLI support managing Cloudflare KV and R2 bindings?

Yes, the Wrangler CLI supports managing Cloudflare KV and R2 bindings. It handles Worker management for associated resources like KV, R2, D1, and Vectorize, allowing you to configure JSON settings for variables and bindings.

What do I need to set up before managing Cloudflare Workers with this tool?

Before managing Cloudflare Workers, you need Node.js and npm installed in your environment. Once configured, you can run the init command to create a new Worker project and begin local development or deployment.

Why use a dedicated CLI for Cloudflare Workers instead of manual configuration?

Using a dedicated CLI for Cloudflare Workers simplifies deployment, development, and maintenance. It automates configuration tasks, ensures best practices for serverless infrastructure, and supports various Cloudflare services like KV, R2, and AI.

How do I configure variables and bindings for a Cloudflare Worker?

You configure variables and bindings for a Cloudflare Worker by providing JSON configuration settings. The CLI tooling automates this configuration process, ensuring correct compatibility settings and associations with resources like KV and R2.