claudedwithlove
explore/browsermonitor

browsermonitor

Cherished

Browser console and network monitoring for debugging and LLM workflows. Capture DOM, console, and requests via Puppeteer; HTTP API for dump and status.

·0··submitted April 15, 2026
View on GitHub
Clauded With Love Rating
7.8 / 10

Browser Monitor is a CLI tool that captures comprehensive browser state (console, network, DOM, screenshots) via Puppeteer and exposes it through HTTP API for debugging and LLM workflows. It solves the manual copy-paste problem when extracting browser data for AI agents or debugging by providing automated, structured dumps of live browser sessions.

Code Quality7.2
Usefulness8.4
Claude Usage6.8
Documentation8.7
Originality7.9
Highlights
  • Comprehensive browser state capture including console, network, DOM, cookies and screenshots in a single dump operation
  • Well-designed HTTP REST API enabling programmatic access ideal for LLM agent integration
  • Excellent documentation with clear problem statement, visual examples, and multiple installation/usage scenarios including WSL support
To Improve
  • Add comprehensive test coverage including unit tests for core capture functionality and integration tests for the HTTP API
  • Implement configuration validation and better error handling for edge cases like network timeouts or Chrome crashes