setup-browser-cookies

Imports selected Chromium cookies into a headless Playwright session for QA testing.

2|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/jayzalowitz/skytwin --skill setup-browser-cookies-jayzalowitz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-browser-cookies
Source: https://github.com/jayzalowitz/skytwin/tree/main/.claude/skills/gstack/setup-browser-cookies
Command: npx skills add https://github.com/jayzalowitz/skytwin --skill setup-browser-cookies-jayzalowitz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Import cookies from your real Chromium browser into the headless browse session. Opens an interactive picker UI where you select which cookie domains to import. Use before QA testing authenticated pages. (gstack)

Core Features & Use Cases

  • Interactive domain picker to choose which cookies to import
  • Decrypts and loads cookies into the headless Playwright session for seamless authentication
  • Useful for QA and automation workflows that require persistent login state

Quick Start

Open the cookie picker and select the domains to import, then tell me you're done.

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?

To import browser cookies into a headless Playwright session, use an interactive domain picker to select the desired authenticated domains. The tool decrypts and loads the cookies directly into your session for automated browsing.

What is the best way to QA test authenticated pages without logging in manually?

Testing authenticated pages without manual login is best achieved by importing real Chromium browser cookies into your headless session. This preserves your login state across multiple domains for seamless QA automation.

Can I use Chromium cookies for automated browsing across multiple domains?

Yes, you can use Chromium cookies for automated browsing across multiple domains. The interactive picker UI allows you to select specific domains, decrypting and loading those cookies into your session to maintain authenticated states.

Does importing cookies into headless sessions work with the gstack workflow?

Importing cookies into headless sessions integrates directly with the gstack workflow for setup before tests. It decrypts and loads Chromium cookies into the Playwright session to ensure your authenticated state is ready for QA testing.

How does the domain picker UI work for selecting cookies to import?

The domain picker UI opens an interactive interface where you select which specific cookie domains to import. Once you select the domains and confirm you are done, the tool decrypts and loads those cookies into the headless browse session.