setup-browser-cookies

Import real-browser cookies into a headless session for QA testing.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Import cookies from your real browser into the headless browse session to preserve login state for automated QA testing and authenticated page checks.

Core Features & Use Cases

  • Interactive cookie picker UI: choose which cookie domains to import for the current test session.
  • Multi-browser support: works with Comet, Chrome, Arc, Brave, and Edge.
  • Pre-QA readiness: import cookies before QA testing of authenticated pages to avoid repeated logins.

Quick Start

Run the interactive browser-cookie importer to load your real-browser cookies into the headless session, then proceed with QA testing.

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 headless QA session?

To import cookies into a headless QA session, run the interactive cookie-importer binary to detect installed browsers, select domains via a UI, and load them into your headless testing environment.

Why does my Playwright headless test fail on authenticated pages?

Headless tests fail on authenticated pages because they lack login state. Importing cookies from your real browser into the headless session preserves the login state needed for QA testing.

Does this cookie importer work with Arc and Brave browsers?

Yes, the cookie importer works with Arc and Brave, alongside Comet, Chrome, and Edge. It detects installed browsers automatically and launches a UI for cookie domain selection.

Can I choose which cookie domains to load for my automated QA test?

Yes, you can choose which cookie domains to load using the interactive cookie picker UI. This allows you to select only the specific domains needed for your current QA testing session.

What dependencies do I need to transfer browser cookies to a headless session?

You need a local cookie-import-browser binary to transfer cookies to a headless session. This binary detects installed browsers, launches a selection UI, and loads cookies into the headless session.