| name | capgo-cloud |
| description | Umbrella skill for Capgo cloud workflows. Use when the user needs native builds, OTA releases, store publishing, or organization-level Capgo operations and the request spans more than one Capgo workflow. |
Capgo Cloud
Use this skill to route multi-step Capgo cloud work across builds, releases, publishing, and organization administration.
When to Use This Skill
- User wants the Capgo equivalent of a hosted mobile cloud workflow
- User needs both native builds and OTA releases
- User needs to connect builds, live updates, and store submission
- User needs Capgo org setup before using builds or releases
Routing
Switch to the most specific Capgo skill as soon as the workflow is clear:
- hosted iOS or Android builds ->
capgo-native-builds
- bundle uploads, channels, rollout safety, encryption ->
capgo-release-management
- live update strategy and app wiring ->
capgo-live-updates
- app store submission ->
capacitor-app-store
- CI/CD automation ->
capacitor-ci-cd
- organization administration ->
capgo-organization-management
- general CLI entry point ->
capgo-cli-usage
End-to-End Flow
1. Prepare the Project
- verify CLI access
- verify the app is registered in Capgo
- verify signing material and environment configuration
2. Build the Native Binary
For hosted builds, prefer Capgo Build through the capgo-native-builds workflow.
3. Ship the Web Bundle
Use Capgo OTA bundle and channel management through capgo-release-management and capgo-live-updates.