setup-browser-cookies

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Import cookies from your real Chromium browser into a headless browse session to enable authenticated testing without manual login.

Core Features & Use Cases

  • Interactive cookie picker: select which domains to import for the current session.
  • Quick integration with headless automation: load cookies into Playwright-based workflows for QA.
  • Use case: before QA on a site with login, quickly bootstrap an authenticated session for testing.

Quick Start

Open the cookie picker, select domains to import, and confirm to load cookies into the headless session.

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

To import browser cookies into a headless Playwright session, use this skill to decrypt cookies from your real Chromium browser and load them directly into your automation workflow for immediate authenticated access.

Can I use my real Chromium cookies for QA testing without manual login?

Yes, you can use your real Chromium cookies for QA testing without manual login by importing them into a headless browser session, which allows you to quickly bootstrap an authenticated environment for testing protected pages.

How do I select specific cookie domains to import for headless automation?

You can select specific cookie domains to import for headless automation by using the skill's interactive cookie picker UI, which lets you choose exactly which domains are loaded into the current Playwright session.

Does importing cookies into a headless browser require any special setup?

Importing cookies into a headless browser requires a one-time build of a browser runner to handle decryption, after which you can use the interactive picker to select and load cookie domains into your Playwright session.

Why do I need to decrypt Chromium cookies before loading them into Playwright?

You need to decrypt Chromium cookies before loading them into Playwright because browsers store cookies in an encrypted format for security, and the skill handles this decryption to make them usable in the headless session.