setup-browser-cookies

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

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/abhishekmmgn/didactic-invention --skill setup-browser-cookies-abhishekmmgn
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: setup-browser-cookies
Source: https://github.com/abhishekmmgn/didactic-invention/tree/main/.agents/skills/gstack/setup-browser-cookies
Command: npx skills add https://github.com/abhishekmmgn/didactic-invention --skill setup-browser-cookies-abhishekmmgn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Importing cookies from your real Chromium browser into a headless browse session to enable authenticated testing without repeated logins.

Core Features & Use Cases

  • Interactive cookie picker to select domains to import into your Playwright session.
  • CDP-mode aware setup that checks connection state and safely loads cookies into the session.
  • Use Case: QA testing of authenticated pages without performing login steps on every test.

Quick Start

Invoke the cookie picker, select the domains to import, and confirm to load cookies into your 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 real browser cookies into a Playwright headless session?▼

To import real browser cookies into a Playwright headless session, use the interactive cookie picker to select target domains and confirm the transfer, safely loading authentication data without performing manual login steps.

Can I use CDP mode to load authenticated cookies for QA testing?▼

Yes, you can use CDP mode to load authenticated cookies for QA testing. The process checks the CDP connection state and applies safety checks to securely load the selected cookies into your headless browser session.

How do I test authenticated pages in Playwright without performing login steps on every run?▼

To test authenticated pages in Playwright without performing login steps on every run, import cookies from a real Chromium browser into your headless session. This bypasses repeated logins during automated QA testing.

Does importing cookies into a headless browser require a specific Chromium binary setup?▼

Importing cookies into a headless browser requires a specific Chromium binary setup. The process provides setup steps for the browser binary and the cookie picker to ensure cookies are accurately detected and transferred.

What are the limitations of using imported cookies for headless browser authentication?▼

Limitations of using imported cookies for headless browser authentication include potential session expiration and domain selection constraints. The interactive picker enforces safety checks to prevent loading invalid or unsafe cookies into the session.