setup-browser-cookies

Import selected Chromium cookie domains into a headless browse session.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Import cookies from your real Chromium browser into the headless browse session to authenticate quickly during QA.

Core Features & Use Cases

  • Interactive picker UI lets you choose which cookie domains to import and load into the test session.
  • Supports multiple domains to simulate real user sessions across different sites.
  • Works with the gstack setup to bring cookies into the headless browser workflow.

Quick Start

Launch the gstack cookie import workflow and select the domains to import, then run QA tests against the authenticated sessions.

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 the cookie-import-browser script to transfer real Chromium cookies. An interactive picker UI lets you select specific cookie domains, enabling authenticated QA without manual logins.

Can I use real Chromium cookies to authenticate headless browser automation?

Yes, you can use real Chromium cookies to authenticate headless browser automation. The skill imports cookies from your local browser profile into the test session, allowing you to bypass manual login workflows during QA.

Do I need gstack to import cookies for headless QA testing?

Yes, you need the gstack toolkit to run the cookie import workflow. The skill uses the gstack setup and requires a local browser binary alongside the cookie-import-browser script to function correctly.

How do I select specific cookie domains to load into my test session?

You select specific cookie domains to load into your test session using the interactive picker UI. This allows you to choose exactly which domains to import, simulating real user sessions across multiple sites.

What is the best way to run authenticated QA tests without manual logins?

The best way to run authenticated QA tests without manual logins is importing real browser cookies into the headless session. This bypasses authentication steps by directly loading valid session cookies from your Chromium browser.

Can I import cookies for multiple domains to simulate real user sessions?

Yes, you can import cookies for multiple domains to simulate real user sessions. The interactive picker supports selecting multiple domains simultaneously, bringing cross-site authenticated sessions into the headless browser workflow.