setup-browser-cookies

Import Chromium browser cookies into headless sessions for authenticated QA testing.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Import cookies from your real Chromium browser into the headless browse session to enable authenticated QA testing.

Core Features & Use Cases

  • Import cookies from Chrome, Arc, Brave, Edge, or Chromium to preserve logged-in sessions in headless tests.
  • Interactive setup with browser and domain selection to tailor cookie imports for your app, plus verification steps to confirm import success.
  • Use cases include automated QA sessions, performance testing on authenticated pages, and debugging login flows in headless environments.

Quick Start

Run the browser-cookie setup to import your real browser cookies for authenticated QA testing.

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

To import cookies for authenticated QA, you can use an interactive setup flow that extracts session cookies from your local Chromium browser and injects them into the headless browse session to preserve logged-in states.

Can I import cookies from Brave, Arc, or Edge into a headless browser for testing?

Yes, cookie import supports multiple Chromium-based browsers including Chrome, Arc, Brave, Edge, and Chromium, allowing you to extract and preserve authenticated sessions across these platforms for automated tests.

What is the purpose of using real browser cookies in headless automated tests?

Using real browser cookies in headless automated tests simulates a logged-in state across domains, which is essential for performance testing on authenticated pages, debugging login flows, and running QA workflows without manual logins.

How do I select specific domains when importing cookies for a headless QA session?

During the interactive cookie setup flow, you are guided through domain selection to tailor the import for your specific app, ensuring only the necessary session cookies are transferred to the headless environment.

Does importing cookies into a headless browser require any specific detection data?

Yes, the cookie import process requires RKstack detection data to identify the browser source and execute the browser-specific commands needed to transfer and preserve cookies correctly.

Are there verification steps to confirm a headless cookie import was successful?

Yes, the interactive setup includes verification steps after the browser-specific cookie import commands are executed, confirming that the logged-in state was successfully preserved in the headless session.