automating-appstore-connect

Automate App Store Connect workflows using JWT API and Playwright UI automation.

1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/Open330/agt --skill automating-appstore-connect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: automating-appstore-connect
Source: https://github.com/Open330/agt/tree/main/integrations/appstore-connect
Command: npx skills add https://github.com/Open330/agt --skill automating-appstore-connect

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates App Store Connect workflows by combining JWT API access with Playwright-driven UI automation to streamline ASC tasks like retrieving app data, managing builds, deploying to TestFlight, uploading screenshots, and submitting apps for review.

Core Features & Use Cases

  • JWT API + Playwright hybrid for ASC tasks: handles both API calls and browser-based actions.
  • End-to-end ASC workflows: fetch app info, list builds, upload assets, and submit for review.
  • Real-world use: automation of app submission when preparing a new version for release.

Quick Start

Install the appstore-connect skill and run it to automate ASC tasks using the JWT API and Playwright.

Frequently Asked Questions about automating-appstore-connect

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate App Store Connect workflows using JWT and Playwright?

Automate App Store Connect workflows by combining JWT API access for data calls with Playwright UI automation for browser actions. This hybrid approach handles app info retrieval, build management, TestFlight deployment, screenshot uploads, and app submissions.

What do I need to set up App Store Connect API automation?

App Store Connect API automation requires an API base URL, issuer ID, key ID, and either a private key file or private key string. Token handling uses ES256 to authenticate API requests and coordinate browser actions.

Can I automate TestFlight deployment and app submission end-to-end?

Yes, TestFlight deployment and app submission can be automated end-to-end. The Skill coordinates JWT API calls with Playwright UI actions to upload assets, deploy builds, and submit apps for review without manual intervention.

Does this automation approach work for uploading screenshots to App Store Connect?

Yes, uploading screenshots to App Store Connect is supported through the hybrid JWT API and Playwright UI automation. Browser-driven actions handle the asset upload process while API calls manage the associated build metadata.

What's the best way to retrieve app info and manage builds on App Store Connect?

Retrieve app info and manage builds by using JWT API access to query App Store Connect endpoints directly. This allows fetching app data and listing builds programmatically, while Playwright handles UI-only tasks.

Why combine JWT API access with Playwright for ASC automation instead of using just an API?

Combining JWT API access with Playwright covers ASC workflows that lack public API endpoints. JWT handles data retrieval and build management, while Playwright automates UI-only tasks like asset uploads and form submissions.