setup-browser-cookies

Import decrypted Chromium cookies into a headless Playwright session.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Import cookies from your real Chromium browser into the headless browse session to preserve login state during automated tests.

Core Features & Use Cases

  • Interactive picker UI to select which cookie domains to import for QA testing.
  • Decrypts cookies and loads them into the headless Playwright session for deterministic test runs.
  • Supports on-demand imports to quickly authenticate pages without manual login steps.

Quick Start

Open the cookie picker, select domains to import, and load them 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 real browser cookies into a Playwright headless session?

To import real browser cookies into a Playwright headless session, use the interactive picker UI to select specific cookie domains. The tool decrypts and loads them on demand, preserving login state for automated QA testing.

Why do my automated tests fail after login when running Playwright headless?

Automated tests fail in headless Playwright because the session lacks existing authentication states. Importing decrypted cookies from a real Chromium browser into the headless session resolves this by loading authenticated states on demand.

Can I select specific cookie domains to load into Playwright for QA testing?

Yes, you can select specific cookie domains to load into Playwright. The interactive picker UI lets you choose exactly which domains to import before running your automated tests, ensuring deterministic test execution.

What is the best way to skip manual login steps in headless browser automation?

The best way to skip manual login steps in headless browser automation is importing decrypted cookies from a real Chromium browser. This loads authenticated sessions on demand, bypassing manual login workflows for QA testing.

Does importing Chromium cookies into headless Playwright support on-demand loading?

Yes, importing Chromium cookies into headless Playwright supports on-demand loading. You open the cookie picker, select your target domains, and the tool loads the decrypted cookies into the session exactly when needed for testing.