setup-browser-cookies

Import Chromium browser cookies into a headless session via an interactive domain picker.

Updated Oct 25, 2025
One-click install
npx skills add https://github.com/shaythegay13/serenity-pocket-app-final --skill setup-browser-cookies-shaythegay13
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-browser-cookies
Source: https://github.com/shaythegay13/serenity-pocket-app-final/tree/main/.claude/skills/gstack/setup-browser-cookies
Command: npx skills add https://github.com/shaythegay13/serenity-pocket-app-final --skill setup-browser-cookies-shaythegay13

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Import cookies from your real Chromium browser into the headless browse session. Opens 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 choose which domains to import into a headless session.
  • Facilitates QA testing of authenticated flows by preloading cookies from the real browser.
  • Supports targeted cookie import for specific domains to speed up test setup.

Quick Start

Run the setup-browser-cookies workflow to import cookies into your headless browser 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 a headless session for QA testing?

You can import browser cookies by running a Bash-based workflow that provides an interactive picker UI. This allows you to select specific cookie domains from your real Chromium browser to preload into the headless session for authenticated QA testing.

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

The best way to authenticate a headless browser is by importing cookies from your real Chromium browser. An interactive picker UI lets you select specific domains, preloading your authenticated session into the headless environment for testing.

Can I choose specific cookie domains to import into my headless browser?

Yes, you can choose specific cookie domains to import. The workflow features an interactive picker UI that allows you to selectively import targeted cookie domains from your Chromium browser into the headless session.

Do I need a real Chromium browser to preload cookies for headless automation?

Yes, you need a real Chromium browser to preload cookies for headless automation. The workflow extracts existing authentication cookies from your active browser profile and transfers them into the headless session via Bash.

Why import cookies instead of logging in manually during headless QA testing?

Importing cookies speeds up test setup by bypassing manual login flows during headless QA testing. It preloads authenticated sessions directly from your real browser, allowing you to immediately test protected pages.