appstore-connect

Installation
SKILL.md

App Store Connect (asc)

Read, manage, and ship any of the user's App Store apps through the asc CLI (App Store Connect CLI by Rork). asc covers nearly the entire ASC surface; reach for the raw API only for the rare gap.

asc auth status            # shows stored credential profiles + which is default
asc auth status --validate # confirms a credential actually works
asc doctor                 # diagnose auth/config issues
  • Multiple accounts/teams: asc --profile <name> <command> selects a profile.
  • A NEW account with no stored key: run the find-asc-credentials skill (locates the .p8, key id, and issuer id, then asc auth login). Never print or commit .p8 keys, key ids, or issuer ids.

<how_to_drive> Do NOT guess flags. asc is large and self-documenting — discover, then act:

Installs
143
GitHub Stars
224
First Seen
Jun 27, 2026
appstore-connect — melvynx/aiblueprint