setup-browser-cookies

Import cookies from a Chromium browser into a headless session.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/BrandonLee28/brandon-brain --skill setup-browser-cookies-brandonlee28
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-browser-cookies
Source: https://github.com/BrandonLee28/brandon-brain/tree/main/.claude/skills/gstack/setup-browser-cookies
Command: npx skills add https://github.com/BrandonLee28/brandon-brain --skill setup-browser-cookies-brandonlee28

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of importing cookies from your personal Chromium browser into a headless browsing session, enabling seamless authenticated access for testing or QA purposes.

Core Features & Use Cases

  • Cookie Import: Import cookies from your real Chromium browser into a headless session for testing authenticated pages.
  • User Interaction: Interactive UI for selecting specific cookie domains to import.
  • Use Case: Before conducting QA testing on a website that requires authentication, use this Skill to import your logged-in session cookies into the headless browser environment.

Quick Start

Use the setup-browser-cookies skill to import cookies from your Chromium browser into the current 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 cookies from my real browser into a headless session?

To import cookies from your real browser into a headless session, use this Skill to extract and transfer authenticated session data from your Chromium browser into the headless environment. It provides an interactive UI for selecting specific cookie domains to import.

Can I use my existing logged-in Chromium cookies for QA testing in a headless browser?

Yes, you can use your existing logged-in Chromium cookies for QA testing. The Skill imports your authenticated session cookies into the headless browsing environment, allowing you to simulate authenticated user sessions without manually logging in during automated testing.

What's the best way to simulate authenticated user sessions for headless browser automation?

Simulating authenticated user sessions for headless browser automation is best done by importing real session cookies. This Skill enables you to transfer your active Chromium login cookies directly into the headless environment, bypassing authentication workflows during QA testing.

Does importing browser cookies into a headless environment require special permissions?

Importing browser cookies into a headless environment requires access to your local Chromium browser and the necessary file system permissions to read cookie data. You must grant these permissions so the Skill can extract and transfer the session information.

Can I select specific cookie domains to import into my headless browser setup?

Yes, you can select specific cookie domains to import into your headless browser setup. The Skill features an interactive UI that allows you to choose exactly which cookie domains are transferred from your Chromium browser into the headless session.

Why do I need to import cookies before running QA testing on authenticated pages?

You need to import cookies before running QA testing on authenticated pages because headless browsers start with a clean state. Importing your Chromium session cookies allows the headless environment to bypass login screens and directly access secured areas for testing.