setup-browser-cookies

Import Chromium browser cookies into a headless Playwright session.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, and includes scripts (resource) components.

What problem does it solve?

This Skill helps users import cookies from their real Chromium browser into a headless browser session, enabling authenticated browsing for QA testing and other scenarios.

Core Features & Use Cases

  • Import Cookies: Import cookies from a real Chromium browser into a headless browser session.
  • Interactive Picker: Use an interactive picker UI to select which cookie domains to import.
  • Use Case: Before QA testing authenticated pages, use this Skill to import cookies for a seamless testing experience.

Quick Start

Run the command to import cookies from your browser: /setup-browser-cookies

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 from my real Chromium browser into a headless session?

This Skill imports cookies from your real Chromium browser into a headless browser session using an interactive picker for domain selection. It enables authenticated browsing for QA testing without requiring manual login steps.

Can I use Playwright for authenticated browsing without logging in manually?

Yes, you can use Playwright for authenticated browsing by importing cookies from your real Chromium browser into the headless session. This bypasses manual login requirements during automated QA testing.

Does this cookie import tool support selecting specific domains?

Yes, the cookie import tool supports interactive selection of cookie domains. You can choose exactly which authenticated domains to load into your headless browser session for targeted QA testing.

What do I need to set up before using a headless browser for QA testing?

You need Playwright and its associated browser drivers installed. Once dependencies are ready, you can run the setup command to extract cookies from your local Chromium browser for your automated testing environment.

Why import cookies instead of automating the login flow in a headless browser?

Importing cookies from a real Chromium browser avoids dealing with CAPTCHAs, multi-factor authentication, and complex login forms during automated QA testing. It provides a seamless authenticated browsing experience directly in your headless session.