setup-browser-cookies

Import selected Chromium cookie domains into a headless browse session.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/Chang-Shih-Yung/auto-learning --skill setup-browser-cookies-chang-shih-yung
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-browser-cookies
Source: https://github.com/Chang-Shih-Yung/auto-learning/tree/main/.claude/skills/gstack/setup-browser-cookies
Command: npx skills add https://github.com/Chang-Shih-Yung/auto-learning --skill setup-browser-cookies-chang-shih-yung

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Import cookies from your real Chromium browser into the headless browse session.

Core Features & Use Cases

  • Opens an interactive picker UI where you select which cookie domains to import
  • Enables authenticated QA testing by loading domains' cookies into the session
  • Uses when asked to "import cookies" or "authenticate the browser" in gstack contexts

Quick Start

Open the cookie picker, select domains to import, and confirm the import.

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 browser cookies for QA testing, this Skill opens an interactive picker UI where you select specific cookie domains from your real Chromium browser to load directly into the headless browse session.

What is the best way to authenticate a headless browser using existing cookies?

The best way to authenticate a headless browser is by using an interactive picker to select and import real Chromium browser cookies, enabling authenticated QA testing without manual login flows.

Do I need bun installed to import cookies into a headless browse session?

Yes, you need bun installed to import cookies. A one-time setup is required to build the cookie picker and locate the browse binary before running the picker to select domains.

Can I choose which cookie domains to load when authenticating a headless browser?

Yes, you can choose which cookie domains to load. The Skill provides an interactive picker UI that allows you to selectively import and confirm specific domains before running your QA tests.

Why are my authenticated pages failing in headless browser automation?

Authenticated pages fail in headless browser automation because sessions lack valid credentials. Importing real Chromium browser cookies into the headless session resolves this by passing authentication state directly.

Does cookie import work with Chromium browser profiles for automated testing?

Yes, cookie import works with Chromium browser profiles. It extracts cookies from your real Chromium browser and loads the selected domains into the headless browse session for automated testing.