setup-browser-cookies

Import Chromium browser cookies into a headless session for authenticated web testing.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill allows you to import cookies from your real Chromium browser into a headless browse session, enabling authenticated testing of web pages.

Core Features & Use Cases

  • Import Cookies: Import cookies from your real Chromium browser into a headless browse session.
  • Interactive Picker UI: Select which cookie domains to import.
  • Use Case: Ideal for QA testing authenticated pages, where you need to simulate a logged-in state.

Quick Start

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

To import browser cookies for authenticated testing, you can use a tool that extracts them from your real Chromium browser and applies them to a headless session, enabling you to simulate a logged-in state during automated QA testing.

Can I use Puppeteer to simulate a logged-in state by transferring cookies from my Chromium browser?

Yes, you can use Puppeteer to simulate a logged-in state by transferring cookies from your active Chromium browser profile into the headless browser session, bypassing the need to script manual login authentication flows.

What is the best way to handle authenticated pages in headless browser automation without storing passwords in test scripts?

The best way to handle authenticated pages in headless browser automation is to import existing session cookies from your real Chromium browser, avoiding the need to store credentials or handle multi-factor authentication in your test scripts.

Does cookie import for headless browsing support selecting specific authenticated domains?

Yes, cookie import for headless browsing supports selecting specific authenticated domains. An interactive picker UI allows you to choose exactly which cookie domains to transfer into the headless browser session.

Do I need Chromedriver and Puppeteer to set up browser cookies for headless testing?

Yes, you need browser automation tools like Puppeteer and Chromedriver as dependencies to set up browser cookies, as they provide the required framework to launch headless sessions and parse cookie data for authenticated testing.