setup-browser-cookies

Import Chromium browser cookies into a headless Playwright session.

12|6|Updated Dec 2, 2025
One-click install
npx skills add https://github.com/shogo-labs/shogo-ai --skill setup-browser-cookies-shogo-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-browser-cookies
Source: https://github.com/shogo-labs/shogo-ai/tree/main/packages/agent-runtime/templates/virtual-engineering-team/.shogo/skills/gstack-setup-browser-cookies
Command: npx skills add https://github.com/shogo-labs/shogo-ai --skill setup-browser-cookies-shogo-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Import cookies from your real Chromium browser into the headless browse session, enabling authenticated QA and automation without manual login.

Core Features & Use Cases

  • Import cookies from a real browser into a headless Playwright session to simulate login.
  • Interactive cookie picker UI to select domains to import and manage cookies.
  • Fallback direct import path for quick domain-specific cookie imports.

Quick Start

Run the setup-browser-cookies workflow to import cookies from your Chromium browser 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 browser cookies into a Playwright headless session?

You import browser cookies into a Playwright headless session by running the setup-browser-cookies workflow, which transfers real Chromium cookies to simulate an active authenticated user during QA testing.

Can I automate testing of authenticated pages without manual login in Playwright?

Yes, you can automate testing of authenticated pages without manual login by importing cookies from a real Chromium browser into the headless session, bypassing the need to script authentication workflows.

What is the best way to simulate a logged-in user for QA testing automation?

The best way to simulate a logged-in user for QA testing is importing active session cookies from your real Chromium browser into the headless browse session, enabling authenticated automation workflows.

Does the cookie import process support selecting specific domains?

Yes, the cookie import process supports selecting specific domains through an interactive cookie picker UI, alongside a fallback direct import path for quick domain-specific cookie imports.

Do I need a local setup to use browser cookies for headless automation?

Yes, you need a local one-time setup for the cookie importer, along with a browser cookie picker UI, to successfully transfer cookies into the headless Playwright session.