setup-browser-cookies

Import Chromium cookies into a headless Playwright session via an interactive picker.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Import cookies from your real Chromium browser into the headless browse session.

Core Features & Use Cases

  • Interactive cookie picker UI that lets you select which cookie domains to import.
  • One-time browser shim/build checks and automatic setup for bun installation if needed.
  • Load cookies into the Playwright (or headless) session to preserve authenticated states for QA testing.

Quick Start

Run the cookie picker to import domains, then tell me when you're done.

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 Playwright headless browser session?

To import cookies into a Playwright headless browser session, use an interactive picker UI to select specific Chromium cookie domains for decryption and loading into the browser context.

Can I test authenticated pages in a headless browser without manually logging in?

Yes, you can test authenticated pages in a headless browser by importing your real Chromium cookies to preserve ongoing sessions, bypassing the need for manual login during QA testing.

Do I need bun to set up browser cookies for QA automation?

You need bun for dependency installation if needed during the one-time browser shim build, which prepares the environment to decrypt and load cookies into the headless browser context.

How do I select which cookie domains to load into my headless browser?

You select which cookie domains to load into your headless browser using an interactive cookie picker UI, allowing you to choose specific authenticated domains for your QA testing session.

What is required to decrypt Chromium cookies for automation testing?

Decrypting Chromium cookies for automation testing requires a one-time browser shim build and a UI-driven flow that handles the decryption and loading of cookies into the Playwright browser context.

Why are my imported browser cookies not working in headless mode?

Imported browser cookies might not work in headless mode if the one-time browser shim build was skipped or failed, preventing the UI-driven flow from properly decrypting and loading cookies into the browser context.