setup-browser-cookies

Import browser cookies into a headless session for authenticated QA flows.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/Analog-Labs/pixelport-launchpad --skill setup-browser-cookies-analog-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-browser-cookies
Source: https://github.com/Analog-Labs/pixelport-launchpad/tree/main/.agents/skills/gstack/setup-browser-cookies
Command: npx skills add https://github.com/Analog-Labs/pixelport-launchpad --skill setup-browser-cookies-analog-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Import cookies from your real browser into the headless browse session to enable authenticated QA testing and repeatable sessions.

Core Features & Use Cases

  • Interactive cookie picker UI for selecting which domains to import
  • Supports multiple Chromium-based browsers (Comet, Chrome, Arc, Brave, Edge)
  • Persists cookies in the headless session for stable QA runs

Quick Start

Launch the cookie importer, select the domains to import, and run your QA flow with 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 cookies into a headless browser for authenticated QA testing?

To import cookies for authenticated QA testing, launch the cookie importer, select your target domains, and load them into the headless session to enable stable authenticated runs.

What browsers can I import cookies from for headless sessions?

You can import cookies from multiple Chromium-based browsers, including Comet, Chrome, Arc, Brave, and Edge, to use in your headless sessions for QA testing.

Why do my Playwright headless tests fail on sites requiring login?

Headless tests fail on login-protected sites because they lack authentication cookies. Importing cookies from a real browser session into the headless environment resolves this issue.

Can I select specific domains when importing cookies for QA flows?

Yes, the cookie importer provides an interactive picker UI that allows you to select specific domains to import into your headless session for authenticated QA flows.

Does importing browser cookies persist across multiple headless QA runs?

Yes, imported cookies persist within the headless session, ensuring stable and repeatable authenticated QA runs across your testing workflows without needing to re-authenticate.