app-create-ui

Automate App Store Connect app record creation through browser UI automation.

37|12|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/exiao/skills --skill app-create-ui
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: app-create-ui
Source: https://github.com/exiao/skills/tree/main/app-store-connect/app-create-ui
Command: npx skills add https://github.com/exiao/skills --skill app-create-ui

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, streamlining the initial setup process for developers.

Core Features & Use Cases

  • Automated App Record Creation: Drives the App Store Connect web UI to create new app entries.
  • Handles Complex UI Elements: Manages dropdowns, asynchronous loading, and custom radio button interactions.
  • Use Case: When launching a new app and needing to create its record in App Store Connect, this skill can be used to fill out the necessary forms, including platform, name, bundle ID, and SKU, without manual intervention.

Quick Start

Use the app-create-ui skill to create a new iOS app named 'MyApp' with bundle ID 'com.example.myapp' and SKU '12345'.

Frequently Asked Questions about 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?

You can create an App Store Connect app record without a public API by using browser automation to drive the web UI, filling out the New App form automatically to generate the app entry.

Can I automate App Store Connect form interactions like bundle ID selection?

Yes, you can automate App Store Connect form interactions including bundle ID association, platform selection, and user access configuration by driving the UI elements through browser automation.

How does UI automation handle asynchronous loading in App Store Connect?

UI automation handles asynchronous loading in App Store Connect by managing complex UI elements like dropdowns and custom radio buttons, ensuring the agent waits for elements to load before interacting.

What is the best way to programmatically generate new iOS app entries?

The best way to programmatically generate new iOS app entries is using agent-driven browser automation to interact with the App Store Connect UI, handling fields like name, bundle ID, and SKU without manual intervention.

Are there limitations to automating app creation through the App Store Connect web interface?

Automating app creation through the App Store Connect web interface is limited by UI changes and asynchronous loading behavior, requiring the automation to manage dropdowns and custom radio buttons to maintain reliability.