setup-browser-cookies

Import Chromium browser cookies into a headless Playwright session.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/SoSoBurner/GStack --skill setup-browser-cookies-sosoburner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-browser-cookies
Source: https://github.com/SoSoBurner/GStack/tree/main/setup-browser-cookies
Command: npx skills add https://github.com/SoSoBurner/GStack --skill setup-browser-cookies-sosoburner

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, and includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of importing cookies from a real Chromium browser into a headless browser session, enabling seamless authentication for QA testing and authenticated page interactions.

Core Features & Use Cases

  • Cookie Import: Import cookies from a real Chromium browser into a headless browser session.
  • Interactive Picker: Utilizes an interactive UI to select specific cookie domains to import.
  • Use Case: Before testing authenticated pages, use this Skill to import necessary cookies to ensure proper authentication and session continuity.

Quick Start

Run /setup-browser-cookies to import cookies from your current browser into the headless browser 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 a Playwright headless session for QA testing?

To import cookies for QA testing, this Skill extracts them from a real Chromium browser and loads them into a headless browser session, ensuring proper authentication and session continuity for Playwright tests.

Can I select specific cookie domains to import into my headless browser?

Yes, you can select specific cookie domains for import. The Skill features an interactive picker UI that allows you to choose exactly which cookie domains are transferred into the headless browser session.

Do I need a connected Chromium browser instance to use Playwright for authenticated page testing?

Yes, a connected Chromium browser instance is required. The Skill imports authentication cookies from your existing Chromium browser to enable seamless authenticated page interactions in Playwright.

Why do my Playwright QA tests fail on authenticated pages without importing browser cookies?

Authenticated pages fail because headless browser sessions lack session cookies. Importing cookies from a real Chromium browser resolves this by establishing proper authentication before your QA tests run.

What's the best way to manage authentication sessions for headless browser automation?

The best way to manage authentication for headless browser automation is importing existing browser cookies. This Skill streamlines importing cookies from Chromium into Playwright to maintain session continuity.