asc-app-create-ui

Automate App Store Connect New App form creation via browser automation.

127|8|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/hanamizuki/solopreneur --skill asc-app-create-ui-hanamizuki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: asc-app-create-ui
Source: https://github.com/hanamizuki/solopreneur/tree/main/plugins/ios-dev/skills/asc-app-create-ui
Command: npx skills add https://github.com/hanamizuki/solopreneur --skill asc-app-create-ui-hanamizuki

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

App Store Connect lacks a public API for creating new apps, so this skill automates the browser-driven New App workflow to streamline onboarding of new apps without manual UI clicks.

Core Features & Use Cases

  • Drive the New App form in App Store Connect via browser automation to create new app records.
  • Supports multiple platforms (iOS, macOS, tvOS, visionOS) and handles platform selection, bundle ID tying, and SKU entry.
  • Use cases include onboarding multiple apps for a team or agent-assisted app creation when automation is required and a human sign-in is available.

Quick Start

Sign in to App Store Connect and run the UI automation workflow to create a new app.

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 creating a new app in App Store Connect?

You can automate creating an app in App Store Connect by using browser UI automation to drive the New App form, handling platform selection, bundle ID tying, and SKU entry without manual UI clicks.

Why does App Store Connect require browser automation for app creation?

App Store Connect app creation requires browser automation because it lacks a public API for the task, meaning an agent must drive the web form directly to streamline onboarding new apps.

Can I use browser automation to create apps across multiple Apple platforms?

Yes, browser automation can create apps across multiple Apple platforms including iOS, macOS, tvOS, and visionOS by driving the platform selection logic within the New App form.

What guardrails are needed when automating App Store Connect UI workflows?

Guardrails needed for automating App Store Connect UI workflows include sign-in verification to ensure a human is present and manual confirmation before the final Create button is clicked.

Does automating the App Store Connect New App form work without an API?

Yes, automating the App Store Connect New App form works without an API by using browser tooling to interact directly with UI form fields and applying manual confirmation before final submission.