setup-browser-cookies

Load selected browser cookies into a headless Playwright session.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/Andy-HNU/AndyClaw --skill setup-browser-cookies-andy-hnu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-browser-cookies
Source: https://github.com/Andy-HNU/AndyClaw/tree/main/skills/gstack-setup-browser-cookies
Command: npx skills add https://github.com/Andy-HNU/AndyClaw --skill setup-browser-cookies-andy-hnu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps import cookies from real browsers into a headless browse session to enable authenticated QA testing without manual login.

Core Features & Use Cases

  • Import cookies from Chromium-based browsers (Comet, Chrome, Arc, Brave, Edge) into a headless session.
  • Open an interactive picker UI to select which cookie domains to import.
  • Use for QA testing authenticated pages and sessions that require login.

Quick Start

Open the cookie picker and select domains to import, then confirm to load cookies into the browser 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 headless Playwright session?

To import real-browser cookies into a headless Playwright session, use an interactive picker UI to select specific domains and securely load those existing login cookies directly into the browser context for authenticated testing.

Can I reuse existing login cookies for QA testing across multiple Chromium-based browsers?

Yes, you can reuse existing login cookies for QA testing by loading them from supported Chromium-based browsers including Chrome, Arc, Brave, Edge, and Comet directly into your headless browser session.

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

You select which cookie domains to import for headless testing by opening an interactive picker UI, choosing the desired authenticated domains from your real browser, and confirming the selection to load them into the session.

Does importing cookies into Playwright require manual login for every test?

No, importing cookies into Playwright bypasses the need for manual login in every test by securely transferring active session cookies from your real browsers into the headless context.

What do I need to load browser cookies into a headless session?

To load browser cookies into a headless session, you need a browser cookie picker tool alongside your existing Playwright setup to select and transfer authenticated domains into the testing context.