asc-cli-usage
Guidance for using asc cli in this repo (flags, output formats, pagination, auth, and discovery). Use when asked to run or design…
What it does
- Always use --help to discover commands and flags.
- asc builds --help
- asc builds list --help
- Use asc search for local, deterministic command discovery when you know the workflow but not the command path.
- asc search "submit app for review"
- asc search --output table "upload build"
- Use asc schema to inspect bundled App Store Connect endpoint schemas and request/query fields before designing API-facing commands.
Requirements & configuration
- Use this skill when you need to run or design asc commands for App Store Connect.
- Destructive operations require --confirm.
- When permissions are unclear, inspect exact API key role coverage with asc web auth capabilities.
- Most endpoint commands need --org or ASCADSORGID.
- Body commands use --file with Apple Ads JSON payloads. Object endpoints need a JSON object. Bulk endpoints often need a JSON array.
Configuration: ASC_KEY_IDASC_ISSUER_IDASC_PRIVATE_KEY_PATHASC_PRIVATE_KEYASC_PRIVATE_KEY_B64ASC_APP_IDASC_ADS_ASC_ADS_ORG_ID
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
Guidance for using asc cli in this repo (flags, output formats, pagination, auth, and discovery). Use when asked to run or design asc commands or interact with App Store Connect via the CLI.
Source
Repository: https://github.com/rorkai/app-store-connect-cli-skills
asc-cli-usage FAQ
What does the asc-cli-usage skill do?
Guidance for using asc cli in this repo (flags, output formats, pagination, auth, and discovery). Use when asked to run or design asc commands or interact with App Store Connect via the CLI. Always use --help to discover commands and flags. asc builds --help
What does asc-cli-usage require?
Use this skill when you need to run or design asc commands for App Store Connect. Destructive operations require --confirm. When permissions are unclear, inspect exact API key role coverage with asc web auth capabilities. Most endpoint commands need --org or ASCADSORGID. Body commands use --file with Apple Ads JSON payloads. Object endpoints need a JSON object. Bulk endpoints often need a JSON array. Configuration keys: ASC_KEY_ID, ASC_ISSUER_ID, ASC_PRIVATE_KEY_PATH, ASC_PRIVATE_KEY, ASC_PRIVATE_KEY_B64, ASC_APP_ID, ASC_ADS_, ASC_ADS_ORG_ID.
How do I install asc-cli-usage?
Run: npx -y skills add https://github.com/rorkai/app-store-connect-cli-skills --skill asc-cli-usage --agent claude-code — the source lives at github.com/rorkai/app-store-connect-cli-skills.
Maintain asc-cli-usage?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[asc-cli-usage on getagentictools](https://getagentictools.com/skills/rorkai-app-store-connect-cli-skills-asc-cli-usage?ref=badge) npx agentictools info skills/rorkai-app-store-connect-cli-skills-asc-cli-usage The second line is the CLI lookup for this page — handy in READMEs and docs.