setup-browser-cookies

Import Chromium cookies into headless browser sessions for authenticated QA testing.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Import cookies from your real Chromium browser into the headless browse session to enable authenticated testing without manual login.

Core Features & Use Cases

  • Interactive picker UI to select which cookie domains to import.
  • Works before QA testing authenticated pages.
  • Facilitates login/authenticate flows in headless sessions.

Quick Start

Open the cookie picker, then select domains to import and apply them to 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 real browser cookies into a headless test environment?

To import browser cookies into headless tests, you use an interactive cookie picker UI to select specific domains from your real Chromium browser and apply them to the headless session, simulating authenticated pages without manual login.

Can I authenticate a headless browser session for QA testing without manual login?

Yes, you can authenticate a headless browser session by importing real cookies from your local Chromium browser. This simulates authenticated states directly for QA testing without requiring manual login flows.

Does this cookie import process work with Chromium browser profiles?

Yes, the cookie import process works with your real Chromium browser profiles. It decrypts the cookies from your local browser and applies them to the headless session to simulate authenticated pages.

How do I select which authenticated domains to apply to my headless browser?

You select which authenticated domains to apply using an interactive domain selection flow within the cookie picker UI. This allows you to choose specific cookie domains to import into the headless browse session.

What is needed to set up browser cookies for headless testing?

Setting up browser cookies for headless testing requires a headless browser environment equipped with a cookie picker UI, cookie decryption capabilities, and an interactive domain selection flow to properly import the authenticated sessions.