agent-browser-ios
Installation
SKILL.md
Agent Browser — iOS Simulator
Internal template. Entry point:
agent-browserskill.
Recommended config: agent-browser -p ios (short for --provider ios)
NEVER
NEVER run commands before Simulator is booted — daemon can't connect; boot first with xcrun simctl
NEVER use `scroll` on iOS — use `swipe up` / `swipe down` instead
NEVER use `click` on native touch targets — prefer `tap @ref` for iOS elements
NEVER copy element refs across navigations — re-run `snapshot -i` after every screen change
NEVER assume WebView content is inspectable — must enable Web Inspector in Safari → Develop → [device]