wrangler

Manage Cloudflare Workers deployments and configurations via the wrangler CLI.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/KOU050223/animeishi --skill wrangler-kou050223
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wrangler
Source: https://github.com/KOU050223/animeishi/tree/main/.agents/skills/wrangler
Command: npx skills add https://github.com/KOU050223/animeishi --skill wrangler-kou050223

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, along with related services like KV, R2, D1, Vectorize, Hyperdrive, Workers AI, Containers, Queues, Workflows, Pipelines, and Secrets Store.

Core Features & Use Cases

  • CLI Management: Access and manage Wrangler CLI commands, flags, and config fields.
  • Deployment: Deploy Workers to Cloudflare with options for dry runs and minification.
  • Configuration: Set up and manage wrangler.jsonc configurations for Workers, including compatibility dates and environment variables.
  • Local Development: Start local dev servers, configure remote bindings, and manage local secrets.
  • Observability: Tail logs, configure logging, and perform testing with Vitest.

Quick Start

Use the wrangler skill to deploy a new Worker to Cloudflare.

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 with the wrangler CLI, you configure your wrangler.jsonc file and execute the deployment command. This process supports dry runs and minification options to validate and optimize your Worker before pushing it to production.

Can I run a local development server for Cloudflare Workers?

Yes, you can run a local development server for Cloudflare Workers. The wrangler CLI enables you to start local dev environments, configure remote bindings, and manage local secrets so you can test Worker functionality locally before deployment.

How do I configure wrangler.jsonc for Cloudflare Workers and related services?

You configure wrangler.jsonc for Cloudflare Workers by defining compatibility dates, environment variables, and bindings. This configuration file manages integrations with related services like KV, R2, D1, Vectorize, Hyperdrive, and Workers AI.

What are the requirements to manage Cloudflare Workers and related services?

Managing Cloudflare Workers and related services requires the wrangler CLI and access to associated Cloudflare services. You need this CLI installed to execute commands for deployment, local development, and configuration of your Workers environment.

How do I tail logs and test Cloudflare Workers with Vitest?

To tail logs and test Cloudflare Workers with Vitest, you use the wrangler CLI's observability features. This allows you to configure logging, stream live logs from your deployed Workers, and run automated tests using Vitest.

Does the wrangler CLI support deploying to multiple Cloudflare services like Queues and Pipelines?

Yes, the wrangler CLI supports deploying to multiple Cloudflare services. It manages deployment, development, and configuration for Workers alongside related services including Queues, Workflows, Pipelines, Secrets Store, and Containers.