setup-browser-cookies

Import selected Chromium cookies into a Playwright headless session.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/hetsheth-droid/toolbox-template --skill setup-browser-cookies-hetsheth-droid
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-browser-cookies
Source: https://github.com/hetsheth-droid/toolbox-template/tree/main/incubating/gstack/setup-browser-cookies
Command: npx skills add https://github.com/hetsheth-droid/toolbox-template --skill setup-browser-cookies-hetsheth-droid

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Import cookies from your real Chromium browser into the headless browse session. Opens an interactive picker UI where you select which cookie domains to import.

Core Features & Use Cases

  • Interactive cookie picker that opens in your browser to select domains to import.
  • Decrypts and loads cookies into the Playwright session for QA testing of authenticated pages.
  • Use during login/authentication flows to ensure cookies persist across runs.

Quick Start

Tell me to open the cookie picker and import the domains you need, then confirm when done.

Frequently Asked Questions about setup-browser-cookies

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I import cookies from a real browser into Playwright for QA testing?

To import cookies into Playwright, this Skill decrypts them from your local Chromium browser and loads them into a headless session. An interactive picker UI lets you select specific domains to transfer for authenticated QA testing.

Can I test authenticated user journeys in Playwright without manually logging in each run?

Yes, you can test authenticated user journeys by loading persistent cookies from a real Chromium browser into your Playwright context. This bypasses manual login during local runs or CI pipelines by reusing existing sessions.

What's the best way to copy session cookies from Chromium to a headless browser session?

The best way to copy session cookies is using an interactive domain picker UI that extracts and decrypts them from your local Chromium installation. It then directly loads the selected cookies into your Playwright session.

Does this cookie import process work with Chromium browsers other than Chrome?

The cookie import process targets the local Chromium browser environment to extract and decrypt session data. It is designed for Playwright integration, allowing you to select domains via a UI for authenticated QA validation.

Why do I need to select cookie domains before importing them into a headless session?

You need to select cookie domains to ensure only relevant authenticated sessions are imported into the headless Playwright session. This prevents loading unnecessary cookies and targets specific login flows for your QA testing.