What problem does it solve?
This Skill provides deep, always-on visibility into web page behavior, transforming browser automation from a black box into a transparent, debuggable process. It eliminates the token overhead of traditional methods by executing commands directly.
Core Features & Use Cases
- Debug-First Automation: Captures console logs, network requests, and errors by default, providing immediate insights into page issues.
- Efficient Interaction: Offers a code-first API for precise control over browser actions like filling forms, clicking elements, and taking screenshots.
- Use Case: Troubleshoot a broken frontend by running a diagnostic on the problematic URL. The Skill will report console errors, failed network requests, and provide a screenshot, pinpointing the exact cause of the issue.
Quick Start
Run bun run Browse.ts https://example.com to navigate to the URL and get a full diagnostic report including a screenshot.