setup-browser-cookies

Import cookies from Chromium into a headless browser session for authenticated testing.

1|Updated May 4, 2026
One-click install
npx skills add https://github.com/sanskarbasnet/fstack --skill setup-browser-cookies-sanskarbasnet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-browser-cookies
Source: https://github.com/sanskarbasnet/fstack/tree/main/setup-browser-cookies
Command: npx skills add https://github.com/sanskarbasnet/fstack --skill setup-browser-cookies-sanskarbasnet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Import cookies from your real Chromium browser into the headless browse session to enable authenticated testing.

Core Features & Use Cases

  • Interactive cookie picker UI to choose which domains to import
  • One-time setup that builds the browser cookie tool and validates prerequisites
  • Seamless integration with headless test sessions for QA and automation

Quick Start

Run the one-time setup, then open the cookie picker to import cookies for your test domains.

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 headless test sessions?

Importing real browser cookies into headless tests requires a one-time setup to build the browser-cookie tool. You then use an interactive picker UI to select specific domains for authenticated testing sessions.

Can I use Playwright to test authenticated web apps by importing cookies?

Yes, you can enable authenticated testing in Playwright by importing real Chromium browser cookies into a headless browse session. An interactive picker UI allows you to select specific domains for your automated tests.

Do I need to build any tools before importing cookies for headless testing?

Yes, a one-time browser-cookie tool build is required before importing cookies for headless testing. The setup validates prerequisites and includes optional bun-based setup steps with clear installation prompts.

How do I choose which domains to import cookies from for automated testing?

You choose which domains to import using an interactive cookie picker UI. This interface guides domain selection during setup, ensuring only relevant authenticated cookies are applied to your headless browse session.

Why are my headless browser tests failing to authenticate despite valid cookies?

Headless browser tests may fail to authenticate if cookies are not properly imported from your real Chromium browser. Using the interactive picker UI ensures the correct domains are selected and applied to the headless session.