Back to skills

cookie-sync

workflows

Exports cookies from your local Chrome browser into a Browserbase persistent context. Once synced, you can use the browse CLI to open authenticated sessions on any site without logging in again. Suppo

Setup & Installation

npx skills add https://github.com/browserbase/cookie-sync --skill cookie-sync
or paste the link and ask your coding assistant to install it
https://github.com/browserbase/cookie-sync
View on GitHub

What This Skill Does

Exports cookies from your local Chrome browser into a Browserbase persistent context. Once synced, you can use the browse CLI to open authenticated sessions on any site without logging in again. Supports domain filtering and cookie refresh for existing contexts. Lets you skip manual login flows in remote browser sessions by reusing cookies from your local Chrome, which is especially handy for scheduled or headless automation.

When to use it

  • Working with cookie sync functionality
  • Implementing cookie sync features
  • Debugging cookie sync related issues