setup-browser-cookies

Import decrypted Chromium cookies into headless browse sessions for authenticated testing.

11|2|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/ajsai47/holyclaude --skill setup-browser-cookies-ajsai47
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-browser-cookies
Source: https://github.com/ajsai47/holyclaude/tree/main/skills/team/setup-browser-cookies
Command: npx skills add https://github.com/ajsai47/holyclaude --skill setup-browser-cookies-ajsai47

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Headless browser sessions start with no existing login state, requiring you to manually re-enter credentials every time you need to test an authenticated page. This Skill eliminates that repetitive work by importing your existing logged-in cookies from your local Chromium browser directly into the headless browse session.

Core Features & Use Cases

  • Interactive Cookie Picker: Auto-detects installed Chromium browsers and opens a UI to select which cookie domains to import, no manual configuration needed.
  • Direct Domain Import: Skip the picker UI and import cookies for a specific domain in one step if you know exactly which site you need to test.
  • Use Case: When running QA tests on authenticated internal tools, client sites, or production dashboards, use this Skill to load your existing sessions so you can start testing immediately without re-authenticating.

Quick Start

Use the setup-browser-cookies skill to import cookies from your default Chromium browser for headless authenticated testing.

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 headless session for authenticated testing?

This Skill imports browser cookies for headless testing by loading decrypted cookies from your local Chromium browser into the headless browse session, bypassing manual re-login for authenticated QA workflows.

Why do my headless browser tests require manual re-login every time?

Headless browser sessions start with no existing login state. This Skill solves that by copying your active Chromium session cookies into the headless environment to test authenticated sites immediately.

Can I import cookies for a specific domain directly from the command line?

Yes, you can import cookies for a specific domain directly via command line arguments to skip the interactive picker UI. Alternatively, use the interactive picker to auto-detect installed Chromium browsers and select domains.

Do I need the gstack browse binary to use this cookie import Skill?

Yes, the gstack browse binary must be installed. This Skill relies on it to facilitate importing your local Chromium browser cookies into the headless browse session for QA testing.

Does this tool support browsers other than Chromium for headless QA testing?

No, this Skill specifically auto-detects and imports decrypted cookies from local Chromium browsers. It is designed to replicate existing Chromium login sessions in headless browse environments for QA testing.