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 decrypts and imports cookies from your real Chromium browser so the headless session inherits your existing logins. ## Core Features & Use Cases - Interactive Cookie Picker: Opens a picker UI in your default browser where you search domains and select which cookies to import, without exposing cookie values. - Direct Domain Import: Skip the UI by passing a domain and browser name directly, e.g. importing github.com cookies from Comet. - CDP Detection: Checks whether browse is already connected to your real browser via CDP and skips the import when cookies are already available. - Use Case: Before running QA on an authenticated dashboard, import your session cookies once, then verify the import with a domain-count summary. ## Quick Start Ask the AI to import cookies from your browser so you can log in to the test site, then pick the domains you need in the picker UI that opens.