setup-browser-cookies

Import browser cookies into a Playwright session with domain selection.

5|2|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/umairinayat/Specter-AI --skill setup-browser-cookies-umairinayat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-browser-cookies
Source: https://github.com/umairinayat/Specter-AI/tree/main/.claude/skills/setup-browser-cookies
Command: npx skills add https://github.com/umairinayat/Specter-AI --skill setup-browser-cookies-umairinayat

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Import cookies from your real browser into a headless browse session, enabling authenticated QA testing without manually exporting cookies.

Core Features & Use Cases

  • Interactive cookie picker opens a UI to select which cookie domains to import for the headless session.
  • Browser compatibility supports Comet, Chrome, Arc, Brave, and Edge.
  • Secure handling loads cookies into the Playwright session while only exposing domain names and counts, not cookie values.

Quick Start

Run the setup-browser-cookies tool to import cookies before testing authenticated pages.

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

To import browser cookies into a Playwright headless session, this tool finds your browser binary, opens an interactive UI to select domains, decrypts the cookies, and loads them directly into your testing environment.

Can I use cookies from Arc or Brave for authenticated QA testing?

Yes, you can use cookies from Arc or Brave for authenticated QA testing. The tool supports Comet, Chrome, Arc, Brave, and Edge, allowing you to select specific cookie domains to import.

What is the best way to test authenticated pages without manually exporting cookies?

The best way to test authenticated pages without manual exports is using an interactive cookie picker that decrypts and loads cookies from your real browser into the headless session automatically.

How does the cookie picker UI select which domains to import for headless testing?

The cookie picker UI provides domain-level selection, letting you choose exactly which authenticated domains are imported into the headless browser session before running your QA tests.

Are my cookie values exposed when importing them into a headless browser?

No, your cookie values are not exposed. The tool securely handles the import process by only displaying domain names and cookie counts in the UI, keeping the actual values hidden during the Playwright session setup.

Why does the tool need to find my browser binary to set up cookies?

Finding the browser binary is necessary to access the local cookie storage, decrypt the data, and load the selected domains into the Playwright session for your headless QA testing.