setup-browser-cookies

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Interactive picker UI to choose which cookie domains to import.
  • Decrypt and load cookies into the Playwright session for immediate use.
  • Supports pre-QA authentication workflows and repeatable testing across sessions.
  • Direct import option by domain for quick test runs.

Quick Start

Run the one-time setup to build the cookie picker, then open the picker to select cookie domains and import.

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

To import real browser cookies into Playwright, run a one-time setup to build the cookie picker, select your target domains, and the Skill decrypts and loads them into the headless session to enable authenticated QA testing without manual login.

Can I use my existing Chromium session cookies for headless UI tests?

Yes, you can use existing Chromium session cookies for headless UI tests by interactively picking specific cookie domains and loading the decrypted values into the Playwright session for immediate authenticated use.

What is the best way to skip manual login in automated QA testing?

The best way to skip manual login in automated QA testing is importing persistent session cookies from your real browser directly into the test session, allowing repeatable authenticated page verification across multiple test runs.

Does this cookie import method support selecting specific domains?

Yes, the cookie import method supports selecting specific domains through an interactive domain picker UI, allowing you to choose exactly which cookie domains to decrypt and load for quick targeted test runs.

Do I need to run a setup process every time I want to import cookies?

No, you do not need to run the setup process every time. Building the cookie picker is a one-time setup; after that, you simply open the picker to select cookie domains and import them into the Playwright session.