setup-browser-cookies

Import Chromium browser cookies into a headless browse session via an interactive domain picker.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Import cookies from your Chromium browser into the headless browse session. Opens an interactive picker UI where you select which cookie domains to import. Use before QA testing authenticated pages. Use when asked to "import cookies", "login to the site", or "authenticate the browser". (gstack)

Core Features & Use Cases

  • Interactive domain picker to select cookies to import
  • Seamless integration with gstack QA workflows and headless tests
  • Quick import to authenticated pages for testing

Quick Start

Open the cookie picker and import the domains you need before starting QA tests.

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?

To import browser cookies into a headless session, use an interactive domain picker UI to select which Chromium cookie domains to load before testing authenticated pages. This allows your headless tests to bypass login screens and directly access secured areas using existing browser sessions.

Can I authenticate a headless browser using my existing Chromium profile cookies?

Yes, you can authenticate a headless browser by importing cookies directly from your local Chromium profile. The interactive picker lets you select specific cookie domains, ensuring the headless session inherits your active logins for QA testing without manually entering credentials.

What is the best way to select specific cookie domains for automated headless tests?

The best way to select specific cookie domains for headless tests is using an interactive picker UI during the import process. This ensures you only load the necessary authenticated domains into your session, keeping the QA testing environment clean and targeted.

When do I need to import cookies before running headless browser tests?

You need to import cookies before running headless browser tests when you are asked to authenticate the browser or login to the site for QA workflows. This is necessary for testing authenticated pages where bypassing manual login steps saves time during automated validation.

Does this cookie import tool work with the gstack QA workflow?

Yes, the cookie import tool integrates seamlessly with the gstack QA workflow. It is designed to import Chromium browser cookies into headless browse sessions specifically within the gstack environment, streamlining the process of testing authenticated pages.