setup-browser-cookies

Import decrypted browser cookies into Playwright or Puppeteer testing sessions.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/pcaokhai/gradion-response-report-api --skill setup-browser-cookies-pcaokhai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-browser-cookies
Source: https://github.com/pcaokhai/gradion-response-report-api/tree/main/.claude/skills/gstack/setup-browser-cookies
Command: npx skills add https://github.com/pcaokhai/gradion-response-report-api --skill setup-browser-cookies-pcaokhai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Import cookies from your real browser into a headless browsing session used for QA testing, enabling authenticated pages without manual logins.

Core Features & Use Cases

  • Import cookies from browsers (Chrome, Arc, Edge, Brave) into your headless session for automated testing.
  • Use an interactive cookie picker to select which domains to import or perform direct imports for workflow automation.
  • Verify and summarize the imported cookies to ensure correct domain coverage and session continuity.

Quick Start

Run the setup-browser-cookies skill to locate your browser and open the cookie picker, then follow the prompts to import domains.

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 testing session?

You can import real-browser cookies into a headless testing session by running the setup-browser-cookies skill, which detects installed browsers and uses an interactive picker to load decrypted cookies directly into your Playwright or Puppeteer QA workflow.

Can I import cookies from Arc or Brave into Puppeteer for automated testing?

Yes, you can import cookies from Arc, Brave, Chrome, or Edge into Puppeteer for automated testing. The skill detects your installed browsers and decrypts the selected domain cookies to authenticate your headless session.

What's the best way to authenticate headless browser tests without manual logins?

The best way to authenticate headless browser tests without manual logins is to import existing session cookies from your real browser. This bypasses interactive login steps by loading decrypted cookies directly into your test environment.

How do I select specific domains when importing cookies for QA testing?

You select specific domains for QA testing cookie imports by using the interactive cookie picker. After a one-time setup builds the picker UI, you can choose exact domains or import all cookies for a given site.

Does importing browser cookies into Playwright require a local binary or script?

Yes, importing browser cookies into Playwright requires a local binary or script to detect installed browsers and decrypt their cookie databases. A one-time setup is also needed to build the interactive picker UI.

How do I verify imported cookies in a headless session?

You verify imported cookies in a headless session using the skill's built-in verification step. This process summarizes the imported cookies to ensure correct domain coverage and session continuity before running your tests.