setup-browser-cookies

Import Chromium cookies into a Playwright headless session via an interactive picker.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Import cookies from your real Chromium browser into a headless browsing session to enable authenticated QA and testing without manual logins.

Core Features & Use Cases

  • Interactive cookie-domain picker to select which domains to import
  • Decrypts and loads cookies into the headless session for immediate use
  • One-time setup guidance and fallback to manual domain input

Quick Start

Open the cookie picker, select domains to import, and confirm to load cookies into your 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 cookies into a Playwright headless session, use an interactive picker UI to select specific cookie domains. The skill decrypts your real Chromium browser cookies and loads them directly into your QA testing session for immediate authenticated access.

Can I use real Chromium browser cookies for QA testing without manual logins?

Yes, using real Chromium browser cookies for QA testing eliminates manual logins. The skill decrypts your existing browser session data and loads it into headless browsing, enabling authenticated testing without repeatedly entering credentials.

How do I select specific cookie domains to import for headless testing?

You select specific cookie domains through an interactive picker UI. After opening the picker, choose the desired domains from your real Chromium browser, and confirm the selection to decrypt and load only those cookies into your session.

Does importing cookies into Playwright require a Chromium browser installed?

Importing cookies requires a real Chromium browser installed as the source. The skill reads and decrypts the cookie data from your local Chromium installation, then transfers the selected domains into the Playwright headless session.

What is the fallback if the interactive cookie picker cannot find my domains?

The fallback for missing domains in the interactive picker is manual domain input. The skill provides one-time setup guidance allowing you to manually enter the specific cookie domains you need to decrypt and import into your headless session.