setup-browser-cookies

Import Chromium browser cookies into a Playwright headless testing session.

5|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/timurgaleev/vibestack --skill setup-browser-cookies-timurgaleev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-browser-cookies
Source: https://github.com/timurgaleev/vibestack/tree/main/skills/setup-browser-cookies
Command: npx skills add https://github.com/timurgaleev/vibestack --skill setup-browser-cookies-timurgaleev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Import cookies from your real Chromium browser into the headless browse session to reuse authenticated contexts for automated QA and testing.

Core Features & Use Cases

  • Interactive cookie picker to select which cookie domains to import.
  • Decrypts and loads cookies into the Playwright/Headless session.
  • Works alongside CDP mode when already connected to a real browser; avoids duplicate imports.

Quick Start

Run the setup to import cookies from your Chromium browser and start an authenticated headless 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 real browser cookies into a Playwright headless session?

Importing cookies into a Playwright headless session requires this skill to decrypt values from your local Chromium browser and load them via an interactive cookie picker. It securely applies authenticated contexts without exposing values.

Can I reuse authenticated browser contexts for automated QA testing?

Yes, you can reuse authenticated browser contexts for automated QA testing by loading decrypted cookies from your real Chromium profile. This allows headless tests to bypass authentication barriers across local and CI environments.

Does importing browser cookies work when already connected via Playwright CDP mode?

When already connected to a real browser via CDP mode, this skill avoids duplicate cookie imports. It detects the active connection and securely loads the domain-level validated cookies without redundant operations.

What do I need to load cookies into headless tests using Chromium?

Loading cookies into headless tests requires a local Chromium and Playwright setup. The skill uses an interactive cookie picker to select specific domains and validates them before securely loading the authenticated sessions.

How do I select specific cookie domains to import for my testing workflow?

To select specific cookie domains for your testing workflow, the skill provides an interactive cookie picker. This tool performs domain-level validation to ensure only the required authenticated cookies are loaded into the session.