wrangler

Manage Cloudflare Workers deployments, configurations, and secrets via wrangler CLI.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/leejayhsu/turborepo-money --skill wrangler-leejayhsu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wrangler
Source: https://github.com/leejayhsu/turborepo-money/tree/main/.agents/skills/wrangler
Command: npx skills add https://github.com/leejayhsu/turborepo-money --skill wrangler-leejayhsu

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 simplifies the deployment, development, and management of Cloudflare Workers, providing a comprehensive toolset for efficient cloud-based application development.

Core Features & Use Cases

  • Cloudflare Workers Management: Deploy, develop, and manage Workers, KV, R2, D1, Vectorize, Hyperdrive, Workers AI, Containers, Queues, Workflows, Pipelines, and Secrets Store.
  • Local Development: Start a local development server for testing and debugging.
  • Deployment: Deploy Workers to production with various options like dry run and minification.
  • Secrets Management: Set, list, and delete secrets for secure deployment.
  • Observability: Tail logs and configure logging for monitoring.

Quick Start

Deploy a new Cloudflare Worker using the wrangler skill with the command: wrangler deploy.

Frequently Asked Questions about wrangler

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

FAQPage Schema
How do I deploy and manage Cloudflare Workers from the command line?

To deploy and manage Cloudflare Workers, you can use the wrangler CLI to handle deployment, configuration, local development, and secret management. It provides commands for deploying Workers with options like dry run and minification.

Can I manage Cloudflare KV, R2, and D1 resources alongside Workers?

Yes, you can manage Cloudflare KV, R2, D1, Vectorize, Hyperdrive, Queues, Workflows, Pipelines, and Secrets Store. This tool provides comprehensive management capabilities for these various Cloudflare resources.

Do I need a Cloudflare account to use the wrangler CLI for local development?

Yes, a Cloudflare account and the wrangler CLI are required. You can start a local development server for testing and debugging your Workers before deploying them to production.

What is the best way to handle secret management for Cloudflare Workers?

For secret management, you can set, list, and delete secrets to ensure secure deployment of your Cloudflare Workers. This allows you to safely manage sensitive environment variables and credentials.

How does observability work when monitoring Cloudflare Workers?

Observability is handled by allowing you to tail logs and configure logging for monitoring your Cloudflare Workers. This helps you track application behavior and troubleshoot issues in real-time.

Does wrangler support deployment options like dry run and minification for Workers?

Yes, wrangler supports deploying Workers to production with various options including dry run and minification. These options help you validate deployments and optimize code before going live.