skills.vishalvoidskills/vishalvoid
Technical & DevelopmentIntermediate

cookie-sync

Sync local browser cookies to Browserbase persistent contexts.

Developer Setup

Setup & Installation

bash
npx skills add https://github.com/browserbase/skills --skill cookie-sync

Overview

What This Skill Does

Syncs authenticated cookies from local Chrome instances to persistent Browserbase browser contexts.

Application

When to use this Skill

Documentation

Show Skills.md file

Cookie Sync — Local Chrome → Browserbase Context

Exports cookies from your local Chrome and saves them into a Browserbase persistent context. After syncing, use the browse CLI to open authenticated sessions with that context.

Supports domain filtering (only sync cookies you need) and context reuse (refresh cookies without creating a new context).

Prerequisites

  • Chrome (or Chromium, Brave, Edge) with remote debugging enabled
  • If your browser build exposes chrome://flags/#allow-remote-debugging, enable it and restart the browser
  • Otherwise, launch with --remote-debugging-port=9222 --user-data-dir=/tmp/chrome-debug and set CDP_URL=ws://127.0.0.1:9222
  • At least one tab open in Chrome
  • Node.js 22+
  • Environment variable: BROWSERBASE_API_KEY

Setup

Install dependencies before first use:

cd .claude/skills/cookie-sync && npm install

Usage

Lines 1 - 25 of 119

Recommendations

Explore other random skills

All skillsMy patterns