wrangler

Manage Cloudflare Workers deployment, configuration, and secrets via wrangler CLI.

2|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/ylxai/hafiportrait-saas --skill wrangler-ylxai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wrangler
Source: https://github.com/ylxai/hafiportrait-saas/tree/main/.kiro/skills/wrangler
Command: npx skills add https://github.com/ylxai/hafiportrait-saas --skill wrangler-ylxai

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the complexities of managing Cloudflare Workers, streamlining the development, deployment, and maintenance processes.

Core Features & Use Cases

  • Deployment and Development: Automate the deployment of Cloudflare Workers and manage local development environments.
  • Config Management: Efficiently manage configurations with wrangler.jsonc and related CLI commands.
  • Secrets Management: Securely manage secrets and environment variables for Cloudflare Workers.
  • Use Case: Deploy a new Worker with specific configurations and environment variables to handle image resizing and processing tasks on the Cloudflare edge.

Quick Start

Deploy a new Worker named 'image-resizer' to Cloudflare using the wrangler CLI.

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 using the wrangler CLI?

To deploy a Cloudflare Worker, this Skill automates the wrangler CLI execution, handling the deployment steps and applying configurations from your wrangler.jsonc file to push the Worker to the edge.

How do I manage secrets and environment variables for Cloudflare Workers?

This Skill securely manages Cloudflare Worker secrets and environment variables by running specific wrangler CLI commands, ensuring sensitive data is properly configured without being exposed in your deployment files.

Can I run a local development environment for Cloudflare Workers?

Yes, you can manage local development environments for Cloudflare Workers. This Skill provides the necessary tools to run and test your Workers locally before executing remote deployment via the wrangler CLI.

Do I need a Cloudflare account to manage Workers with this approach?

Yes, a Cloudflare account is required. Managing Cloudflare Workers, including deployment, configuration, and secret management, depends on the wrangler CLI being linked to an active Cloudflare account.

What's the best way to handle configuration for Cloudflare Workers?

The best way to handle Cloudflare Worker configuration is through wrangler.jsonc. This Skill efficiently manages these configuration files alongside associated CLI commands to maintain your deployment setup.

Why does my Cloudflare Worker deployment fail with missing environment configurations?

Cloudflare Worker deployment fails when configurations are missing or misconfigured. This Skill resolves this by managing wrangler.jsonc files and ensuring all required environment variables and secrets are properly set.