gs:setup-browser-cookies

Import Chromium cookies into a Playwright headless browser session.

34|6|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/thanh-abaii/gstack-windows-port --skill gs-setup-browser-cookies
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gs:setup-browser-cookies
Source: https://github.com/thanh-abaii/gstack-windows-port/tree/main/skills/gstack-setup-browser-cookies
Command: npx skills add https://github.com/thanh-abaii/gstack-windows-port --skill gs-setup-browser-cookies

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of importing cookies from a user's real browser into a headless browser session, enabling seamless authentication for QA testing of authenticated web pages.

Core Features & Use Cases

  • Cookie Import: Transfers cookies from a specified Chromium browser to a Playwright headless session.
  • Interactive Picker: Provides a UI to select which cookie domains to import.
  • Use Case: Ideal for QA testers to quickly set up an authenticated browser session for testing login flows, session persistence, and authenticated feature functionality without manual cookie setup.

Quick Start

Run /gs:setup-browser-cookies to open a browser UI for selecting and importing cookies from your default Chromium browser into the current gstack session.

Frequently Asked Questions about gs:setup-browser-cookies

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

FAQPage Schema
How do I import browser cookies into Playwright for headless testing?

To import browser cookies into Playwright for headless testing, run the setup command to open an interactive picker UI, select your desired cookie domains, and transfer the session data from your local Chromium browser into the current gstack session.

Can I use my existing Chromium browser session for QA testing without manual cookie setup?

Yes, you can use your existing Chromium browser session for QA testing by transferring cookies directly into a Playwright headless session, bypassing manual cookie configuration and enabling seamless authentication for testing protected web pages.

What is the best way to test authenticated web pages with Playwright and headless browsers?

The best way to test authenticated web pages with Playwright headless browsers is importing cookies from a local Chromium browser session, allowing you to maintain authentication state and test login flows or session persistence without manual setup.

Do I need a running gstack environment to set up browser cookies for testing?

Yes, you need a running gstack environment with a connected browser or the ability to launch one to set up browser cookies, as the interactive picker requires this environment to transfer cookies into the Playwright headless session.

Does importing cookies into a Playwright headless session support selecting specific domains?

Yes, importing cookies into a Playwright headless session supports selecting specific domains through an interactive picker UI, allowing you to choose exactly which cookie domains from your local Chromium browser are transferred for your QA testing workflows.