wrangler

Deploy and manage Cloudflare Workers, Pages, and storage via wrangler CLI.

70|13|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/Dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations --skill wrangler-dicklesworthstone
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wrangler
Source: https://github.com/Dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations/tree/main/skills/wrangler
Command: npx skills add https://github.com/Dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations --skill wrangler-dicklesworthstone

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines deploying and managing Cloudflare Workers, Pages, KV, R2, D1, and other Cloudflare services using the wrangler CLI, reducing manual setup and configuration time.

Core Features & Use Cases

  • Deployment and management of Cloudflare Workers and related assets via wrangler.
  • KV, R2, and D1 integration for storage and databases.
  • Use Case: Imagine you have a new project and want to deploy it to Cloudflare with a single command sequence; wrangler handles the build, publish, and monitoring steps.

Quick Start

Create a minimal Worker project, configure wrangler.toml, and run wrangler publish to deploy to Cloudflare.

Frequently Asked Questions about wrangler

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

FAQPage Schema
How do I deploy a project to Cloudflare Workers using wrangler?

You can deploy a project to Cloudflare Workers by configuring a wrangler.toml file and running the wrangler publish command to build and push the project to production. The skill automates this deployment workflow.

Can I manage Cloudflare KV, R2, and D1 storage with wrangler?

Yes, wrangler supports integration for Cloudflare KV, R2, and D1, allowing you to manage storage and databases directly. This skill streamlines the configuration and deployment of these storage services.

Do I need the wrangler CLI installed locally to deploy Cloudflare Pages?

Yes, the wrangler CLI must be installed and configured in your project to deploy Cloudflare Pages. This skill relies on standard wrangler commands to handle publishing, previewing, and monitoring.

What is the best way to automate Cloudflare service deployment from local development to production?

Automating Cloudflare service deployment involves using wrangler to handle the build, publish, and monitoring steps in a single command sequence. This skill automates these workflows from local development to production.

Does wrangler support previewing Cloudflare Workers before publishing to production?

Yes, wrangler supports standard commands for previewing and monitoring Cloudflare Workers before production deployments. This skill utilizes these commands to manage the deployment lifecycle.