atl-browser
Installation
SKILL.md
ATL β Agent Touch Layer
The automation layer between AI agents and iOS
ATL provides HTTP-based automation for iOS Simulator β both browser (mobile Safari) and native apps. Think Playwright, but for mobile.
π Two Servers: Browser & Native
ATL uses two separate servers for browser and native app automation:
| Server | Port | Use Case | Key Commands |
|---|---|---|---|
| Browser | 9222 |
Web automation in mobile Safari | goto, markElements, clickMark, evaluate |
| Native | 9223 |
iOS app automation (Settings, Contacts, any app) | openApp, snapshot, tapRef, find |