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 and import cookies for a specific domain with a single command, e.g. for github.com. - CDP Mode Detection: Detects when you are already connected to your real browser via CDP and skips the import entirely. - Use Case: Before running QA tests on pages behind a login, import your session cookies from Chrome or Comet so the headless browser can access authenticated routes. ## Quick Start Ask the AI to import cookies from your browser so you can test logged-in pages, then pick the domains in the picker UI that opens.