setup-browser-cookies

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows you to import cookies from your real Chromium browser into a headless browser session, enabling seamless authentication and session continuity for automated testing and development.

Core Features & Use Cases

  • Cookie Import: Import cookies from your Chromium browser into a headless browser session.
  • Use Case: Before conducting QA testing on authenticated pages, use this Skill to ensure that your headless browser session retains the necessary authentication data.

Quick Start

Run the 'setup-browser-cookies' skill to import cookies from your Chromium browser into the current 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 cookies from my Chromium browser into a headless session?

To import cookies into a headless session, run the setup-browser-cookies skill to transfer authentication data from your local Chromium browser directly into your automated testing environment.

Why do my headless browser tests fail on authenticated pages?

Headless browser tests fail on authenticated pages because the session lacks your login cookies. Importing cookies from your real Chromium browser ensures the headless browser retains the necessary authentication state.

Can I use this cookie import approach for QA testing on authenticated pages?

Yes, you can use this cookie import approach for QA testing on authenticated pages. It enables seamless session continuity by transferring your active Chromium login state into the headless environment.

What do I need to execute browser automation scripts for headless cookie transfer?

To execute browser automation scripts for headless cookie transfer, you need access to your local Chromium browser and the ability to run scripts that extract and inject cookies into the session.

Does this cookie import process work with any browser or only Chromium?

This cookie import process works specifically with the Chromium browser. It imports your active session cookies from a Chromium instance directly into a headless browser session for development workflows.

What is the best way to maintain session continuity for automated testing?

The best way to maintain session continuity for automated testing is importing cookies from your real Chromium browser into the headless session, ensuring the authentication data is present before executing QA tests.