asc-app-create-ui

Automate App Store Connect app record creation via browser automation.

3|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/kvn8888/OpenFoodJournal --skill asc-app-create-ui-kvn8888
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: asc-app-create-ui
Source: https://github.com/kvn8888/OpenFoodJournal/tree/main/.agents/skills/asc-app-create-ui
Command: npx skills add https://github.com/kvn8888/OpenFoodJournal --skill asc-app-create-ui-kvn8888

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, asc, cursor-browser-mcp, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the creation of new App Store Connect app records through browser automation, providing a workaround for the lack of a public API.

Core Features & Use Cases

  • Browser Automation: Automates the New App form process in App Store Connect.
  • User Authentication: Requires the user to be signed in to App Store Connect.
  • Preconditions: Ensures the bundle ID is registered and no existing app exists.
  • Required Inputs: Handles inputs for app name, bundle ID, SKU, platform, primary language, and user access.

Quick Start

Use the asc-app-create-ui skill to create a new App Store Connect app with the provided bundle ID and name.

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 without a public API?

You can automate App Store Connect app creation by using browser automation tools like Playwright to interact with the web interface, bypassing the lack of a public API. This requires handling user authentication and form inputs.

What prerequisites are needed to automate new app records in App Store Connect?

To automate new app records in App Store Connect, the bundle ID must be registered, no existing app record should exist, and the user must be authenticated and signed into the App Store Connect web interface.

What information is required to automate the App Store Connect new app form?

Automating the App Store Connect new app form requires inputs for the app name, bundle ID, SKU, platform, primary language, and user access settings to populate the web interface fields.

Does browser automation work for App Store Connect app record management?

Browser automation works for App Store Connect app record management by driving the web interface through Playwright to submit the new app form, handling the login process and required app information automatically.

Can I use Playwright to submit the new app form in App Store Connect?

Yes, you can use Playwright to automate submitting the new app form in App Store Connect by scripting the browser to enter required app details like name, bundle ID, and platform into the web UI.

Why does automated App Store Connect app creation require user authentication?

Automated App Store Connect app creation requires user authentication because browser automation drives the live web interface, which mandates an active signed-in session to access and submit the new app form securely.