setup-browser-cookies

Import cookies from installed Chromium browsers into Playwright sessions.

Updated Jan 18, 2026
One-click install
npx skills add https://github.com/psyche911/investor-council-app --skill setup-browser-cookies-psyche911
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-browser-cookies
Source: https://github.com/psyche911/investor-council-app/tree/main/.claude/skills/gstack/setup-browser-cookies
Command: npx skills add https://github.com/psyche911/investor-council-app --skill setup-browser-cookies-psyche911

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Import logged-in sessions from your real Chromium browser into the headless browse session.

Core Features & Use Cases

  • Import cookies from multiple Chromium browsers (Comet, Chrome, Arc, Brave, Edge) into Playwright sessions to preserve logged-in state for QA tests.
  • Interactive cookie picker UI to select which domains to import.
  • Decrypts and loads cookies into the headless session safely; persist across commands for seamless testing.

Quick Start

Invoke the cookie-import-browser workflow to detect installed browsers, open a picker UI, and import the selected domains' cookies into your Playwright 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 browser cookies into Playwright headless sessions?

To import browser cookies into Playwright headless sessions, this Skill detects installed Chromium browsers, opens an interactive picker to choose cookie domains, and decrypts cookies directly into the headless session. It locates the browser binary and verifies imported cookies for immediate use.

What browsers can I import logged-in session cookies from for QA testing?

You can import logged-in session cookies from multiple Chromium browsers including Comet, Chrome, Arc, Brave, and Edge. The Skill detects installed browser binaries and decrypts their cookies to preserve logged-in state for QA testing.

Can I select specific domains when importing cookies into a headless browser?

Yes, you can select specific domains when importing cookies into a headless browser. The Skill opens an interactive cookie picker UI that allows you to choose exactly which logged-in domains are decrypted and loaded into the Playwright session.

Do imported browser cookies persist across multiple Playwright commands?

Yes, imported browser cookies persist across multiple Playwright commands. The Skill decrypts and loads cookies safely into the headless session, allowing them to persist for seamless testing across different commands without needing to re-import.

Why does importing Chrome cookies on macOS require Keychain access?

Importing Chrome cookies on macOS requires Keychain access because the browser encrypts cookie data locally. The Skill needs to decrypt these cookies using the macOS Keychain to load them into the Playwright session, which may trigger a system prompt.