cloudflare

Automate Cloudflare infrastructure operations across Workers, KV, R2, D1, and Hyperdrive.

339|58|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/Heyvhuang/ship-faster --skill cloudflare-heyvhuang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare
Source: https://github.com/Heyvhuang/ship-faster/tree/main/skills/cloudflare
Command: npx skills add https://github.com/Heyvhuang/ship-faster --skill cloudflare-heyvhuang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill standardizes and simplifies managing Cloudflare resources across MCP, Wrangler CLI, and Dashboard, enabling safe, auditable infrastructure operations.

Core Features & Use Cases

  • Resource coverage: Manage Workers, KV, R2, D1, Hyperdrive, Observability, Builds, and Audit Logs.
  • Workflow discipline: Enforces three permission tiers (Diagnose, Change, Super Admin) and a three-step write flow (Plan, Confirm, Execute) with post-change verification.
  • Use Case: A team can safely deploy production changes with full audit trails and review gates.

Quick Start

Use the web dashboard or Wrangler CLI to perform Cloudflare resource operations following the guidelines in BACKENDS.md and SETUP.md.

Frequently Asked Questions about cloudflare

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

FAQPage Schema
How do I automate Cloudflare Workers and R2 infrastructure operations safely?

You can automate Cloudflare Workers, R2, KV, and D1 operations safely by enforcing a three-step write flow: Plan, Confirm, and Execute. This ensures post-change verification and maintains full audit trails.

Does this approach support managing Cloudflare resources via Wrangler CLI and MCP?

Yes, managing Cloudflare resources works across Wrangler CLI, MCP, and the Dashboard. It standardizes operations for Workers, KV, R2, D1, and Hyperdrive while applying consistent permission tiers.

What is the three-tier permission model for Cloudflare resource management?

The three-tier permission model for Cloudflare resource management consists of Diagnose, Change, and Super Admin levels. It gates write actions to ensure safe production changes with proper review and audit logs.

How to enforce an auditable workflow for production Cloudflare deployments?

To enforce an auditable workflow for production Cloudflare deployments, apply a three-step write flow with verification gates. This creates review checkpoints and generates audit trails for all infrastructure changes.

Can I manage Cloudflare D1 and Hyperdrive resources using this workflow?

Yes, you can manage Cloudflare D1 and Hyperdrive resources using this workflow. The skill covers infrastructure operations across these services alongside Workers, KV, R2, and observability tools.

Why does my Cloudflare infrastructure automation lack proper review gates?

Cloudflare infrastructure automation lacks review gates when not using a structured write flow. Implementing a Plan, Confirm, Execute process with tiered permissions enforces verification and generates necessary audit trails.