asc-app-create-ui

Automate App Store Connect app creation by driving the web UI.

1|Updated Aug 16, 2025
One-click install
npx skills add https://github.com/barronlroth/Cubby --skill asc-app-create-ui-barronlroth
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: asc-app-create-ui
Source: https://github.com/barronlroth/Cubby/tree/main/.agents/skills/asc-app-create-ui
Command: npx skills add https://github.com/barronlroth/Cubby --skill asc-app-create-ui-barronlroth

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of new App Store Connect apps by driving the web UI when there is no public API for app creation.

Core Features & Use Cases

  • UI-driven app creation to add new apps without manual form filling.
  • Preflight checks and stepwise form completion (platform, language, bundle ID, SKU, etc.).
  • Post-create handoff setup (locale, categories, availability) to streamline onboarding.

Quick Start

Open App Store Connect in a signed-in browser and run the automation to create a new app by providing the required inputs.

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 there is no public API?

Automating App Store Connect app creation requires a browser automation tool to drive the web UI. It handles preflight checks and stepwise form completion for platform, language, bundle ID, and SKU when no public API exists.

What inputs do I need to create an App Store Connect app via web automation?

Required inputs for automated app creation include a registered bundle ID, app name, SKU, platform, primary language, and user access. You must also provide a signed-in App Store Connect browser session for the automation tool.

Can I batch initialize App Store Connect apps programmatically through the web UI?

Batch initialization of apps is possible by driving the web UI programmatically. This approach automates the repetitive form-filling process for onboarding multiple new product entries when no public API is available.

Does the App Store Connect app creation automation require manual confirmation?

The automation includes safety guardrails requiring explicit confirmation before final app creation. This prevents unintended app entries during batch initialization and ensures you maintain control over the onboarding process.

What post-creation setup is handled after automating App Store Connect app creation?

After creating the app, the automation streamlines onboarding by handling post-create handoff setup. This includes configuring locale, categories, and availability to complete the subsequent manual configuration steps.