setup-browser-cookies

Import Chromium browser cookies into a headless CDP session.

2|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/az9713/paperclip-gstack-company --skill setup-browser-cookies-az9713
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-browser-cookies
Source: https://github.com/az9713/paperclip-gstack-company/tree/main/gstack/setup-browser-cookies
Command: npx skills add https://github.com/az9713/paperclip-gstack-company --skill setup-browser-cookies-az9713

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the problem of importing cookies from your real Chromium browser into a headless browse session, enabling a seamless browsing experience when testing authenticated pages.

Core Features & Use Cases

  • Import Cookies: Import cookies from your real browser into the headless browse session.
  • Interactive Picker UI: Provides an interactive picker UI for selecting cookie domains to import.
  • Preparation for QA Testing: Essential for QA testing of authenticated pages.

Quick Start

To import cookies from your browser, run the 'setup-browser-cookies' skill.

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 browser into a headless browsing session?

To import cookies into a headless browsing session, run the setup-browser-cookies skill. It transfers cookies from your real Chromium browser to maintain session state for testing authenticated pages.

What is the best way to test authenticated pages in a headless browser?

Testing authenticated pages in a headless browser requires importing existing session cookies. This skill extracts cookies from your Chromium browser to maintain authentication state during QA workflows.

How do I use Playwright to set up cookies for CDP browser automation?

To set up cookies for CDP browser automation, establish a browser connection via Playwright or a similar tool. This skill then imports cookies from your connected Chromium browser into the session.

Can I select specific cookie domains to import for QA testing?

Yes, you can select specific cookie domains for QA testing. The skill provides an interactive picker UI that allows you to choose exactly which cookie domains to import into the headless session.

Do I need a CDP connection to import cookies for headless browsing?

Yes, a CDP connection is required to import cookies for headless browsing. The browser must be connected via the Chrome DevTools Protocol using Playwright or a similar browser automation tool.