Export & Deployment

Export Godot 4 projects to desktop, mobile, and web platforms.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/ftnilsson/agent-cli --skill export-deployment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Export & Deployment
Source: https://github.com/ftnilsson/agent-cli/tree/main/godot-development/skills/17-export-and-deployment
Command: npx skills add https://github.com/ftnilsson/agent-cli --skill export-deployment

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of exporting Godot 4 projects to various platforms and setting up automated deployment pipelines, ensuring your game reaches your players efficiently.

Core Features & Use Cases

  • Multi-Platform Export: Supports desktop (Windows, macOS, Linux), mobile (Android, iOS), and web (HTML5).
  • Template Management: Guides through installing and managing Godot export templates.
  • CI/CD Integration: Provides examples for automating builds and deployments using GitHub Actions.
  • Use Case: You've finished your Godot game and need to prepare it for release on Windows, macOS, and the web. This Skill will guide you through configuring the export presets, building the executables, and setting up a GitHub Action to automatically build and deploy new versions whenever you push a tag.

Quick Start

Use the Export & Deployment skill to export your Godot 4 project to Windows Desktop.

Frequently Asked Questions about Export & Deployment

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

FAQPage Schema
How do I export a Godot 4 game to multiple platforms like desktop and mobile?

To export a Godot 4 game, you configure platform-specific export presets for desktop, mobile, or web, and manage the required export templates to build executables for your target platforms.

Can I automate Godot 4 game builds and deployments using GitHub Actions?

Yes, you can automate Godot 4 builds and deployments using GitHub Actions CI/CD pipelines, triggering automated builds and releases whenever you push a new tag to your repository.

What are Godot export templates and when do I need them for deployment?

Godot export templates are pre-compiled binaries required to build and deploy your game to specific platforms. You must install and manage them before exporting your project.

Does this support exporting Godot 4 projects for web and HTML5 deployment?

Yes, the export and deployment process supports web and HTML5 platforms, alongside desktop (Windows, macOS, Linux) and mobile (Android, iOS) configurations.

How do I use feature tags when configuring Godot 4 exports?

Feature tags in Godot 4 exports allow you to customize platform-specific configurations and manage dependencies, ensuring your project adapts its behavior based on the target deployment environment.

What is the best way to set up continuous integration for a Godot game?

The best way to set up continuous integration for a Godot game is configuring GitHub Actions pipelines to automate builds, manage export templates, and deploy releases across multiple platforms.