setup-browser-cookies

Import Chromium cookies into a headless Playwright session for authenticated QA testing.

1|Updated May 27, 2026
One-click install
npx skills add https://github.com/mi179/claude-skills --skill setup-browser-cookies-mi179
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-browser-cookies
Source: https://github.com/mi179/claude-skills/tree/main/user/gstack/setup-browser-cookies
Command: npx skills add https://github.com/mi179/claude-skills --skill setup-browser-cookies-mi179

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Interactive cookie picker UI to select which cookie domains to import.
  • Load decrypted cookies into the headless session for QA testing of authenticated pages.
  • Works with common Chromium-based browsers and Playwright-like contexts.

Quick Start

Open the cookie picker, select domains to import, and load them into the headless session to begin authenticated QA testing.

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 Playwright session for QA testing?

To import real browser cookies into a headless Playwright session for QA testing, you use an interactive picker to select specific cookie domains, which are then decrypted and loaded into the headless browser context to preserve authenticated states.

Can I use Chromium browser cookies for authenticated testing in a headless environment?

Yes, you can use Chromium browser cookies for authenticated testing in a headless environment by decrypting and injecting them into the Playwright session, allowing QA tests to bypass login flows on authenticated pages.

How do I select which cookie domains to load into my headless QA browser?

You can select which cookie domains to load into your headless QA browser using an interactive cookie picker UI, ensuring only the relevant authenticated contexts are imported into the Playwright session.

Do I need a Bash runtime to decrypt and inject browser cookies for Playwright?

Yes, a Bash-based runtime is required to execute the decryption and injection process that loads real Chromium browser cookies into the Playwright headless session for QA testing.

Why does my headless browser fail to test authenticated pages without importing cookies?

Headless browsers fail to test authenticated pages without importing cookies because they start with empty sessions, requiring decrypted real browser cookies to be injected to preserve the necessary authenticated context.