What problem does it solve? Multi-step browser automation often breaks due to stale element refs, duplicate tabs, lost login state, and silent timeouts. This Skill provides a disciplined operating loop for the OpenClaw browser tool so agents can navigate, click, and recover reliably without getting stuck. ## Core Features & Use Cases - Stable Tab Management: Open tabs with labels, reuse existing tabs, and target them via suggestedTargetId instead of fragile raw DevTools IDs. - Snapshot-Driven Actions: Read the page with action="snapshot" and refs="aria" before every click, then re-snapshot after navigation or modal changes. - Stale Ref Recovery: Detect failed refs, re-snapshot the same tab, retry once, and report real blockers like logins, captchas, or 2FA instead of looping. - Use Case: Joining a Google Meet call — open a labeled meet tab, handle camera/microphone permission screens as progress, and report any sign-in or 2FA step that needs the user. ## Quick Start Use the browser tool to open a labeled tab for the target site, snapshot it, and complete the login check and form submission step by step.