setup-browser-cookies

Import Chromium cookies into a headless browser session for QA testing.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Import cookies from your real Chromium browser into a headless browse session to emulate a logged-in state.

Core Features & Use Cases

  • Interactive cookie picker UI to select domains to import.
  • Works with headless browse sessions for QA testing of authenticated pages.
  • Supports common login flows by importing cookies from Chromium.

Quick Start

Open the cookie picker, choose the domains to import, and confirm to load them into the headless 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 browser cookies into a headless session for QA testing?

To import browser cookies into a headless session, use an interactive picker UI to select Chromium cookie domains and load them. This emulates a logged-in state for authenticated QA testing without manual logins.

Can I use Chromium cookies to test authenticated pages in a headless browser?

Yes, you can use Chromium cookies to test authenticated pages in a headless browser. The tool imports your real browser cookies into the headless context to bypass login flows during QA.

What is the best way to emulate a logged-in state for headless UI testing?

The best way to emulate a logged-in state is importing existing browser cookies into your headless session. This avoids scripting authentication flows by directly transferring valid session cookies from a real Chromium browser.

How do I select specific cookie domains to import for my tests?

You select specific cookie domains to import using an interactive UI picker. After opening the picker, you choose the desired domains and confirm the selection to load those cookies into the headless browse session.

Does this cookie import tool work with non-Chromium browsers?

No, this cookie import tool is designed to work specifically with Chromium browsers. It extracts cookies from your real Chromium browser profile to use them within a headless browse session for QA testing.