setup-browser-cookies

Transfer cookies from a Chromium browser to a headless browser session.

Updated Jun 16, 2026
One-click install
npx skills add https://github.com/miko06/MedicineSimulator --skill setup-browser-cookies-miko06
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-browser-cookies
Source: https://github.com/miko06/MedicineSimulator/tree/main/.opencode/skills/gstack-setup-browser-cookies
Command: npx skills add https://github.com/miko06/MedicineSimulator --skill setup-browser-cookies-miko06

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, and includes scripts (resource) components.

What problem does it solve?

This Skill addresses the need for QA testing by allowing users to import cookies from their real Chromium browser into headless browser sessions.

Core Features & Use Cases

  • Cookie Import: Transfer cookies from the real browser to a headless browser session.
  • QA Testing: Facilitate QA testing of authenticated pages by replicating real browser session cookies.
  • Use Case: Before testing a website for login functionality, use this Skill to import your cookies for an accurate simulation of an authenticated user session.

Quick Start

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

To import browser cookies for QA testing, this Skill transfers cookies directly from your real Chromium browser into a headless browser session. This allows you to replicate an authenticated user session for accurate end-to-end web application verification.

What is the best way to test authenticated pages in a headless browser without logging in manually?

The best way to test authenticated pages in a headless browser is by importing existing session cookies from a real Chromium browser. This Skill replicates your active login state, bypassing manual authentication steps during QA testing.

Does this cookie import method work with Playwright for web application testing?

Yes, this cookie import method works with Playwright for web application testing. It requires a running headless browser environment and uses Playwright to apply the transferred Chromium browser cookies for session replication.

Do I need a specific browser to source cookies for headless browser sessions?

Yes, you need a Chromium-based browser to source cookies for headless browser sessions. The Skill extracts authentication cookies from your local Chromium installation and applies them to your headless QA testing environment.

Why import browser cookies instead of automating login in headless browser tests?

Importing browser cookies avoids automating login in headless browser tests by directly transferring an active Chromium session. This bypasses authentication flows, reducing test flakiness and speeding up end-to-end web application verification.