devops

Automate cloud infrastructure deployment across Cloudflare, Docker, Google Cloud, and Kubernetes.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/IoT-VN/tuya-energy-dashboard --skill devops-iot-vn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops
Source: https://github.com/IoT-VN/tuya-energy-dashboard/tree/main/.opencode/skills/devops
Command: npx skills add https://github.com/IoT-VN/tuya-energy-dashboard --skill devops-iot-vn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the deployment and management of cloud infrastructure across multiple platforms, reducing manual effort and ensuring consistency.

Core Features & Use Cases

  • Multi-Platform Deployment: Deploy applications to Cloudflare (Workers, R2, D1), Docker, Google Cloud (Cloud Run, GKE), and Kubernetes.
  • CI/CD & GitOps: Facilitates automated pipelines and GitOps workflows for infrastructure as code.
  • Use Case: Deploy a containerized web application to Google Cloud Run, configure its database on Cloud SQL, and set up a CI/CD pipeline using GitHub Actions to automate deployments on every code push.

Quick Start

Deploy the current project to Cloudflare Workers using the wrangler deploy command.

Frequently Asked Questions about devops

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

FAQPage Schema
How do I deploy a containerized application to Google Cloud Run and set up a CI/CD pipeline?

You can deploy containerized applications to Google Cloud Run and automate updates via GitHub Actions CI/CD pipelines. This Skill manages the Cloud SQL database configuration and triggers deployments automatically on every code push.

What is GitOps workflow automation for cloud infrastructure?

GitOps workflow automation manages cloud deployments by treating infrastructure as code. It integrates CI/CD pipelines to automatically synchronize your Kubernetes and Google Cloud infrastructure state with your Git repository configuration.

Do I need wrangler and kubectl installed to deploy to Cloudflare Workers and Kubernetes?

Yes, executing deployments requires specific CLI tools. You must install wrangler for Cloudflare Workers, gcloud for Google Cloud, kubectl for Kubernetes clusters, and docker for container management to run the automation scripts.

Can I manage serverless functions and container orchestration across multiple cloud platforms?

Yes, you can manage both simultaneously. The automation supports deploying serverless functions to Cloudflare Workers while handling container orchestration across Google Cloud GKE and standard Kubernetes environments from a single workflow.

What is the best way to automate cloud infrastructure deployment across Docker and Cloudflare?

The best way is using a unified GitOps approach that synchronizes Docker container builds and Cloudflare Workers deployments through automated CI/CD pipelines. This ensures consistency and reduces manual effort across environments.