setup-browser-cookies

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

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/AkbarDevop/ayah-studio --skill setup-browser-cookies-akbardevop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-browser-cookies
Source: https://github.com/AkbarDevop/ayah-studio/tree/main/.claude/skills/gstack/setup-browser-cookies
Command: npx skills add https://github.com/AkbarDevop/ayah-studio --skill setup-browser-cookies-akbardevop

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires puppeteer, chrome-launcher, and includes scripts (resource) components.

What problem does it solve?

This Skill helps you import cookies from your Chromium browser into a headless browsing session, enabling authenticated testing of web pages.

Core Features & Use Cases

  • Cookie Import: Import cookies from your real Chromium browser into a headless browser session.
  • Interactive Picker: Use an interactive UI to select which cookie domains to import.
  • Use Case: Before QA testing authenticated pages, use this Skill to import cookies for a seamless login and authentication experience.

Quick Start

Run the setup-browser-cookies skill and follow the prompts to import cookies from your browser.

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 session?

To import cookies from a Chromium browser into a headless session, you run the setup process and use the interactive picker to select specific cookie domains for authenticated web testing.

Can I use Puppeteer for authenticated web testing without manually logging in?

Yes, you can achieve authenticated web testing with Puppeteer by importing existing browser cookies into your headless session, bypassing manual login requirements for QA testing environments.

Does this cookie management tool support selecting specific domains to import?

Yes, the cookie management process includes an interactive UI picker that allows you to select specific cookie domains from your Chromium browser to import into the headless browser session.

What is the best way to handle authentication in headless browser automation?

The best way to handle authentication in headless browser automation is importing valid session cookies from your local Chromium browser directly into the headless environment for seamless access.

Do I need Chrome Launcher and Puppeteer to set up browser cookies for QA testing?

Yes, setting up browser cookies for QA testing requires Puppeteer and chrome-launcher dependencies to detect your Chromium browser and manage the cookie import into the headless session.