setup-browser-cookies

Import cookies from a Chromium browser into a headless browser session.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows you to import cookies from your Chromium browser into a headless browser session, enabling seamless authentication and session continuity in automated environments.

Core Features & Use Cases

  • Cookie Import: Import cookies from your real Chromium browser into a headless browser session.
  • Headless Session: Works with headless browsers to maintain session state without a graphical user interface.
  • Use Case: Before running automated tests on a website, you can use this Skill to import your logged-in cookies to ensure the test environment mimics your real browsing session.

Quick Start

Run the setup-browser-cookies skill to import cookies from your Chromium browser into the current 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 Chromium session?

To import browser cookies into a headless Chromium session, you run the setup-browser-cookies Skill, which transfers your active authentication state into the headless environment for seamless session continuity.

Why do my automated tests fail to maintain session continuity in a headless browser?

Automated tests lose session continuity in a headless browser because they start without prior authentication state. Importing cookies from your real Chromium browser establishes the necessary logged-in session for testing.

Does this cookie import process require a connected Chromium browser?

Yes, importing cookies requires a connected Chromium browser and appropriate permissions to access the local cookie storage, enabling the transfer of your active session into the headless environment.

Can I use imported Chromium cookies for automated testing on websites requiring login?

Yes, you can use imported Chromium cookies for automated testing on login-gated websites. The imported cookies replicate your real authenticated session, allowing headless tests to bypass authentication barriers.

What is the best way to share my real browser session state with a headless environment?

The best way to share real browser session state with a headless environment is importing cookies directly from your Chromium browser. This approach ensures the headless session accurately mimics your real browsing context.