setup-browser-cookies

Import Chromium browser cookies into a headless session for QA testing.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Import cookies from your real Chromium browser into the headless browse session.

Core Features & Use Cases

  • Interactive picker UI to select which cookie domains to import from your real browser.
  • Works before QA testing authenticated pages to replicate user sessions.
  • Decrypts and loads cookies into the headless browser session for immediate use.

Quick Start

Import cookies from your real Chromium browser into the headless browse session and start authenticated QA testing.

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 headless Playwright session?

You can import real browser cookies into a headless Playwright session by using an interactive picker UI to select specific cookie domains, which are then decrypted and loaded directly into the headless browser context for immediate authenticated QA testing.

Can I use my existing Chromium browser session for QA testing authenticated pages?

Yes, you can replicate your existing Chromium browser session for QA testing authenticated pages by securely decrypting and importing your real cookies into the headless environment before running your automated tests.

How does cookie decryption work when loading sessions into headless browser tests?

Cookie decryption for headless browser tests works by securely extracting cookies from your real Chromium browser profile, applying decryption protocols, and loading the selected domain cookies into the headless session to bypass authentication steps.

Does this cookie import tool require any specific browser dependencies?

This cookie import tool requires no external dependencies to function. It operates directly on your local Chromium browser data, using a built-in interactive picker to securely select and transfer cookie domains into the headless session.

What is the best way to automate authenticated QA testing without manually logging in?

The best way to automate authenticated QA testing without manual login is to import real browser cookies into your headless session beforehand. This securely replicates the user authentication state, allowing tests to immediately access protected pages.

How do I select which cookie domains to import for my automation tests?

You select which cookie domains to import through an interactive picker UI that lists available domains from your real Chromium browser, ensuring only the necessary authenticated sessions are loaded into the headless browser.