setup-browser-cookies

Imports cookies from Chromium browser into a headless session for authentication.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the process of importing cookies from your real Chromium browser into a headless browser session, enabling seamless authentication and session continuity.

Core Features & Use Cases

  • Cookie Import: Import cookies from your Chromium browser into a headless browser session.
  • Session Continuity: Maintain logged-in sessions across different browser environments.
  • Use Case: Before testing authenticated pages, use this Skill to import cookies from your personal browser to ensure the headless browser behaves as expected.

Quick Start

Run the command to import cookies from your Chromium browser into the current headless session: setup-browser-cookies

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 my Chromium browser into a headless browser session?

To import cookies from your Chromium browser into a headless browser session, use this Skill to automate cookie retrieval and injection for seamless authentication. It leverages browser automation tools to manage the session.

Why do I need to import cookies for headless browser automation?

Importing cookies for headless browser automation is needed to maintain session continuity across different browser environments. It allows your headless session to authenticate seamlessly without requiring manual logins during automated tests.

Can I use this cookie import approach with Puppeteer and Playwright?

Yes, this approach supports cookie import into headless sessions using Puppeteer and Playwright. These dependencies provide the browser automation framework required to retrieve and manage the cookies effectively.

What is the best way to maintain logged-in sessions across different browser environments?

The best way to maintain logged-in sessions across different browser environments is to automate cookie import from your active Chromium browser. This ensures the headless browser behaves as expected with existing authentication states.

Does setting up browser cookies for headless sessions work with Chromium?

Yes, setting up browser cookies for headless sessions works directly with Chromium. The Skill is designed specifically to extract cookies from your active Chromium browser and apply them to headless contexts.