Back to skills

setup-browser-cookies

workflows

Imports cookies from an installed Chromium browser into a headless Playwright session. Opens a browser-based picker UI where you select which domains to import. Useful before QA testing pages that req

Setup & Installation

npx skills add https://github.com/garrytan/setup-browser-cookies --skill setup-browser-cookies
or paste the link and ask your coding assistant to install it
https://github.com/garrytan/setup-browser-cookies
View on GitHub

What This Skill Does

Imports cookies from an installed Chromium browser into a headless Playwright session. Opens a browser-based picker UI where you select which domains to import. Useful before QA testing pages that require authentication. Instead of manually extracting cookies from DevTools and pasting them into scripts, this handles browser detection, Keychain decryption, and session loading in one step.

When to use it

  • Working with setup browser cookies functionality
  • Implementing setup browser cookies features
  • Debugging setup browser cookies related issues