devops-automator

Automate Cloudflare infrastructure provisioning and management via Wrangler CLI.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/cffrank/paperclip-skills-agents --skill devops-automator-cffrank
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops-automator
Source: https://github.com/cffrank/paperclip-skills-agents/tree/main/skills/devops-automator
Command: npx skills add https://github.com/cffrank/paperclip-skills-agents --skill devops-automator-cffrank

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates Cloudflare infrastructure provisioning and management via Wrangler CLI.

Core Features & Use Cases

  • Provision and configure Cloudflare resources (Workers, D1, R2, KV, Pages) using Wrangler CLI.
  • Manage secrets, environment bindings, and wrangler.toml templating across environments.
  • Use-case: deploy identical infrastructure across development, staging, and production with a single command.

Quick Start

Begin by scaffolding a new project with wrangler init, then configure D1, R2, KV, secrets, and wrangler.toml, and deploy with wrangler deploy.

Frequently Asked Questions about devops-automator

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

FAQPage Schema
How do I automate Cloudflare infrastructure provisioning across multiple environments?

Automating Cloudflare infrastructure provisioning is achieved by using the Wrangler CLI to configure and deploy resources like Workers, D1, R2, and KV across development, staging, and production environments from a single command.

Can I manage Cloudflare secrets and environment bindings using wrangler.toml?

Managing Cloudflare secrets and environment bindings is supported through wrangler.toml templating, allowing you to securely configure and apply environment-specific variables for Workers and Pages applications.

What is the best way to deploy identical Cloudflare Workers and D1 resources from development to production?

Deploying identical Cloudflare Workers and D1 resources involves scaffolding your project with wrangler init, templating your wrangler.toml configuration, and executing wrangler deploy to sync your environments.

Does Wrangler CLI support provisioning for Cloudflare Pages and R2 storage buckets?

Wrangler CLI supports provisioning for Cloudflare Pages and R2 storage buckets, enabling you to configure storage, databases, and edge compute resources within your automated infrastructure workflows.

How do I configure wrangler.toml to manage different Cloudflare environment bindings?

Configuring wrangler.toml to manage different Cloudflare environment bindings requires defining environment-specific sections in the file, allowing Wrangler to apply the correct D1, R2, and KV configurations during deployment.