gstack-setup-browser-cookies

Import Chromium browser cookies into a Playwright session.

1|1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/tan-yong-sheng/GrowChat --skill gstack-setup-browser-cookies
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack-setup-browser-cookies
Source: https://github.com/tan-yong-sheng/GrowChat/tree/main/.claude/skills/gstack-setup-browser-cookies
Command: npx skills add https://github.com/tan-yong-sheng/GrowChat --skill gstack-setup-browser-cookies

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This tool helps QA engineers and developers preserve login state by importing cookies from real Chromium browsers into the headless browse session.

Core Features & Use Cases

  • Interactive cookie picker UI to select domains to import.
  • Decrypts and loads cookies into Playwright sessions for immediate use.
  • Use during QA testing of authenticated pages to avoid repeated logins.

Quick Start

Open the cookie picker and import the domains you want to use for the current QA session.

Frequently Asked Questions about gstack-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 Playwright headless tests?

You can import real browser cookies into Playwright headless tests by locating your Chromium browser, decrypting the stored cookies, and loading them into the session to preserve your login state for QA testing.

Why does my Playwright automation fail to access authenticated pages in headless mode?

Playwright automation fails to access authenticated pages in headless mode because it lacks prior login state. Importing cookies from a real Chromium browser into the session resolves this by preserving authentication.

How do I select specific cookie domains to load into my browser automation session?

You can select specific cookie domains to load into your browser automation session by using an interactive cookie picker UI, which allows you to choose exactly which domains to bring into the current QA testing session.

Does this cookie import tool work with Chromium browser profiles?

Yes, this cookie import tool works with Chromium browser profiles by locating the browser, decrypting the cookies stored within its profile, and loading them directly into the Playwright session.

Can I avoid repeated logins during QA testing of authenticated pages?

You can avoid repeated logins during QA testing by decrypting and importing real browser cookies into the headless browse session, preserving the login state for subsequent automated commands.