
Capgo Organization Management
- 44 installs
- 57 repo stars
- Updated July 13, 2026
- cap-go/capacitor-skills
Administer Capgo accounts and organizations via CLI, including member inspection and organization security settings.
About
Guides Capgo account lookup and organization administration through the CLI, covering members and security settings. A developer uses it to manage organizations, membership, or org-level security policy.
- Lists and creates Capgo organizations and inspects members via CLI
- Applies org security settings like 2FA and API key expiration carefully
Capgo Organization Management by the numbers
- 44 all-time installs (skills.sh)
- Ranked #328 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-organization-managementAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 44 |
|---|---|
| repo stars | ★ 57 |
| Last updated | July 13, 2026 |
| Repository | cap-go/capacitor-skills ↗ |
What it does
Administer Capgo accounts and organizations via CLI, including member inspection and organization security settings.
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"
]
}