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`
[Description truncada. Veja o README completo no GitHub.]