What problem does it solve? Headless browser sessions start without any login state, so QA testing authenticated pages requires manually recreating sessions. This Skill imports cookies directly from your real browsers so the headless session is already logged in. ## Core Features & Use Cases - Interactive Cookie Picker: Detects installed Chromium browsers (Comet, Chrome, Arc, Brave, Edge) and opens a picker UI where you select which cookie domains to import. - Direct Domain Import: Skip the UI by specifying a browser and domain, such as importing github.com cookies from Comet in one command. - Session Verification: Lists imported cookies grouped by domain so you can confirm the headless session is authenticated before testing. - Use Case: Before running QA tests against a staging site that requires login, import your existing browser cookies so the headless Playwright session can access authenticated pages immediately. ## Quick Start Ask the assistant to import cookies from your browser so the headless session is logged in before testing authenticated pages.