setup-browser-cookies

Import browser cookies from Chrome, Edge, and Brave into headless sessions.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/DaviRain-Su/sui-zig-rpc-client --skill setup-browser-cookies-davirain-su
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-browser-cookies
Source: https://github.com/DaviRain-Su/sui-zig-rpc-client/tree/main/.agents/skills/gstack-setup-browser-cookies
Command: npx skills add https://github.com/DaviRain-Su/sui-zig-rpc-client --skill setup-browser-cookies-davirain-su

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill enables quick import of browser cookies from popular browsers into headless sessions for efficient QA testing of authenticated pages.

Core Features & Use Cases

  • Browser Cookie Import: Imports cookies from real browsers like Chrome, Edge, and Brave into headless browser sessions.
  • Interactive Picker UI: Provides an easy-to-use UI for selecting specific cookie domains to import.
  • Use Case: Before QA testing authenticated pages, import the relevant browser cookies to ensure accurate test scenarios.

Quick Start

Use the setup-browser-cookies skill to import cookies from your Chrome browser for 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 browser cookies into a headless browser session for QA testing?

To import browser cookies into a headless browser session for QA testing, use this skill to transfer cookies from real browsers like Chrome, Edge, or Brave. It provides an interactive picker UI to select specific cookie domains, ensuring your automated tests accurately reflect authenticated user states.

Why do my headless browser tests fail on authenticated pages?

Headless browser tests fail on authenticated pages because they lack existing session cookies. This skill solves the problem by importing browser cookies from real profiles like Chrome or Edge into the headless session, enabling accurate QA testing of authenticated pages without manual login scripting.

Does this cookie import tool work with Chrome, Edge, and Brave browsers?

Yes, this cookie import tool works with popular browsers including Chrome, Edge, and Brave. It extracts cookies from these real browser profiles and uses a cookie decryption logic to import them into headless browser sessions for QA testing.

What is the best way to use real browser cookies in automated UI testing?

The best way to use real browser cookies in automated UI testing is importing them directly from your local browser profile. This skill uses an interactive picker UI to select specific cookie domains from Chrome or Edge, bypassing complex authentication flows for accurate test scenarios.

Can I select specific cookie domains to import into my headless test session?

Yes, you can select specific cookie domains to import into your headless test session. The skill provides an interactive picker UI that lets you choose exactly which cookie domains to extract from your real browser and apply to the headless browser session.

Do I need cookie decryption logic to import cookies for headless testing?

Yes, cookie decryption logic is required to import cookies for headless testing. Browsers like Chrome and Edge encrypt cookie data locally, so the skill handles the necessary decryption to extract and load valid session cookies into your headless browser sessions.