Godot Platform Mobile

🌐Community
by thedivergentai · vlatest · Repository

Automates Godot mobile project setup, build processes, and deployment to app stores for streamlined development.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add godot-platform-mobile npx -- -y @trustedskills/godot-platform-mobile
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "godot-platform-mobile": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/godot-platform-mobile"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The godot-platform-mobile skill enables AI agents to interact with and manage Godot game projects specifically targeted for mobile platforms. It facilitates tasks like configuring build settings, generating Android APKs or iOS IPA packages, and deploying builds to test devices. This skill streamlines the mobile development workflow within a Godot environment.

When to use it

  • Automated Build Generation: Automatically create APK files for Android or IPA files for iOS from your Godot project.
  • Mobile Configuration Updates: Modify build settings such as icons, splash screens, and version numbers in your Godot project's mobile configuration.
  • Test Deployment: Deploy builds directly to connected Android or iOS devices for testing purposes.
  • CI/CD Integration: Integrate with continuous integration and deployment pipelines to automate the building and distribution of mobile game updates.

Key capabilities

  • APK generation (Android)
  • IPA generation (iOS)
  • Mobile build configuration modification
  • Deployment to connected devices

Example prompts

  • "Generate an APK for my Godot project."
  • "Update the version number in my Android build settings to 1.2.3."
  • "Deploy the current build to my connected iOS device."

Tips & gotchas

  • Requires a configured Godot project with appropriate platform-specific setup (Android SDK, Xcode).
  • Ensure that necessary development certificates and provisioning profiles are available for iOS builds.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
thedivergentai
Installs
26

🌐 Community

Passed automated security scans.