What problem does it solve? When you need to gather evidence about how a public website actually renders and behaves, ad-hoc browsing is risky and unstructured. This Skill provides a controlled, read-only workflow for inspecting approved public websites through an isolated browser, with clear approval gates and hard boundaries against state-changing actions. ## Core Features & Use Cases - Read-only UI inspection: Navigate approved origins and capture snapshots, screenshots, and observed behavior without logging in or modifying anything. - Safety boundaries: Enforces strict rules against authentication, form submission, purchases, file uploads, and access to cookies or browser profiles. - Harness-agnostic operation: Works with any isolated browser or Playwright adapter configured by the active AI harness, without assuming a specific CLI or provider. - Use Case: You want to verify how a competitor's public landing page renders its navigation and filters. You approve the exact origin, the Skill inspects the rendered UI, saves screenshots to the project-local artifact directory, and reports observed behavior separately from inference. ## Quick Start Inspect the public website at the approved origin using the isolated browser and report what the rendered UI shows without logging in or changing anything.