setup-browser-cookies

Import Chromium cookies into a Playwright session via an interactive picker.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/CaltexBevo/ihe-pulse --skill setup-browser-cookies-caltexbevo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-browser-cookies
Source: https://github.com/CaltexBevo/ihe-pulse/tree/main/.claude/skills/gstack.bak/setup-browser-cookies
Command: npx skills add https://github.com/CaltexBevo/ihe-pulse --skill setup-browser-cookies-caltexbevo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Import cookies from your real Chromium browser into the headless browse session to enable authenticated QA flows without repeated logins.

Core Features & Use Cases

  • Interactive cookie picker UI to choose which domains to import.
  • Decrypts and loads cookies into the Playwright session for immediate use.
  • Works before QA tests on authenticated pages and across multiple domains.

Quick Start

Open the cookie picker and import the domains you need, then tell me you're done.

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?

To import cookies into a Playwright headless session, this Skill uses a Bash script to decrypt real Chromium browser cookies and load them directly into the Playwright context for immediate authenticated QA testing.

Can I reuse authentication states across multiple domains in headless QA testing?

Yes, you can reuse authentication states across multiple domains by using the interactive cookie picker UI to select specific domains before decrypting and loading the cookies into your headless browser context.

What's the best way to reproduce login states for authenticated pages without repeated logins?

The best way to reproduce login states without repeated logins is importing existing domain cookies from your real Chromium browser into the headless session, bypassing the need to manually authenticate during QA tests.

Do I need to manually decrypt Chromium cookies before importing them for automated QA?

No, you do not need to manually decrypt Chromium cookies, because this Skill handles the decryption process automatically via Bash and applies the decrypted cookies directly into the Playwright browser context.

Can I choose specific domains when importing cookies for Playwright authentication?

Yes, you can choose specific domains when importing cookies for Playwright authentication by using the interactive picker UI to select exactly which domain cookies are loaded into the headless session.