setup-browser-cookies

Import selected cookie domains from Chromium into a Playwright session.

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

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

  • Import cookies from real browsers into a headless browse session for QA testing of authenticated pages.
  • Open an interactive picker UI where you select which cookie domains to import.
  • Use when asked to "import cookies", "login to the site", or "authenticate the browser".

Quick Start

Open the cookie picker, select domains to import, and confirm to load 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 browser into a Playwright headless session?

You import browser cookies by using an interactive picker UI to select specific domains, which then loads the chosen cookies directly into your Playwright headless session for subsequent authenticated actions.

What is the best way to QA test authenticated pages in a headless browser?

The best way to QA test authenticated pages in a headless browser is to import your real Chromium browser cookies into the session, bypassing manual login flows during automated testing.

Can I use my existing Chromium browser cookies for automated login testing?

Yes, you can use existing Chromium browser cookies for automated login testing by selecting the desired cookie domains in the picker UI to authenticate your headless browser session.

How do I debug login flows in Playwright without handling authentication logic?

You can debug login flows in Playwright by importing cookies from an already authenticated Chromium browser profile, skipping the need to script the actual login process.

Do I need to manually select cookie domains when importing them for headless testing?

Yes, you need to manually select cookie domains when importing them, because the Skill provides an interactive picker UI that lets you choose exactly which authenticated domains to load into the session.