asc-app-create-ui

Automate App Store Connect app record creation via browser automation.

6|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/omega-bred/bluebubbles-chatgpt-agent --skill asc-app-create-ui-omega-bred
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: asc-app-create-ui
Source: https://github.com/omega-bred/bluebubbles-chatgpt-agent/tree/main/.agents/skills/asc-app-create-ui
Command: npx skills add https://github.com/omega-bred/bluebubbles-chatgpt-agent --skill asc-app-create-ui-omega-bred

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of new App Store Connect app records via browser automation, addressing scenarios where a public API for app creation is unavailable.

Core Features & Use Cases

  • Browser Automation: Drive the web UI of App Store Connect to create a new app record.
  • Preconditions Checks: Ensure bundle ID registration and verify no existing app.
  • Workflow Automation: Complete all required fields in the 'New App' form and click 'Create'.
  • Post-Creation Setup: Execute additional commands for app setup after creation.

Quick Start

Use the asc-app-create-ui skill to create a new App Store Connect app record by running 'asc-app-create-ui create --bundle-id "com.example.app" --name "My App" --sku "123456789" --platform ios'.

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?

Automate App Store Connect app creation by using browser automation to drive the web UI, fill out the New App form fields, and submit the record directly without a public API.

What do I need to create an App Store Connect app record through web UI automation?

To create an app record via web UI automation, you need the Playwright browser automation tool, valid App Store Connect login credentials, a registered bundle ID, and app metadata like name and SKU.

Can I use Playwright to fill out the New App form in App Store Connect?

Yes, you can use Playwright to automate the web UI, complete all required fields in the App Store Connect New App form, and click the Create button to submit the app record.

Does browser automation for app creation verify existing App Store Connect records?

Yes, browser automation for app creation includes preconditions checks that verify no existing app record exists and confirm the required bundle ID is already registered before submitting the form.

What happens after submitting the New App form through App Store Connect automation?

After submitting the New App form through App Store Connect automation, the workflow executes additional post-creation setup commands to complete the remaining app configuration steps automatically.

Are there limitations to creating App Store Connect apps via browser automation?

Browser automation for creating App Store Connect apps is limited by the web UI's structural changes, requires specific login credentials, and depends on Playwright for executing the UI interactions and form submissions.