setup-browser-cookies

Import Chromium browser cookies into a Playwright headless session.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/Jesse-L-M/scz-target-engine --skill setup-browser-cookies-jesse-l-m
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-browser-cookies
Source: https://github.com/Jesse-L-M/scz-target-engine/tree/main/.claude/skills/gstack/setup-browser-cookies
Command: npx skills add https://github.com/Jesse-L-M/scz-target-engine --skill setup-browser-cookies-jesse-l-m

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Import cookies from your real Chromium browser into the headless browse session, so tests run with a real authenticated state without manual login.

Core Features & Use Cases

  • Import cookies from a real Chromium browser into the headless browse session.
  • Open an interactive picker UI to select which cookie domains to import.
  • Use before QA testing authenticated pages or when you need to simulate a logged-in state during testing.
  • Use when asked to "import cookies", "login to the site", or "authenticate the browser" (gstack).

Quick Start

Import cookies from your real Chromium browser into the headless browse session by running the setup-browser-cookies skill.

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 real browser cookies into a Playwright headless session?

You can import real browser cookies into a Playwright headless session by running this Skill. It reads your local Chromium cookie store and provides an interactive picker UI to select specific domains for injection.

Can I test authenticated pages in Playwright without manually logging in?

Yes, you can test authenticated pages in Playwright without manual login by importing cookies from your real Chromium browser. This simulates a logged-in state directly within the headless browse session during QA testing.

How do I select specific cookie domains to use for headless QA testing?

To select specific cookie domains for headless QA testing, this Skill opens an interactive picker UI after reading your browser's cookie store. You simply choose the desired domains to import into the Playwright session.

Does this cookie import tool work with Chromium browser profiles?

Yes, this cookie import tool works directly with your real Chromium browser profiles. It extracts the stored cookies from the local profile and transfers them into the headless browse session for testing.

Why do my Playwright tests fail on authenticated pages in headless mode?

Playwright tests fail on authenticated pages in headless mode because the session lacks login credentials. Importing cookies from your real Chromium browser resolves this by simulating a logged-in state without manual authentication.