wrangler

Manages Cloudflare instances, including creation, updates, deletion, and listing via the Cloudflare API.

7|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/Cobalt-Money/Cobalt --skill wrangler-cobalt-money
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wrangler
Source: https://github.com/Cobalt-Money/Cobalt/tree/main/.agents/skills/wrangler
Command: npx skills add https://github.com/Cobalt-Money/Cobalt --skill wrangler-cobalt-money

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

Core Features & Use Cases

  • Resource Management: Provision and manage KV namespaces, R2 buckets, D1 databases, and Vectorize indexes.
  • Deployment & Dev: Streamline local development, testing, and production deployment of serverless applications.
  • Use Case: Use this Skill to quickly initialize a new project, configure environment-specific bindings, and deploy your worker to the Cloudflare edge.

Quick Start

Use the wrangler skill to initialize a new project named my-worker in the current directory.

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 Cloudflare Workers?

To deploy serverless applications to Cloudflare Workers, you can use this Skill to interface with the Wrangler CLI, streamlining the deployment process and interacting with the Cloudflare API to push your worker to the edge.

Can I provision Cloudflare R2 buckets and D1 databases without manual console setup?

Yes, you can provision and manage Cloudflare resources like R2 buckets, D1 databases, KV namespaces, and Vectorize indexes directly through this Skill by executing Wrangler CLI commands for infrastructure provisioning.

What is the best way to manage the lifecycle of serverless infrastructure on Cloudflare?

The best way to manage the full lifecycle of Cloudflare serverless infrastructure is using this Skill to facilitate development, testing, production deployment, and resource configuration via the Wrangler CLI.

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

Yes, you need the Wrangler CLI installed, as this Skill requires it to execute commands and interact with the Cloudflare API for deploying workers and provisioning resources.

How do I initialize a new Cloudflare Workers project and configure environment bindings?

You can initialize a new Cloudflare Workers project and configure environment-specific bindings by using this Skill to quickly generate the project structure and set up local development environments.

Does this approach support local development and testing for Cloudflare Workers?

Yes, this Skill streamlines local development and testing for Cloudflare Workers alongside production management, allowing you to test serverless applications locally before deploying them to the edge.