What problem does it solve? Managing Capawesome Cloud resources from the terminal requires knowing the correct @capawesome/cli commands, authentication flows, and CI/CD flags, which are easy to misconfigure without a structured reference. ## Core Features & Use Cases - CLI Setup and Authentication: Install @capawesome/cli, log in interactively or with tokens, and verify sessions with whoami and doctor. - Full Command Reference: Covers app management, native builds, certificates, environments, channels, live updates, deployments, destinations, devices, and organizations. - CI/CD Integration: Token-based login, --detached, --json, and --yes flags with a ready GitHub Actions workflow example. - Use Case: A developer needs to trigger an Android release build from a GitHub Actions pipeline and download the resulting AAB; the skill provides the exact login, apps:builds:create, and apps:builds:download commands with the right flags. ## Quick Start Ask the agent to install the Capawesome CLI, log in with your token, and trigger an Android release build for your app.