
Capgo Cli Usage
- 444 installs
- 57 repo stars
- Updated July 13, 2026
- cap-go/capgo-skills
capgo-cli-usage is an agent skill that routes CapGo CLI requests for Capacitor live-update publishing, channel management, and app setup so developers can ship OTA hotfixes without full app store resubmission.
About
capgo-cli-usage is the routing entry skill in cap-go/capgo-skills for CapGo CLI operations on Capacitor mobile apps. It triages general CapGo questions and either handles basic commands such as npx @capgo/cli login, init, doctor, app add, and app list directly or forwards work to specialized sibling skills for OTA release management, native cloud builds, and organization administration. Developers reach for capgo-cli-usage when publishing bundle uploads to production or staging channels, rolling out JavaScript hotfixes between store releases, or diagnosing authentication before deeper release troubleshooting. The CapGo CLI supports bundle upload, channel set, bundle cleanup, and programmatic CapgoSDK automation for CI pipelines. Install the skill with npx skills add Cap-go/capgo-skills --skill capgo-cli-usage alongside a configured Capacitor project and CapGo API key when mobile teams want agent-guided live-update workflows instead of memorizing the full CLI surface.
- CapGo CLI install and auth
- Channel and bundle publishing
- Staged rollout controls
- Rollback and version targeting
- Capacitor OTA best practices
Capgo Cli Usage by the numbers
- 444 all-time installs (skills.sh)
- Ranked #52 of 248 Release Management skills by installs in the Skillselion catalog
- Data as of Aug 1, 2026 (Skillselion catalog sync)
npx skills add https://github.com/cap-go/capgo-skills --skill capgo-cli-usageAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 444 |
|---|---|
| repo stars | ★ 57 |
| Last updated | July 13, 2026 |
| Repository | cap-go/capgo-skills ↗ |
How do you publish Capacitor OTA updates with CapGo CLI?
Use the CapGo CLI to publish over-the-air Capacitor bundle updates, manage channels, and roll out hotfixes without full app store resubmission.
Who is it for?
Mobile developers shipping Capacitor apps who need agent-guided CapGo CLI setup, authentication, and OTA bundle publishing.
Skip if: Teams building greenfield native iOS or Android apps without Capacitor or CapGo should skip capgo-cli-usage.
When should I use this skill?
The user asks how to use the CapGo CLI, upload a bundle, manage channels, or roll out a Capacitor live update.
What you get
Uploaded CapGo bundles, configured release channels, and verified Capacitor live-update rollout steps.
- Published OTA bundle on a CapGo channel
- Configured CapGo app and channel settings
By the numbers
- cap-go/capgo-skills ships 5 documented CapGo-related skills in its README table
- CapGo CLI exposes separate bundle, channel, app, and key command groups
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"
]
}
Related skills
How it compares
Pick capgo-cli-usage as the CapGo entry router before diving into capgo-release-management or capgo-cloud for specialized release tasks.
FAQ
Which CapGo CLI commands does capgo-cli-usage handle directly?
capgo-cli-usage handles foundational CapGo CLI operations such as login, init, doctor, and app management before forwarding advanced release, cloud build, or organization tasks. Typical commands include npx @capgo/cli login, init, doctor, app add, app list, bundle upload, and cha
When does capgo-cli-usage forward to another CapGo skill?
capgo-cli-usage forwards requests to specialized cap-go/capgo-skills siblings when the task needs native cloud builds, detailed release management, or organization administration. The routing layer exits once it identifies whether the user needs capgo-cloud, capgo-release-managem