
Capgo Cli Usage
- 49 installs
- 57 repo stars
- Updated July 13, 2026
- cap-go/capacitor-skills
Navigate the Capgo CLI command surface and route to specific Capgo workflows for OTA updates, native builds, or organization management.
About
Acts as the entry point for the Capgo CLI, covering common commands and routing to narrower Capgo workflows. A developer uses it when asking generally about the Capgo CLI or when the right sub-workflow is not yet clear.
- Lists core Capgo CLI commands: init, login, doctor, app add/list
- Routes requests to more specific Capgo skills for OTA, builds, or org tasks
Capgo Cli Usage by the numbers
- 49 all-time installs (skills.sh)
- Ranked #316 of 550 CLI & Terminal skills by installs in the Skillselion catalog
- Data as of Aug 1, 2026 (Skillselion catalog sync)
npx skills add https://github.com/cap-go/capacitor-skills --skill capgo-cli-usageAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 49 |
|---|---|
| repo stars | ★ 57 |
| Last updated | July 13, 2026 |
| Repository | cap-go/capacitor-skills ↗ |
What it does
Navigate the Capgo CLI command surface and route to specific Capgo workflows for OTA updates, native builds, or organization management.
Files
Capgo CLI Usage
Use this skill as the entry point for Capgo CLI command routing.
When to Use This Skill
- User asks generally how to use the Capgo CLI
- The request spans multiple Capgo command groups
- The right Capgo sub-workflow is not obvious yet
Routing
Route specific workflows to the matching skill:
- OTA bundles and channels ->
capgo-release-management - native cloud builds ->
capgo-native-builds - organizations and account commands ->
capgo-organization-management
Common Commands
initlogindoctorprobeapp addapp listapp deleteapp setapp debugmcp
Prefer the current CLI form:
npx @capgo/cli@latest doctorError Handling
- If the request is specific enough for a narrower Capgo skill, switch to that skill instead of staying at the routing layer.
- For CLI auth issues, fix
loginfirst before troubleshooting downstream commands.
{
"version": "1.0.0",
"organization": "Capgo",
"date": "March 2026",
"abstract": "Entry-point guide for routing Capgo CLI requests to setup, OTA, native build, and organization workflows.",
"triggers": [
"capgo cli",
"capgo doctor",
"capgo login",
"capgo init",
"capgo usage"
],
"references": [
"https://capgo.app"
]
}