setup-browser-cookies

Import decrypted Chromium session cookies into Playwright headless browser sessions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually re-authenticating to web services for headless browser QA testing is time-consuming and repetitive. This Skill lets you import your existing logged-in session cookies from your local Chromium browser, eliminating the need to re-enter credentials for every test run.

Core Features & Use Cases

  • Interactive Cookie Picker: Auto-detects installed Chromium browsers and opens a UI to select which cookie domains to import.
  • Direct Domain Import: Skip the UI for quick one-off imports by specifying a target domain directly.
  • Use Case: QA testers can instantly access authenticated pages for regression testing, feature validation, and session checks without manual login steps.

Quick Start

Use the setup-browser-cookies skill to import your logged-in cookies from your default Chromium browser into the headless test 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 browser cookies into Playwright headless testing sessions?

To import browser cookies into Playwright headless testing sessions, this Skill transfers decrypted session cookies from your local Chromium browser directly into the test environment, eliminating manual re-authentication for QA workflows.

Can I skip the interactive UI and directly import cookies for a specific domain?

Yes, you can skip the interactive UI for quick one-off imports by specifying a target domain directly, which bypasses the auto-detected browser picker and immediately transfers the logged-in session cookies into the headless session.

Does this cookie import tool support non-Chromium browsers for QA testing?

No, this cookie import tool specifically auto-detects and supports installed Chromium browsers to extract logged-in session cookies for headless QA testing, without mentioning compatibility for other browser engines.

What is the best way to handle authenticated session persistence checks in headless testing?

The best way to handle authenticated session persistence checks in headless testing is importing existing logged-in cookies from a local Chromium browser into a Playwright session, bypassing credential entry while keeping sensitive cookie values hidden from the user.

Are my sensitive cookie values exposed during the headless browser cookie transfer?

No, your sensitive cookie values are not exposed during the headless browser cookie transfer; the Skill securely transfers decrypted browser session cookies into the Playwright session without exposing those values to the user.