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 an operating loop for the OpenClaw browser tool that keeps tabs, snapshots, and actions consistent across long flows. ## 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 aria refs before clicking, and re-snapshot after navigation or modal changes to avoid stale ref failures. - Blocker Detection and Recovery: Diagnose login, captcha, 2FA, and permission screens, recover from stale refs with a fresh snapshot, and report exact manual steps to the user. - Use Case: Joining a Google Meet requires handling camera permission prompts, reusing a labeled meet tab across retries, and reporting sign-in blockers instead of looping. ## Quick Start Use the browser automation skill to open a labeled tab for example.com, snapshot it, and click the sign-in button.