wrangler

Manage Cloudflare Workers lifecycle with Wrangler CLI commands and configuration.

Updated Nov 23, 2025
One-click install
npx skills add https://github.com/manuelbrandner85/Weltenbibliothekapp --skill wrangler-manuelbrandner85
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wrangler
Source: https://github.com/manuelbrandner85/Weltenbibliothekapp/tree/main/.agents/skills/wrangler
Command: npx skills add https://github.com/manuelbrandner85/Weltenbibliothekapp --skill wrangler-manuelbrandner85

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 to the Wrangler CLI.

Core Features & Use Cases

  • Resource Management: Easily provision and manage KV namespaces, R2 buckets, D1 databases, and Vectorize indexes.
  • Deployment & Observability: Streamline the deployment process with environment-specific configurations and monitor performance via live tail logs.
  • Use Case: A developer needs to deploy a new Worker with a D1 database binding and a set of environment secrets; this skill provides the exact commands and configuration patterns to ensure a successful, secure deployment.

Quick Start

Use the wrangler skill to initialize a new project and deploy it to the production environment.

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 D1 database and KV namespace bindings?

You can deploy a Cloudflare Worker with resource bindings by defining the configuration schema for D1 and KV, then using the Wrangler CLI to execute environment-specific deployment commands for secure provisioning.

What is the best way to manage environment secrets for Cloudflare Workers?

Managing environment secrets for Cloudflare Workers is best handled through the Wrangler CLI, which securely injects environment-specific variables and ensures adherence to Cloudflare best practices for secret management.

Can I simulate local development for Cloudflare Workers and R2 buckets before deploying?

Yes, you can simulate local development for Cloudflare Workers and R2 buckets. The Wrangler CLI facilitates local development simulation to test resource bindings and configurations before production deployment.

How do I monitor Cloudflare Worker performance and troubleshoot deployment issues?

You monitor Cloudflare Worker performance and troubleshoot issues by using the Wrangler CLI to stream live tail logs, providing real-time observability into execution behavior and helping diagnose deployment configurations.

Does Wrangler support provisioning Vectorize indexes alongside D1 databases?

Yes, Wrangler supports provisioning Vectorize indexes alongside D1 databases. The tool manages the full lifecycle of Cloudflare Workers resources, allowing you to provision and manage multiple binding types within your configuration schema.