setup-browser-cookies

Import Chromium browser cookies into a Playwright headless session.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/gfires/motion-analysis --skill setup-browser-cookies-gfires
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-browser-cookies
Source: https://github.com/gfires/motion-analysis/tree/main/setup-browser-cookies
Command: npx skills add https://github.com/gfires/motion-analysis --skill setup-browser-cookies-gfires

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Import cookies from your real Chromium browser into the headless browse session. Opens 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". (gstack)

Core Features & Use Cases

  • Interactive cookie picker UI to select domains to import.
  • Cookies are decrypted and loaded into the Playwright session for immediate use in tests.
  • Use the interactive UI to import cookies before QA testing authenticated pages.

Quick Start

Open the cookie picker, choose domains to import, and cookies will be loaded into the headless 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 session for QA testing?

To import cookies for QA testing, use an interactive picker UI to select real Chromium browser cookie domains, which are then decrypted and loaded directly into the headless Playwright session for immediate authenticated testing.

Can I use my existing Chromium browser cookies to authenticate a Playwright session?

Yes, you can authenticate a Playwright session by loading your existing Chromium browser cookies. The tool decrypts selected cookies and injects them into the headless browser session for authenticated testing.

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

You select cookie domains using an interactive cookie picker UI. This interface opens during the import flow, allowing you to choose specific domains to load into the headless session.

What is the best way to test authenticated pages in a headless browser?

The best way to test authenticated pages is importing real browser cookies into the headless session. This bypasses manual login by loading decrypted Chromium cookies directly into Playwright for immediate use.

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

You need to import cookies for headless browser testing before QA testing authenticated pages. This is required when asked to authenticate the browser or login to a site within the Playwright session.