Browser Automation with PinchTab CLI-first browser skill. Use commands. Core Workflow 1. Create a session: — do this once before any browser command. 2. Navigate: — auto-starts the local server if needed, then returns tab ID + interactive snapshot in one call. 3. Interact: — returns OK + only changed elements (most token-efficient). - Click behavior: omit for the normal click path, use , or use . - Treat as a broad, low-level escape hatch. Occlusion workaround is the common case: or - and are mutually exclusive. 4. For read-only observation: when you won't act on refs. Key optimization : Use…