setup-browser-cookies

Import cookies from a Chromium browser into a headless session.

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

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". (gstack)

Core Features & Use Cases

  • Interactive domain picker to select which cookies to import
  • Seamless integration with headless browse sessions for authenticated QA
  • Reusable across QA pipelines and test pages

Quick Start

Run the skill to import cookies from your Chromium browser into the headless session using the interactive picker.

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 cookies into a headless browser for QA testing?

You can import cookies by running an interactive domain picker UI that transfers selected cookie domains from your real Chromium browser into the headless browser session, enabling authenticated QA testing.

What's the best way to authenticate a headless browser session for testing?

The best way to authenticate a headless browser session is to import existing cookies from your real Chromium browser using an interactive picker, allowing you to bypass manual login steps during QA testing.

Can I select which cookie domains to import into my headless browser?

Yes, you can select which cookie domains to import through an interactive picker UI, ensuring only the necessary authenticated session data is transferred into your headless browser for targeted QA testing.

Does importing browser cookies work with Chromium for headless QA testing?

Yes, cookie import functionality works specifically with your real Chromium browser, extracting authenticated session cookies and importing them directly into a headless browser session for QA pipelines and test pages.

When do I need to import cookies for headless browser automation?

You need to import cookies for headless browser automation when QA testing authenticated pages, allowing you to seamlessly reuse existing login sessions from your Chromium browser without performing manual authentication in the headless environment.