appstore-connect

Automate App Store Connect tasks via API and Playwright browser automation.

12|1|Updated Nov 23, 2025
One-click install
npx skills add https://github.com/jiunbae/agent-skills --skill appstore-connect
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: appstore-connect
Source: https://github.com/jiunbae/agent-skills/tree/main/integrations/appstore-connect
Command: npx skills add https://github.com/jiunbae/agent-skills --skill appstore-connect

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill requires axios, jsonwebtoken, playwright, tsx, typescript, and includes scripts (resource) and references (resource) components.

What problem does it solve?

App Store Connect์˜ API์™€ Playwright ๊ธฐ๋ฐ˜ ๋ธŒ๋ผ์šฐ์ € ์ž๋™ํ™”๋ฅผ ๊ฒฐํ•ฉํ•ด ์•ฑ ์ •๋ณด, ๋นŒ๋“œ, TestFlight ๋ฐฐํฌ, ์Šคํฌ๋ฆฐ์ƒท ์—…๋กœ๋“œ, ์•ฑ ์ œ์ถœ ์›Œํฌํ”Œ๋กœ์šฐ๋ฅผ ์ž๋™ํ™”ํ•ฉ๋‹ˆ๋‹ค.

Core Features & Use Cases

  • ์•ฑ ์ •๋ณด/๋นŒ๋“œ/๋ฒ„์ „ ๊ด€๋ฆฌ
  • TestFlight ๊ด€๋ฆฌ(ํ…Œ์Šคํ„ฐ, ๊ทธ๋ฃน ๋ฐฐํฌ)
  • ์Šคํฌ๋ฆฐ์ƒท ์—…๋กœ๋“œ ๊ด€๋ฆฌ
  • ์•ฑ ์ œ์ถœ ์›Œํฌํ”Œ๋กœ์šฐ ์ž๋™ํ™”
  • ๋ธŒ๋ผ์šฐ์ € ๋กœ๊ทธ์ธ/์„ธ์…˜ ๊ด€๋ฆฌ ๋ฐ API ์ ‘๊ทผ ํ†ตํ•ฉ

Quick Start

ASC CLI ์‹คํ–‰ ์˜ˆ์‹œ ๋ฐ ์ธ์ฆ ํ๋ฆ„ ์•ˆ๋‚ด๋ฅผ ์ œ๊ณตํ•ฉ๋‹ˆ๋‹ค.

Frequently Asked Questions about appstore-connect

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

FAQPage Schema
How do I automate App Store Connect tasks with both API and browser automation?โ–ผ

App Store Connect automation combines API operations with Playwright browser automation to manage apps, builds, TestFlight releases, and submission workflows. This hybrid approach handles features exposed by API while using browser automation for metadata updates, screenshots, tester management, and UI-only workflows that the API doesn't cover.

Can I automate TestFlight tester management and build releases?โ–ผ

Yes. This Skill automates TestFlight management including tester groups, build distribution, and release workflows. It integrates API-backed operations with browser automation to handle both programmatic tasks and UI-dependent actions like screenshot uploads and group assignments.

How do I handle App Store Connect authentication with 2FA in automation?โ–ผ

The Skill manages hybrid authentication through environment-variable configuration and Playwright-based browser sessions that handle two-factor authentication. It supports both API token authentication and browser-based login flows, with session management and rate limiting built in.

What's involved in automating app submission workflows end to end?โ–ผ

End-to-end app submission automation requires managing app metadata, builds, TestFlight distribution, and final submission steps. This Skill orchestrates the full workflow through CLI commands, coordinating API calls for programmatic operations and browser automation for submission UI steps that lack API coverage.

Do I need to run custom scripts or can I use CLI commands directly?โ–ผ

The Skill provides both. It includes CLI orchestration for direct command execution and scripts for custom workflows. You configure via environment variables and invoke through CLI, with built-in retry logic and rate limiting to handle App Store Connect API constraints.