setup-browser-cookies

Import Chromium browser cookies into a Playwright headless session.

37|2|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/DariusCorvus/iqualize --skill setup-browser-cookies-dariuscorvus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-browser-cookies
Source: https://github.com/DariusCorvus/iqualize/tree/main/.claude/skills/gstack/setup-browser-cookies
Command: npx skills add https://github.com/DariusCorvus/iqualize --skill setup-browser-cookies-dariuscorvus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Import cookies from your real Chromium browser into the headless browse session, so QA can test authenticated pages without manual login steps.

Core Features & Use Cases

  • Interactive picker UI to select which cookie domains to import.
  • Cookies decrypted and loaded into the Playwright session for headless testing.
  • Ensures cookies persist within the session for subsequent commands and tests; supports before QA runs.

Quick Start

Run the picker, select the domains you want, and import their cookies into your headless browse session.

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 headless testing?

To import cookies from a real browser into Playwright for headless testing, this Skill decrypts cookies from your Chromium browser and loads them into the session using an interactive domain picker UI, bypassing manual login steps.

Can I test authenticated pages in a headless Chromium session without manual login?

Yes, you can test authenticated pages in a headless Chromium session without manual login by importing and decrypting real browser cookies, which then persist within the Playwright session for subsequent QA testing.

Do I need a Bash-enabled environment to use Chromium cookies in Playwright?

Yes, you need a Bash-enabled environment to use Chromium cookies in Playwright, as the import workflow relies on Bash to check CDP mode, decrypt the cookies, and prompt for domain selection.

How do I select specific cookie domains for automated QA testing?

You select specific cookie domains for automated QA testing by running the interactive picker UI, which prompts you to choose the exact domains you want loaded into the headless browse session.

Will imported browser cookies persist across subsequent Playwright test commands?

Yes, imported browser cookies persist across subsequent Playwright test commands, ensuring the headless browse session maintains its authenticated state throughout your QA testing workflow.