setup-browser-cookies

Import selected cookie domains from Chromium into a headless browser session.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/ClyptAI/Clypt-Backend --skill setup-browser-cookies-clyptai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-browser-cookies
Source: https://github.com/ClyptAI/Clypt-Backend/tree/main/.agents/skills/gstack/setup-browser-cookies
Command: npx skills add https://github.com/ClyptAI/Clypt-Backend --skill setup-browser-cookies-clyptai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Import cookies from your real Chromium browser into the headless browse session. This enables authenticated QA testing without manual login by loading a picker UI to select domains to import.

Core Features & Use Cases

  • Import cookies into a headless browse session to replicate real user authentication.
  • Interactive picker UI to choose which cookie domains to import.
  • Use before QA testing authenticated pages or when validating login flows.

Quick Start

Run the setup-browser-cookies skill and follow the on-screen picker to import domains.

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 real cookies into a headless browser session for QA testing?

Import real cookies from your Chromium browser into a headless session by using an interactive domain picker, which allows you to select specific cookie domains to load for replicating real user authentication during QA testing.

Can I use Chromium cookies to replicate real user authentication in automated tests?

Yes, you can replicate real user authentication in automated tests by importing Chromium cookies into a headless browse session, bypassing manual login flows by selecting the required authentication domains through an interactive picker UI.

What is the best way to authenticate headless browser sessions without manual login?

The best way to authenticate headless browser sessions without manual login is importing existing cookies from your real Chromium browser, utilizing an interactive picker to choose and load specific authenticated domains into the testing context.

Does importing browser cookies into a headless context support selecting specific domains?

Yes, importing browser cookies into a headless context supports selecting specific domains through an interactive picker UI, allowing you to choose exactly which authenticated cookie domains are loaded into the headless browse session for targeted QA testing.

Why do I need to import cookies for validating login flows in headless QA tests?

You need to import cookies for validating login flows in headless QA tests because it replicates real user sessions by transferring Chromium authentication state, eliminating the need to manually handle login credentials or automate complex authentication scripts.