wrangler

Manages Cloudflare Workers lifecycle including deployment, bindings configuration, and resource provisioning via Wrangler CLI.

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/Kozmosa/MySCUT --skill wrangler-kozmosa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wrangler
Source: https://github.com/Kozmosa/MySCUT/tree/main/.agents/skills/wrangler
Command: npx skills add https://github.com/Kozmosa/MySCUT --skill wrangler-kozmosa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the complex lifecycle of Cloudflare Workers, including deployment, configuration, and resource management, by providing a structured interface for the Wrangler CLI.

Core Features & Use Cases

  • Resource Management: Easily create and manage KV namespaces, R2 buckets, D1 databases, and Vectorize indexes.
  • Deployment & Dev: Streamline local development with hot-reloading and deploy to production environments with environment-specific configurations.
  • Use Case: A developer needs to deploy a new Worker with a D1 database binding and a cron trigger; this Skill provides the exact configuration schema and deployment commands to ensure the setup is production-ready.

Quick Start

Use the wrangler skill to initialize a new project and deploy it to the Cloudflare edge.

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 with a D1 database binding?

To deploy a Cloudflare Worker with a D1 database binding, use this Skill to generate the exact configuration schema and deployment commands. It provides environment-specific setups to ensure your D1 database and cron triggers are production-ready.

What is the best way to manage Cloudflare KV namespaces and R2 buckets?

Managing Cloudflare KV namespaces and R2 buckets is handled through structured Wrangler CLI commands. This Skill simplifies creating and provisioning these platform resources, ensuring correct binding configurations for your Workers.

Do I need the Wrangler CLI installed to manage Cloudflare Workers?

Yes, you need the Wrangler CLI installed and authenticated to interact with the Cloudflare API. This Skill relies on the CLI to manage the full lifecycle of Workers, KV, R2, and D1 resources.

Can I use local development with hot-reloading for Cloudflare Workers?

You can streamline local development with hot-reloading for Cloudflare Workers using this Skill. It supports development workflows that allow you to test changes locally before deploying to production environments.

How do I configure environment-specific settings for Cloudflare Workers?

Configuring environment-specific settings for Cloudflare Workers is done through structured Wrangler configuration schemas. This Skill helps manage these profiles, ensuring correct bindings and variables for each deployment environment.

Does this approach support provisioning Vectorize indexes for Cloudflare Workers?

Yes, provisioning Vectorize indexes is supported alongside KV namespaces, R2 buckets, and D1 databases. This Skill provides the structured interface needed to manage these resources and bind them to your Cloudflare Workers.