setup-browser-cookies

Import cookies from your real browser into Playwright for authenticated QA testing.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/XinheLIU/human-leverage --skill setup-browser-cookies-xinheliu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-browser-cookies
Source: https://github.com/XinheLIU/human-leverage/tree/main/.claude/skills/setup-browser-cookies
Command: npx skills add https://github.com/XinheLIU/human-leverage --skill setup-browser-cookies-xinheliu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Import cookies from your real browser into the headless browse session to enable authenticated QA testing.

Core Features & Use Cases

  • Import cookies from Comet, Chrome, Arc, Brave, and Edge into your headless browser session for immediate authenticated access.
  • Interactive cookie picker UI lets you choose which domains to import and load into the session.
  • Works locally for testing pages that require login without exposing credentials or external telemetry.

Quick Start

Open the cookie importer, choose which domains to import, and have cookies loaded into the headless browser for 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 cookies into a headless browser for authenticated QA testing?

You can import cookies from Chrome, Arc, Brave, Edge, and Comet into your Playwright context. The Skill locates and decrypts browser cookies locally, then loads them into the headless session for testing.

How do I load real browser cookies into a Playwright context for testing?

To load real browser cookies into a Playwright context, this Skill securely locates and decrypts cookies from your installed browsers and injects them into the headless session for testing.

Can I use cookies from Arc or Brave for headless browser testing?

Yes, you can use cookies from Arc or Brave for headless browser testing. The Skill supports Chrome, Arc, Brave, Edge, and Comet, allowing you to select specific cookie domains to load into Playwright.

Do I need to expose my login credentials to test authenticated pages in a headless browser?

No, you do not need to expose login credentials. The Skill imports existing authenticated session cookies locally from your browser into the headless context, bypassing the need to handle credentials directly.

How do I select which cookie domains to load into my headless browser session?

You can select which cookie domains to load into your headless browser session using the Skill's interactive cookie picker UI, which guides you through choosing the exact domains needed for your testing.