What problem does it solve? Headless browser sessions start with no login state, so QA testing authenticated pages requires manually recreating sessions. This Skill imports cookies from your real Chromium browser into the headless browse session, giving you authenticated access without re-entering credentials. ## Core Features & Use Cases - Interactive Cookie Picker: Opens a picker UI in your default browser where you select which cookie domains to import, with search and per-domain controls. - Direct Domain Import: Skip the UI by specifying a domain directly (e.g., github.com) for scripted imports. - CDP Mode Detection: Detects when the browse session is already connected to your real browser via CDP and skips unnecessary imports. - Use Case: Before running QA tests against a staging site that requires login, import your session cookies so the headless browser can access authenticated pages immediately. ## Quick Start Ask the assistant to import cookies from your browser so you can test authenticated pages, then select the domains you want in the picker UI that opens.