setup-browser-cookies

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Import cookies from your real Chromium browser into the headless browse session.

Core Features & Use Cases

  • Interactive cookie picker UI to select which cookie domains to import.
  • Load cookies into a headless Playwright session for authenticated QA testing.
  • Handles per-domain cookie import and ensures cookies are decrypted and applied safely.

Quick Start

Run the setup to symlink this skill into your project and start the cookie importer.

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, run the setup workflow to launch an interactive picker UI, select your target domains, and the tool decrypts and loads them directly into your test environment.

Can I use my existing Chromium authentication cookies for QA testing of authenticated pages?

Yes, you can use existing Chromium authentication cookies for QA testing. The tool decrypts and safely applies them to the headless browser, allowing you to bypass manual login flows during automated test execution.

How do I select specific cookie domains to load into my automated browser tests?

You select specific cookie domains to load into automated browser tests using the interactive cookie picker UI. This interface allows you to choose exactly which authenticated domains are imported into the headless session.

Does this cookie import tool work with headless Chromium environments?

Yes, this cookie import tool works with headless Chromium environments. It is specifically designed to integrate with Playwright and browser automation tooling to load decrypted cookies into headless QA testing sessions.

Why do my Playwright authenticated page tests fail to load cookies correctly?

Playwright authenticated page tests fail to load cookies correctly when they are not properly decrypted for the headless session. This tool handles the decryption and per-domain import required to ensure cookies are applied safely.