setup-browser-cookies

Import decrypted cookies from Chromium-based browsers into Playwright sessions.

1|Updated Dec 23, 2025
One-click install
npx skills add https://github.com/rkumar261/studio-cast --skill setup-browser-cookies-rkumar261
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-browser-cookies
Source: https://github.com/rkumar261/studio-cast/tree/main/.claude/skills/gstack/setup-browser-cookies
Command: npx skills add https://github.com/rkumar261/studio-cast --skill setup-browser-cookies-rkumar261

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Import cookies from real browsers into a headless browsing session to enable authenticated QA testing.

Core Features & Use Cases

  • Interactive picker UI to select which browser domains to import into the headless context.
  • Import cookies from Chromium-based browsers (Comet, Chrome, Arc, Brave, Edge) into the Playwright session for automated testing.
  • Guided setup before QA testing authenticated pages, with a straightforward flow from browser selection to domain import.

Quick Start

Run the setup-browser-cookies skill and follow the interactive picker to import the desired cookie domains into your headless browser session.

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

You can import real browser cookies into Playwright headless sessions by running the setup-browser-cookies skill, which provides an interactive picker UI to select and import decrypted cookies from your local browser profiles.

Can I use cookies from Chrome, Arc, Brave, or Edge for automated QA testing?

Yes, you can use cookies from Chromium-based browsers like Chrome, Arc, Brave, and Edge for automated QA testing. The skill decrypts and imports cookies from these local browser profiles into your headless context.

How do I authenticate Playwright tests without handling login flows?

To authenticate Playwright tests without handling login flows, you can import existing authenticated browser cookies into your headless session. This bypasses login automation by directly loading decrypted session cookies from a real browser.

Does importing browser cookies into headless tests support selecting specific domains?

Yes, importing browser cookies into headless tests supports selecting specific domains. The skill provides an interactive picker UI that allows you to choose exactly which cookie domains to import into the Playwright context.

What is the best way to set up authenticated headless browsing for QA?

The best way to set up authenticated headless browsing for QA is to use a guided cookie import flow. This skill offers a straightforward process from browser selection to domain import, injecting real decrypted cookies into the headless context.