setup-browser-cookies

Import Chromium browser cookies into a Playwright headless session.

1|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/LaPaGaYo/nexus --skill setup-browser-cookies-lapagayo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-browser-cookies
Source: https://github.com/LaPaGaYo/nexus/tree/main/skills/support/setup-browser-cookies
Command: npx skills add https://github.com/LaPaGaYo/nexus --skill setup-browser-cookies-lapagayo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Import cookies from your real Chromium browser into the headless browse session. This enables authenticated QA flows without re-authenticating in every run.

Core Features & Use Cases

  • Interactive picker UI to select cookie domains to import
  • Loads cookies into the Playwright-based headless session for QA
  • Optional direct domain import for quick adjustments

Quick Start

Run the setup-browser-cookies skill to import cookies from your browser into the Nexus 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 a Playwright headless session for QA testing?

To import cookies into a Playwright headless session for QA testing, you can use a cookie-import-browser tool to load real Chromium browser cookies directly into your test session, avoiding repeated manual logins.

Can I use cookies from my real Chromium browser in headless QA flows without re-authenticating?

Yes, you can use cookies from your real Chromium browser in headless QA flows by importing them into the session, which enables authenticated testing without needing to re-authenticate during every test run.

Do I need a specific runtime environment to load browser cookies into a headless session?

Yes, you need a local Nexus runtime to load browser cookies into a headless session. The cookie import process relies on this environment alongside the cookie-import-browser tool to function correctly.

How do I select specific cookie domains to import for my QA tests?

You can select specific cookie domains to import for QA tests by using an interactive picker UI, which allows you to choose exactly which domains' cookies are loaded into the headless session.

What is the best way to handle authenticated pages in Playwright QA without re-authenticating every run?

The best way to handle authenticated pages in Playwright QA without re-authenticating every run is to import real browser cookies into the headless session, bypassing the login flow for subsequent test executions.

Can I directly import cookies for a specific domain instead of using the interactive picker?

Yes, you can directly import cookies for a specific domain instead of using the interactive picker. This optional direct domain import feature allows for quick adjustments when setting up your QA session.