locaweb-cloud-deploy

Deploy web apps to Locaweb Cloud using Kamal with VM, network, DNS, and domain provisioning.

3|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/gmautner/marketplace --skill locaweb-cloud-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: locaweb-cloud-deploy
Source: https://github.com/gmautner/marketplace/tree/main/plugins/cofounder/skills/locaweb-cloud-deploy
Command: npx skills add https://github.com/gmautner/marketplace --skill locaweb-cloud-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill enables end-to-end deployment of web applications to Locaweb Cloud by orchestrating Kamal-based workflows, provisioning VMs, networks, disks, and DNS, and handling environment-specific configurations.

Core Features & Use Cases

  • Deterministic destination generation via scripts (generate_kamal_destination.py, generate_proxy_config.py, generate_pg_cmd.py) for reproducible infrastructure bindings.
  • Agent-owned deployment artifacts (config/deploy.yml and generated config/deploy.{env}.yml) and GitHub secrets mapping to securely deploy across environments (preview, production).
  • Supports multiple environments and accessories (e.g., databases) with domain or nip.io-based access, and a complete workflow lifecycle from provisioning to teardown.

Quick Start

Run the included scripts to produce the destination and proxy configurations and then trigger the reusable deploy workflow to provision and deploy.

Frequently Asked Questions about locaweb-cloud-deploy

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

FAQPage Schema
How do I deploy a web app to Locaweb Cloud using Kamal?

To deploy a web app to Locaweb Cloud using Kamal, this skill automates infrastructure provisioning including VMs, networks, disks, and DNS. It uses deterministic scripts to generate destination artifacts and configuration files for reproducible deployment workflows across multiple environments.

What is needed to automate infrastructure provisioning for a Locaweb Cloud deploy?

Automating a Locaweb Cloud deploy requires a single Dockerfile at the repository root and a SKILL.md frontmatter with name and description. The workflow then provisions VMs, networks, and DNS while handling environment-specific configurations and optional database accessories.

Can I use Kamal to manage databases and caches when deploying to Locaweb Cloud?

Yes, you can use Kamal to manage databases and caches when deploying to Locaweb Cloud. The deployment workflow supports optional accessories for databases or caches, handling environment-specific configurations and domain or nip.io-based access.

Does deploying web apps to Locaweb Cloud support multiple environments like preview and production?

Deploying web apps to Locaweb Cloud supports multiple environments like preview and production. The workflow maps GitHub secrets to securely deploy across environments, generating agent-owned deployment artifacts and specific configuration files for each target environment.

How do deterministic scripts generate deployment configurations for Locaweb Cloud?

Deterministic scripts like generate_kamal_destination.py and generate_proxy_config.py produce deployment configurations for Locaweb Cloud. They generate reproducible infrastructure bindings and proxy configurations, ensuring consistent destination artifacts before triggering the reusable deploy workflow.

What is the best way to manage DNS and domain configuration during a Locaweb Cloud deploy?

The best way to manage DNS and domains during a Locaweb Cloud deploy is using the included deterministic scripts. They handle network and DNS provisioning automatically, supporting both custom domain and nip.io-based access for your deployed web applications.