← ClaudeAtlas

aso-asclisted

Apple App Store Connect API integration. Fetch iOS app metadata, reviews, ratings, and version info directly from App Store Connect. Requires API key. Triggers on: "app store connect", "asc".
elladineluxemburger97/claude-aso-audit-skill · ★ 0 · Data & Documents · score 73
Install: claude install-skill elladineluxemburger97/claude-aso-audit-skill
# ASO App Store Connect — Apple API Integration Direct access to App Store Connect for iOS metadata management. ## Commands | Command | What it does | |---------|-------------| | `/aso asc metadata <app-id>` | Fetch current metadata (name, subtitle, description, localizations) | | `/aso asc reviews <app-id>` | Fetch customer reviews | | `/aso asc ratings <app-id>` | Fetch rating data and distribution | | `/aso asc versions <app-id>` | List app versions and submission states | ## Usage ```bash uv run python scripts/asc_client.py <command> <app-id> --json ``` ## Authentication JWT-based auth using environment variables or the ASO env file: - ASC_KEY_ID - ASC_ISSUER_ID - ASC_KEY_PATH (path to .p8 file) ## Available Tools Read, Bash, Write, Glob, Grep