wrangler

Manage Cloudflare Workers deployment and configuration via CLI commands.

214|7|Updated May 29, 2026
One-click install
npx skills add https://github.com/anolilab/lunora --skill wrangler-anolilab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wrangler
Source: https://github.com/anolilab/lunora/tree/main/.agents/skills/wrangler
Command: npx skills add https://github.com/anolilab/lunora --skill wrangler-anolilab

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the complex lifecycle of Cloudflare Workers, including deployment, configuration, and management of various Cloudflare services like D1, R2, and KV.

Core Features & Use Cases

  • Unified CLI Management: Streamlines commands for deploying, testing, and monitoring Workers.
  • Resource Orchestration: Provides structured configuration for bindings like D1 databases, R2 buckets, and AI models.
  • Use Case: Use this Skill to quickly initialize a new project, configure environment-specific bindings, and deploy your application to the Cloudflare edge with minimal friction.

Quick Start

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

Frequently Asked Questions about wrangler

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

FAQPage Schema
How do I deploy a serverless application to the Cloudflare edge?

Deploy serverless applications to the Cloudflare edge by orchestrating standardized CLI commands and JSON configuration. This manages the deployment lifecycle, environment-specific bindings, and secret handling with minimal friction.

How do I configure bindings for D1 databases and R2 buckets in Cloudflare Workers?

Configure D1 databases and R2 buckets in Cloudflare Workers using structured JSON configuration files. Resource orchestration provides standardized bindings for these services alongside AI models to ensure type-safe development.

Can I manage KV stores and other Cloudflare resources in one place?

Manage KV stores and other Cloudflare resources through unified CLI management. This skill provides structured configuration for orchestrating bindings, ensuring adherence to best practices for environment management.

What is the best way to initialize a new serverless infrastructure project?

Initialize a new serverless infrastructure project using standardized CLI commands. This approach streamlines the setup process, allowing you to quickly configure environment-specific bindings and deploy your application.

Does this approach support type-safe development for serverless environments?

Type-safe development for serverless environments is fully supported through standardized JSON configuration. This ensures adherence to best practices for environment management, secret handling, and resource orchestration.

Why use standardized CLI commands for Cloudflare Workers lifecycle management?

Standardized CLI commands simplify the complex lifecycle of Cloudflare Workers. This approach streamlines deployment, testing, and monitoring while ensuring proper configuration of associated infrastructure resources like D1 and R2.