wrangler

Manage Cloudflare Workers lifecycle with CLI flag validation and resource bindings.

2|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/NagyVikt/codex-plugins --skill wrangler-nagyvikt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wrangler
Source: https://github.com/NagyVikt/codex-plugins/tree/main/plugins/cloudflare/skills/wrangler
Command: npx skills add https://github.com/NagyVikt/codex-plugins --skill wrangler-nagyvikt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This skill removes the complexity of managing Cloudflare Workers by providing a structured, retrieval-based interface for CLI commands, configuration, and environment management.

Core Features & Use Cases

  • Configuration Management: Simplifies the creation and validation of complex wrangler.jsonc files including bindings for KV, R2, D1, and AI.
  • Deployment Workflows: Automates deployment, secret management, and version rollbacks across staging and production environments.
  • Use Case: Use this skill to initialize a new Worker project with specific bindings for a D1 database and R2 bucket, ensuring all configuration fields are correctly formatted and validated before deployment.

Quick Start

Use the wrangler skill to initialize a new project and configure the necessary bindings for a production-ready Cloudflare Worker.

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 KV and R2 bindings?

To deploy a Cloudflare Worker, you need to configure your wrangler.jsonc file with the correct KV and R2 resource bindings. The wrangler skill validates this configuration schema and automates the deployment via CLI commands.

What is the best way to manage environment variables for serverless deployments on Cloudflare?

Managing serverless environments on Cloudflare involves using wrangler CLI commands for secret management and version rollbacks. This skill facilitates these workflows to ensure accurate configuration across staging and production.

Can I use wrangler to initialize a new Cloudflare Worker project with D1 database bindings?

Yes, you can use this skill to initialize a new Worker project and automatically configure specific bindings for a D1 database. It ensures all configuration fields are correctly formatted and validated before deployment.

Does the wrangler CLI require static knowledge of Cloudflare platform commands?

No, the wrangler skill does not rely on static knowledge for Cloudflare platform operations. It prioritizes real-time documentation retrieval to ensure adherence to current best practices for serverless infrastructure.

Why does my wrangler.jsonc configuration fail validation before deployment?

Configuration validation often fails due to incorrectly formatted fields for modern serverless architectures. This skill provides structured schema validation for complex bindings to ensure your wrangler.jsonc file is production-ready.