setup-browser-cookies

Import selected Chromium cookies into a headless browse session for authenticated QA testing.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/effiraid/reflix-nextjs --skill setup-browser-cookies-effiraid
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-browser-cookies
Source: https://github.com/effiraid/reflix-nextjs/tree/main/.claude/skills/gstack/setup-browser-cookies
Command: npx skills add https://github.com/effiraid/reflix-nextjs --skill setup-browser-cookies-effiraid

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Import cookies from your real Chromium browser into the headless browse session, enabling authenticated QA testing without repeated logins.

Core Features & Use Cases

  • Interactive cookie picker UI to import domains from your real browser
  • Per-domain control for selective cookie loading into headless sessions
  • Supports preparing authenticated pages before QA testing and automation

Quick Start

Open the cookie picker and import the desired domains to seed cookies in 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?

You can import real browser cookies into a headless session by using an interactive cookie picker UI to select specific domains, seeding the authenticated session state directly into your headless browser for QA testing workflows.

Why do I need to load cookies into headless browser automation?

Loading cookies into headless browser automation is required to access authenticated pages without performing repeated logins, enabling seamless session persistence and direct testing of protected routes during automated QA workflows.

Can I selectively choose which domains to import cookies for in headless testing?

Yes, you can selectively choose domains through an interactive cookie picker UI that provides per-domain control, allowing you to load only the necessary authenticated sessions into your headless browser environment.

Does importing browser cookies into headless sessions require a specific environment?

Yes, importing browser cookies requires a Bash-based workflow environment with a defined path to the browser binary, executing environment checks to ensure the headless session can properly load the selected cookies.

What is the best way to prepare authenticated pages before running automation scripts?

The best way to prepare authenticated pages is to import real Chromium browser cookies into the headless session beforehand, bypassing interactive login flows and establishing session persistence for your automation scripts.

When should I not use a cookie picker for headless browser testing?

You should not use a cookie picker for headless browser testing if your environment lacks a Bash-based workflow or a defined browser binary path, as the tool requires these specific conditions to successfully load cookies.