setup-browser-cookies

Import selected domain cookies from Chromium into a headless browse session.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Import cookies from your real Chromium browser into the headless browse session. This enables authenticated QA tests without manual login steps.

Core Features & Use Cases

  • Interactive picker UI to select domains to import.
  • Headless session cookie loading for QA automation without login.
  • Domain-scoped import ensures only chosen sites are loaded for testing.

Quick Start

Open the browser cookie picker and start importing cookies into your 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 browser cookies into headless Chromium for QA testing?

You can import cookies into headless Chromium by using an interactive picker UI to select specific domains, loading them directly into the headless session to simulate real user authentication without manual login steps.

Can I run authenticated headless tests without manually logging in?

Yes, authenticated headless tests are possible by importing existing cookies from your real Chromium browser, bypassing manual login steps and enabling QA automation on pages that require user sessions.

Does the cookie import tool work with Chromium browsers specifically?

Yes, this cookie import tool works directly with Chromium browsers, extracting existing session cookies and loading them into the headless browser environment for QA automation.

How do I select specific domains when importing cookies into a headless session?

You select specific domains through an interactive picker UI, which ensures domain-scoped import so that only chosen sites are loaded into the headless environment for testing.

What's the best way to simulate real user sessions in headless browser automation?

To simulate real user sessions, import cookies from your real Chromium browser into the headless session, enabling authenticated QA testing by transferring existing login states without performing manual authentication.