setup-browser-cookies

Import selected cookie domains from real browsers into headless QA sessions.

Updated Aug 2, 2025
One-click install
npx skills add https://github.com/JovieInc/Jovie --skill setup-browser-cookies-jovieinc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-browser-cookies
Source: https://github.com/JovieInc/Jovie/tree/main/.claude/skills/gstack/setup-browser-cookies
Command: npx skills add https://github.com/JovieInc/Jovie --skill setup-browser-cookies-jovieinc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Import cookies from your real browser (Comet, Chrome, Arc, Brave, Edge) 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

  • Interactive cookie picker to import domains from your real browser into the headless test session.
  • Per-domain selection controls exposure of cookies during automated tests.
  • Ready-to-use authenticated state for QA, acceptance, and regression tests with minimal setup.

Quick Start

Open the cookie picker, select domains to import, then run your headless tests with the imported cookies.

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 cookies from my real browser into a headless test session?

To import browser cookies into a headless session, use an interactive picker UI to select specific cookie domains from your real browser, then apply them directly to the headless browser to preserve authenticated state for QA tests.

Can I use cookies from Chrome or Arc for automated QA testing?

Yes, you can import cookies from real browsers like Chrome, Arc, Brave, and Edge into a headless session. An interactive cookie picker allows per-domain selection to control exposure during automated tests.

How do I authenticate a headless browser for regression testing?

Authenticate a headless browser by importing live cookies from your real browser session. Select the target domains via an interactive UI, and the headless session will have ready-to-use authenticated state for regression tests.

Do I need a browser cookie loader to run headless tests with authenticated state?

Yes, importing cookies into a headless session requires a compatible browser cookie loader and an interactive picker. These tools surface available domains for import and load the selected cookies into the headless test run.

What is the best way to test multiple authenticated sites in headless mode?

The best way to test multiple authenticated sites is importing cookies across selected domains from your real browser. This applies the authenticated state across multiple sites in the headless session with minimal setup.