setup-browser-cookies

Import selected cookies from major browsers into a headless session for authenticated QA testing.

2|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/nicholaslocascio/x-claw-studio --skill setup-browser-cookies-nicholaslocascio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-browser-cookies
Source: https://github.com/nicholaslocascio/x-claw-studio/tree/main/skills/gstack/setup-browser-cookies
Command: npx skills add https://github.com/nicholaslocascio/x-claw-studio --skill setup-browser-cookies-nicholaslocascio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Interactive picker UI to select which cookie domains to import
  • Works with major browsers (Comet, Chrome, Arc, Brave, Edge)
  • Streamlines QA testing by preparing authenticated sessions for headless tests

Quick Start

Run the cookie setup command to open the domain picker and import cookies into the headless 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 cookies from a real browser into a headless session for QA testing?

To import cookies for QA testing, use an interactive domain picker to selectively extract cookies from real browsers and load them directly into a headless browser session. This enables authenticated automated testing across multiple domains.

How does importing cookies into a headless browser enable authenticated QA testing?

Importing cookies into a headless browser enables authenticated QA testing by transferring active session tokens from real browsers, allowing automated tests to bypass login flows and run against protected domains.

Can I selectively choose which cookie domains to import into my headless test environment?

Yes, you can selectively choose which cookie domains to import using an interactive picker UI, ensuring only the necessary authenticated sessions are loaded into your headless test environment.

Does cookie import for headless testing work with Chrome, Arc, and Brave browsers?

Yes, cookie import for headless testing works with major browsers including Chrome, Arc, Brave, Edge, and Comet, allowing you to extract and transfer sessions across different browser environments.

What is the best way to automate authenticated cross-domain testing in a headless environment?

The best way to automate authenticated cross-domain testing is importing real-browser cookies into headless sessions via an interactive picker, streamlining test setup across multiple domains without manual login scripting.

Do I need Playwright to set up cookies for headless browser automation?

Playwright is associated with this headless browser automation task, enabling you to set up cookies and run automated tests across selected domains without requiring manual authentication steps.