What problem does it solve?
Headless browser sessions often lack the authenticated cookies from a user's real browser, making QA and testing of logged-in pages difficult or impossible without manual re-login. This Skill imports cookies from an installed Chromium browser into the headless browse session so authenticated pages work immediately.
Core Features & Use Cases
- Interactive cookie picker: Opens a browser-based UI to select which domains' cookies to import.
- Direct domain import: Accepts a domain argument to skip the UI for scripted workflows.
- Environment-aware handling: Notes macOS Keychain prompts and Linux libsecret requirements, and verifies imported cookie counts.
- Use Case: Authenticate a headless Playwright QA run by importing your existing GitHub or internal SSO cookies so tests can run against authenticated pages.
Quick Start
Run the setup-browser-cookies skill, use the browser picker to choose domains to import, then confirm when you're done.