
Capgo Organization Management
- 411 installs
- 57 repo stars
- Updated July 13, 2026
- cap-go/capgo-skills
Configure and manage CapGo organizations, apps, channels, and team access so Capacitor live-update workflows stay organized across environments and collaborators.
About
Helps operators structure CapGo organizations, assign team permissions, and maintain app-channel infrastructure so Capacitor OTA updates deploy predictably across staging and production without access sprawl.
- Org, app, and channel setup
- Team roles and access boundaries
- Environment and bundle routing
- CapGo dashboard workflow guidance
- Operational hygiene for live updates
Capgo Organization Management by the numbers
- 411 all-time installs (skills.sh)
- Ranked #59 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-organization-managementAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 411 |
|---|---|
| repo stars | ★ 57 |
| Last updated | July 13, 2026 |
| Repository | cap-go/capgo-skills ↗ |
What it does
Configure and manage CapGo organizations, apps, channels, and team access so Capacitor live-update workflows stay organized across environments and collaborators.
Files
Capgo Organization Management
Use this skill for Capgo account and organization administration commands.
When to Use This Skill
- User wants the current account ID
- User wants to list or create organizations
- User wants to inspect members or enforce organization security settings
Procedures
Step 1: Identify the Scope
Decide whether the request is:
- account lookup
- organization listing or creation
- member inspection
- organization security configuration
Step 2: Use the Matching CLI Command
Prefer the Capgo CLI:
npx @capgo/cli@latest organization listUse account id for safe account sharing and support workflows.
Step 3: Apply Security Changes Carefully
For security settings such as 2FA enforcement, password policy, or API key expiration:
- inspect current member status first
- verify the acting user has the required admin role
- change one policy area at a time
Error Handling
- For permission failures, verify the current user role before retrying administrative changes.
- For organization security changes, inspect member readiness first so enforcement does not lock users out unexpectedly.
- Use
organization, not the deprecatedorganisation, in all new guidance.
{
"version": "1.0.0",
"organization": "Capgo",
"date": "March 2026",
"abstract": "Guide for Capgo account lookup, organization administration, member inspection, and security settings.",
"triggers": [
"capgo organization",
"organization members",
"account id",
"capgo admin",
"organization security"
],
"references": [
"https://capgo.app"
]
}