setup-browser-cookies

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

1|Updated May 6, 2026
One-click install
npx skills add https://github.com/yckkkk/reo --skill setup-browser-cookies-yckkkk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-browser-cookies
Source: https://github.com/yckkkk/reo/tree/main/.agents/skills/setup-browser-cookies
Command: npx skills add https://github.com/yckkkk/reo --skill setup-browser-cookies-yckkkk

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 or when asked to "import cookies", "login to the site", or "authenticate the browser". (gstack)

Core Features & Use Cases

  • Interactive cookie picker UI to select which domains to import
  • Import cookies into the headless Playwright session for authenticated testing
  • Supports QA workflows by establishing authenticated context quickly

Quick Start

Open the cookie picker and select the domains you want to 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 browser cookies into a Playwright headless session?

To import browser cookies into a Playwright headless session, use an interactive picker UI to select specific cookie domains from your real Chromium browser. The tool decrypts and loads these cookies directly into your authenticated testing context.

What is the best way to authenticate a headless browser for QA testing?

The best way to authenticate a headless browser for QA testing is to import existing cookies from a real Chromium browser. This establishes an authenticated context quickly without handling login forms or storing credentials during automated tests.

Can I select specific cookie domains to load into my headless testing environment?

Yes, you can select specific cookie domains to load into your headless testing environment using an interactive cookie picker UI. This allows you to target only the authenticated domains needed for your QA workflows.

Does this cookie import tool work with Chromium browser profiles?

Yes, this cookie import tool works with real Chromium browser profiles by extracting and decrypting cookies directly from them. It then loads the selected domain cookies into your Playwright session.

When do I need to import cookies for headless browser automation?

You need to import cookies for headless browser automation when you are QA testing authenticated pages or need to bypass login sequences. It establishes an authenticated context quickly by transferring existing session data from your Chromium browser.

Why does my headless browser fail to login during automated tests?

Your headless browser might fail to login during automated tests because it lacks existing session data. Importing cookies from a real Chromium browser into the Playwright session establishes the authenticated context needed to access protected pages.