Agent Skills: Capgo Organization Management

Guides the agent through Capgo account lookup and organization administration. Use when listing organizations, managing members, changing security settings, or working with organization-level CLI commands. Do not use for OTA bundle uploads or native builds.

UncategorizedID: cap-go/capacitor-skills/capgo-organization-management

Install this agent skill to your local

pnpm dlx add-skill https://github.com/Cap-go/capgo-skills/tree/HEAD/plugins/capgo-cloud/skills/capgo-organization-management

Skill Files

Browse the full folder contents for capgo-organization-management.

Download Skill

Loading file tree…

plugins/capgo-cloud/skills/capgo-organization-management/SKILL.md

Skill Metadata

Name
capgo-organization-management
Description
Guides the agent through Capgo account lookup and organization administration. Use when listing organizations, managing members, changing security settings, or working with organization-level CLI commands. Do not use for OTA bundle uploads or native builds.

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 list

Use 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 deprecated organisation, in all new guidance.