What problem does it solve?
This Skill addresses browser automation failures caused by security policies, read-only browser tiers, and isolated sessions by enabling direct Chrome CDP control with preserved login state.
Core Features & Use Cases
- Preserve login state: reuse existing cookies and session data to maintain authenticated context during automation.
- Direct CDP access: connect to Chrome via remote debugging port to bypass session isolation in standard automation tools.
- Recovery & troubleshooting: provide steps to recover from ECONNREFUSED, WebSocket 404, and related CDP errors with minimal disruption.
- Use Case: automate tasks on secured sites where normal automation is blocked, while keeping user login intact.
Quick Start
Launch Chrome with remote debugging port enabled, connect to it via CDP directly, and begin automated control while preserving the existing user session.