capgo-native-builds

Automate Capgo native cloud builds for iOS and Android via CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/hamza-sahin/pawbalance --skill capgo-native-builds
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: capgo-native-builds
Source: https://github.com/hamza-sahin/pawbalance/tree/main/.claude/skills/capgo-native-builds
Command: npx skills add https://github.com/hamza-sahin/pawbalance --skill capgo-native-builds

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guides the agent through Capgo native cloud build workflows for iOS and Android. Use when requesting a native build, configuring build credentials, updating signing material, or controlling build output upload behavior. Do not use for OTA bundle uploads or generic CI setup without Capgo builds.

Core Features & Use Cases

  • Prepare credentials for iOS and Android (certificates, provisioning profiles, App Store Connect credentials; keystore and Play config)
  • Request native builds via Capgo CLI with platform-specific inputs and optional output uploads
  • Adjust build inputs (iOS: scheme, target, distribution mode, provisioning profile mapping; Android: flavor, keystore alias, Play config)
  • Manage credentials and signing materials, and handle build output links and retention

Quick Start

Run a Capgo CLI build request for your iOS or Android app, specifying the platform and project path, and enable output upload if you need a download link.

Frequently Asked Questions about capgo-native-builds

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

FAQPage Schema
How do I automate iOS and Android cloud builds using Capgo?

You can automate iOS and Android cloud builds using Capgo by running a CLI-driven build request with platform-specific inputs like scheme and provisioning profiles for iOS, or keystore and Play config for Android.

What credentials do I need for Capgo native cloud builds?

Capgo native cloud builds require certificates, provisioning profiles, and App Store Connect credentials for iOS, alongside a keystore and Play config for Android to properly sign and distribute your application packages.

Can I get a download link for my Capgo build output?

Yes, you can get a download link for your Capgo build output by enabling the optional output upload feature during your CLI build request, which also supports time-limited retention for the generated artifacts.

Does the Capgo cloud build workflow handle OTA bundle uploads?

No, the Capgo cloud build workflow does not handle OTA bundle uploads or generic CI setup; it specifically processes native iOS and Android build requests, credential management, and signing material updates.

How do I update signing materials for an Android Capgo cloud build?

You update signing materials for an Android Capgo cloud build by adjusting the build inputs to specify your keystore alias and Play config, ensuring the CLI request applies the correct credentials to the output package.

What is the best way to configure iOS distribution modes in Capgo?

The best way to configure iOS distribution modes in Capgo is to adjust the native build inputs during your CLI request, specifying the target scheme and updating the provisioning profile mapping to match your distribution requirements.