asc-app-create-ui

Automate App Store Connect app record creation via browser automation.

954|51|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/rudrankriyam/app-store-connect-cli-skills --skill asc-app-create-ui-rudrankriyam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: asc-app-create-ui
Source: https://github.com/rudrankriyam/app-store-connect-cli-skills/tree/main/skills/asc-app-create-ui
Command: npx skills add https://github.com/rudrankriyam/app-store-connect-cli-skills --skill asc-app-create-ui-rudrankriyam

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of new App Store Connect app records when a public API is unavailable, by driving the web UI.

Core Features & Use Cases

  • App Record Creation: Fills out the necessary fields in the App Store Connect web form to create a new app.
  • Browser Automation: Leverages browser automation tools to interact with the App Store Connect website.
  • Use Case: You need to create a new app entry in App Store Connect for a client, but there's no API for this specific action. This skill guides an agent through the manual web form process.

Quick Start

Use the asc-app-create-ui skill to create a new iOS app named 'My Awesome App' with bundle ID 'com.example.myawesomeapp' and SKU '12345'.

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 create an App Store Connect app record when there is no public API available?

You can create an App Store Connect app record without an API by using browser automation to drive the web UI. This approach automates the manual process of filling out the 'New App' form on the App Store Connect website.

What do I need to automate iOS app creation through the App Store Connect website?

To automate iOS app creation via the App Store Connect website, you need to provide user sign-in credentials and pre-registered bundle IDs. The automation tool then fills out the required web form fields to register the new app.

Can I use UI automation to fill out the New App form in App Store Connect for a client?

Yes, UI automation can fill out the New App form in App Store Connect for a client. It guides an agent through the manual web form process to create a new iOS app entry when no API exists for this specific action.

What is the best way to register a new iOS app in App Store Connect without using an API?

The best way to register a new iOS app without an API is leveraging browser automation to interact with the App Store Connect website. This method handles the manual process of completing the 'New App' form automatically.

Does automating App Store Connect app creation require a pre-registered bundle ID?

Yes, automating App Store Connect app creation requires a pre-registered bundle ID. You must also handle user sign-in to allow the browser automation tool to access the App Store Connect website and submit the form.

Why use browser automation for App Store Connect app creation instead of waiting for an API?

Browser automation is used for App Store Connect app creation because a public API is unavailable for this specific action. It solves the problem by directly interacting with the web UI to fill out the necessary fields for a new app.