asc-app-create-ui

Automate completing the online Apple form to create app records.

33|2|Updated Feb 21, 2025
One-click install
npx skills add https://github.com/yspreen/dotfiles --skill asc-app-create-ui
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: asc-app-create-ui
Source: https://github.com/yspreen/dotfiles/tree/main/.agents/skills/asc-app-create-ui
Command: npx skills add https://github.com/yspreen/dotfiles --skill asc-app-create-ui

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create a new App Store Connect app record by automating the browser UI when public APIs are unavailable.

Core Features & Use Cases

  • UI automation to drive the New App form on App Store Connect for streamlined app creation.
  • Preflight checks to verify a bundle ID, ensure login/sign-in state, and validate required fields like name, bundle ID, SKU, platform, and language.
  • Safe, opt-in automation that runs locally with explicit user sign-in and guardrails to prevent data leaks and automatic retries.
  • Use Case: When public APIs do not exist or are insufficient, and you need to programmatically provision new apps on Apple's platform.

Quick Start

Open App Store Connect in a signed-in browser and run this skill to create a new app record via the guided UI.

Frequently Asked Questions about asc-app-create-ui

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

FAQPage Schema
How do I automate App Store Connect app creation when public APIs are unavailable?

Automating App Store Connect app creation without public APIs is achieved by driving the web UI to complete the New App form with required inputs like name, bundle ID, SKU, platform, and language.

What do I need to set up before automating the New App form on App Store Connect?

Before automating the New App form on App Store Connect, you need a signed-in browser session and validated required fields including bundle ID, name, SKU, platform, and language.

Can I use browser automation to programmatically provision new apps on Apple's platform?

Yes, browser automation can programmatically provision new apps on Apple's platform by driving the App Store Connect web UI when public APIs are insufficient for your workflow.

Does App Store Connect UI automation verify app creation after submitting the form?

App Store Connect UI automation includes post-creation verification via API or UI to ensure the new app record is successfully created after submitting the New App form.

What are the limitations of using browser automation for App Store Connect instead of APIs?

Browser automation for App Store Connect requires explicit user sign-in, runs locally with guardrails to prevent data leaks, and is limited by UI changes, making it less stable than direct APIs when available.

Why does App Store Connect app creation automation require preflight checks?

App Store Connect app creation automation requires preflight checks to verify bundle IDs, ensure login state, and validate required fields, preventing errors during the guarded UI automation process.