setup-browser-cookies

Import cookies from Chrome, Arc, Brave, Edge, and Comet into Playwright sessions.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/norbert-pap/claudebert --skill setup-browser-cookies-norbert-pap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-browser-cookies
Source: https://github.com/norbert-pap/claudebert/tree/main/setup-browser-cookies
Command: npx skills add https://github.com/norbert-pap/claudebert --skill setup-browser-cookies-norbert-pap

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Import cookies from your real browser (Comet, Chrome, Arc, Brave, Edge) into the headless browse session. Use before QA testing authenticated pages.

Core Features & Use Cases

  • Interactive domain picker: Choose which cookie domains to import from your real browser.
  • Secure loading: Cookies are decrypted and loaded into the headless session for immediate use.
  • Browser compatibility: Works with Comet, Chrome, Arc, Brave, and Edge to support QA on authenticated pages.

Quick Start

Open the cookie picker and select the domains to import, then continue QA testing with the imported cookies.

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

You can import cookies into a Playwright headless session by using an interactive picker to select cookie domains from your local browser. The tool decrypts and loads the chosen cookies directly into the test environment.

Can I use real browser cookies for QA testing on authenticated pages?

Yes, you can use real browser cookies for QA testing on authenticated pages. This tool imports your existing authentication cookies from a local browser into a headless session, bypassing manual login flows during automated testing.

Does this cookie importer work with Arc, Brave, and Edge browsers?

Yes, the cookie importer works with Arc, Brave, and Edge browsers, along with Comet and Chrome. It extracts and decrypts cookies from these supported browsers to load into your headless automation sessions.

How do I select specific cookie domains to load into my headless test?

You select specific cookie domains to load into your headless test by using the interactive domain picker. This allows you to choose exactly which authenticated domains are imported into the Playwright session.

What do I need to set up before importing browser cookies for automation?

Before importing browser cookies for automation, you need the browser cookie importer binary installed and complete the initial setup flow. This prepares the environment to decrypt and load cookies into Playwright.