gstack-setup-browser-cookies

Import cookies from a Chromium browser into a headless session.

Updated Jun 4, 2026
One-click install
npx skills add https://github.com/aporto-tech/aporto-agent-skills --skill gstack-setup-browser-cookies-aporto-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack-setup-browser-cookies
Source: https://github.com/aporto-tech/aporto-agent-skills/tree/main/skills/gstack/setup-browser-cookies
Command: npx skills add https://github.com/aporto-tech/aporto-agent-skills --skill gstack-setup-browser-cookies-aporto-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps streamline QA testing by importing cookies from your real Chromium browser into headless browser sessions, enabling seamless authentication for testing authenticated pages.

Core Features & Use Cases

  • Cookie Import: Import cookies from your real Chromium browser into headless browser sessions.
  • Interactive Picker: Select which cookie domains to import via an interactive picker UI.
  • Use Case: Before performing QA testing on authenticated pages, use this Skill to import your cookies to maintain session consistency.

Quick Start

Use the gstack-setup-browser-cookies skill to import cookies from your browser into the current headless session.

Frequently Asked Questions about gstack-setup-browser-cookies

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I import cookies from my real browser into a headless browser session?

To import cookies from a real browser into a headless session, this Skill extracts them from your local Chromium browser storage and loads them into your automation environment. An interactive picker lets you select which cookie domains to transfer.

Why do I need to import cookies for headless browser QA testing?

You need to import cookies for headless QA testing to maintain session continuity and bypass authentication barriers. Transferring your real browser session cookies allows automated tests to access authenticated pages without manually handling login flows.

Can I select specific cookie domains to import into a headless session?

Yes, you can select specific cookie domains to import. The Skill provides an interactive picker UI that lets you choose exactly which domains to transfer from your real Chromium browser into the headless session.

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

No, this cookie import tool does not work with non-Chromium browsers. It specifically requires interaction with Chromium browser cookie storage to extract and transfer session data into headless browser sessions.

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

The best way to maintain session continuity for QA testing is importing real browser cookies into headless sessions. This approach seamlessly carries over your authenticated state, enabling consistent testing across different automation environments.

Why are my headless browser tests failing on authenticated pages?

Headless browser tests often fail on authenticated pages because the automation environment lacks your login session. Importing cookies from your real Chromium browser resolves this by providing the necessary authenticated session state.