setup-browser-cookies

Import and decrypt Chromium cookies into a Playwright headless context.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/lyh2/gstack-deepseek --skill setup-browser-cookies-lyh2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-browser-cookies
Source: https://github.com/lyh2/gstack-deepseek/tree/main/setup-browser-cookies
Command: npx skills add https://github.com/lyh2/gstack-deepseek --skill setup-browser-cookies-lyh2

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Import cookies from your real Chromium browser into the headless browse session. Open an interactive picker UI where you select which cookie domains to import. Use before QA testing authenticated pages. Use when asked to "import cookies", "login to the site", or "authenticate the browser".

Core Features & Use Cases

  • Import cookies from real Chromium browsers into headless testing sessions to establish authenticated contexts.
  • Open an interactive picker UI to select which cookie domains to import and decrypt cookies for loading.
  • Load cookies into the Playwright headless context to enable immediate testing of authenticated workflows.

Quick Start

Import cookies from my Chromium browser into the headless session for QA testing.

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 a Playwright headless session?

You can import browser cookies into a Playwright headless session using this tool by opening an interactive domain picker UI, decrypting Chromium cookies, and loading them into the context for immediate authenticated testing.

Can I use real Chromium browser cookies for QA testing of authenticated pages?

Yes, you can use real Chromium browser cookies for QA testing by selecting the desired domains through the interactive picker UI, which decrypts the cookies and establishes authenticated sessions across multiple sites.

What is the best way to authenticate a headless browser without manual login?

The best way to authenticate a headless browser without manual login is importing existing cookies from a real Chromium browser into the Playwright context, establishing authenticated sessions across multiple sites instantly.

Does this cookie import tool support selecting specific domains?

Yes, the tool supports selecting specific domains by providing an interactive picker UI where you choose exactly which cookie domains to decrypt and load into the Playwright headless context.

Why do I need to decrypt cookies when importing them into a headless session?

You need to decrypt cookies when importing them into a headless session because Chromium browsers encrypt stored cookie data, requiring decryption before loading them into the Playwright context to successfully establish authenticated workflows.