Browser Trace
Turn browser automation failures into searchable trace evidence
Install
OfficialShips scriptsnpx skills add browserbase/skills
Use when a browser automation run needs timestamped evidence for diagnosing navigation, network, console, DOM, or runtime failures.
- Author
- Browserbase
- License
- MIT
Browser Trace gives an agent a structured record of what happened during a browser automation run. It observes an existing Chrome DevTools Protocol session, preserving technical events and visual state so failures can be examined after the run or while another client continues operating the browser.
Highlights
- Records network, console, runtime, log, navigation, and optional DOM activity.
- Captures screenshots and HTML snapshots at regular intervals for visual comparison.
- Separates large event streams into searchable files grouped by page and protocol domain.
- Supports local Chrome targets and remote Browserbase sessions, including attachment to active runs.
- Includes helper scripts for starting, stopping, processing, finalizing, and querying captures.
This skill is useful for automation engineers, agent developers, and QA teams investigating missing elements, failed requests, JavaScript errors, stalled navigation, or inconsistent browser behavior. It requires Node.js 18 or newer and the browse CLI; jq is optional for custom queries, while remote sessions require Browserbase credentials. Install it from the Browserbase skills repository with the published skills command.
Similar skills
Browser
SkillGive agents practical browser control from the command line
Autobrowse
SkillTrain dependable browser workflows through repeated trials
Webapp Testing
SkillPlaywright-driven checks against a web app running on localhost.

Comments(0)
Sign in to comment