setup-browser-cookies

Import cookies from a real Chromium browser into a headless browser session.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the challenge of ensuring that headless browser sessions have the necessary cookies for authenticated access to websites.

Core Features & Use Cases

  • Cookie Import: Import cookies from a user's real Chromium browser into a headless browser session.
  • Triggered Actions: Automatically triggered by actions like 'import browser cookies', 'login to test site', or 'setup authenticated session'.
  • Use Case: Before performing QA testing on authenticated pages, this Skill ensures that the headless browser has the cookies required for successful login and interaction.

Quick Start

Run the setup-browser-cookies skill to import cookies from your real Chromium browser.

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 browser cookies into a headless browser session for QA testing?

Importing browser cookies into a headless browser session involves extracting them from a real Chromium browser and loading them into the headless environment to enable authenticated access for QA testing.

Why does my headless browser fail to access authenticated pages during automated testing?

Headless browsers fail to access authenticated pages when they lack the necessary session cookies. You need to import cookies from a real Chromium browser to establish session authentication before testing.

Can I use this cookie import approach to setup an authenticated session for any test site?

Yes, you can setup an authenticated session for a test site by importing cookies from your real Chromium browser, provided you have access to both the real browser and the headless browser environment.

What's the best way to login to a test site in a headless browser without manual authentication?

The best way to login to a test site without manual authentication is to import existing session cookies from a real Chromium browser into the headless browser session to bypass interactive login.

Does this cookie import method work with browsers other than Chromium?

No, this cookie import method is specifically designed to work with Chromium browsers. It requires access to a real Chromium browser to extract the cookies needed for the headless session.