What problem does it solve? Headless browser sessions used for QA testing start without any logged-in state, so authenticated pages cannot be tested. This Skill imports cookies from your real Chromium browser into the headless browse session so you can test authenticated pages without re-entering credentials. ## Core Features & Use Cases - Interactive cookie picker: Runs cookie-import-browser to detect installed Chromium browsers and open a picker UI where you search domains and select which cookies to import. - Direct domain import: Import cookies for a specific domain non-interactively, e.g. cookie-import-browser comet --domain github.com. - CDP mode detection: Skips the import entirely when the browse session is already connected to your real browser via CDP, since cookies are already available. - Use Case: Before running QA on an authenticated dashboard, import your logged-in session cookies, then verify with $B cookies to see per-domain cookie counts. ## Quick Start Ask the agent to import cookies from your browser so you can log in to the test site, then pick the domains in the picker UI that opens.