setup-browser-cookies

Import Chromium browser cookies into a headless session for authenticated automation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Import cookies from your real Chromium browser into a headless browse session to enable authenticated automation without manual login steps.

Core Features & Use Cases

  • Import cookies from a real browser into a headless session to preserve login state during automated test runs.
  • Select which cookie domains to import via an interactive UI.
  • Decrypt and load the chosen cookies into the Playwright/Selenium-like session for immediate use.

Quick Start

Open the cookie picker, select the domains to import, and confirm to load cookies 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 session for QA testing?

To import browser cookies into a headless session, use a cookie import utility and picker UI to decrypt cookies from a real Chromium browser and load them directly into your automated test runs. This preserves your login state without manual authentication steps.

Can I use imported Chromium cookies to skip login in automated browser scripts?

Yes, you can use imported Chromium cookies to skip login in automated browser scripts. The Skill decrypts selected cookies from your real browser and loads them into the headless session, maintaining an active authenticated state across test runs.

How do I select specific cookie domains to load into a headless browser?

You can select specific cookie domains by opening the interactive cookie picker UI. This allows you to choose exactly which authenticated domains to decrypt and import into your headless session for targeted QA testing.

Does this cookie import process work with Chromium browser data?

Yes, the cookie import process works specifically with real Chromium browser data. It securely decrypts the cookies stored in your Chromium profile and transfers the selected authentication states into a headless browse session.

Why do my authenticated headless browser tests fail without imported cookies?

Authenticated headless browser tests fail without imported cookies because the headless session starts without an active login state. By importing cookies from a real Chromium browser, you provide the necessary authentication context to access protected pages during scripted runs.