You can use a browser to create a new app record in App Store Connect. This skill automates the process of filling out the online form. It helps when the official API does not support app creation directly.
The automation works step by step. It opens the Apple website, fills in the required fields like app name and bundle ID, and clicks the create button. Important things include having a registered bundle ID and being signed in with two-factor authentication.
This approach is safe and local. It uses a visible browser session and pauses before the final click. It avoids storing cookies or retrying on failure. This makes it reliable for developers who need to create many apps or integrate this into a larger workflow.
Global
mkdir -p ~/.claude/skills/asc-app-create-uiProject
mkdir -p .claude/skills/asc-app-create-uiSource Repository
Agent Browservercel-labs/agent-browser
Fast browser automation tool for AI agents to control any website
Develop Userscriptsxixu-me/skills
Build and debug browser userscripts for Tampermonkey and ScriptCat
Just Scrapescrapegraphai/just-scrape
Search, scrape, crawl, and monitor web pages with an easy command line tool
Browser Actbrowser-act/skills
AI agents use browser-act to automate web tasks like fetch forms screenshots and complex workflows
Firecrawlfirecrawl/cli
Search, scrape, and crawl websites with one simple command line tool
Playwright Climicrosoft/playwright-cli
Automate browser tasks and test web pages with simple terminal commands
Browser Usebrowser-use/browser-use
Automate web testing, form filling, and screenshots with simple CLI commands
Browser Act Skill Forgebrowser-act/skills
Explore any website once and create reusable skill packages forever