What problem does it solve? Headless browser sessions start with no logged-in state, so QA testing authenticated pages fails or requires manual login every time. This Skill imports cookies from your real Chromium browser into the headless session so authenticated pages work immediately. ## Core Features & Use Cases - Interactive Cookie Picker: Opens a browser-based UI where you search domains and select which cookies to import, without exposing cookie values. - Direct Domain Import: Skip the UI by specifying a domain directly, e.g. importing github.com cookies from a named browser. - CDP Detection: Checks whether the session is already connected to your real browser via CDP and skips the import when unnecessary. - Use Case: Before running QA tests against a staging site that requires login, import your session cookies once and run all subsequent browse commands as an authenticated user. ## Quick Start Ask the AI to import cookies from your browser so you can test authenticated pages, then select the domains in the picker UI that opens.