setup-browser-cookies

Import selected Chromium cookies into a headless browse session.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Import cookies from your real Chromium browser into the headless browse session. QA testing authenticated pages often requires manually logging in or maintaining separate cookie states; this skill lets you pick and load cookies to simulate a real session quickly.

Core Features & Use Cases

  • Interactive cookie picker to select which domains to import.
  • Decrypt and load cookies into the headless browser for immediate use.
  • Direct import flow for specific domains, with fallback to picker when needed.

Quick Start

Open the cookie picker, select domains to import, then tell me 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 browser cookies into a headless Playwright session?

To import cookies into a headless session, this skill decrypts cookies from your local Chromium browser and loads selected domains directly into the headless browser context for immediate authenticated access.

Why do I need to load cookies for QA testing instead of logging in manually?

Loading cookies for QA testing eliminates manual authentication steps by transferring your active Chromium session state, allowing automated tests to quickly simulate real user sessions on authenticated pages.

Can I select specific cookie domains to import into the headless browser?

Yes, you can select specific cookie domains using the local interactive picker UI, which allows you to choose exactly which authenticated domains to decrypt and load into the headless session.

Does this skill work with Chromium browser cookies for CDP automation?

Yes, the skill works by extracting and decrypting cookies directly from your local Chromium browser profile, making them available for CDP automation and headless browsing sessions.

What is the process to decrypt and load local cookies for automated testing?

The process involves opening the interactive cookie picker, selecting the desired domains, and confirming your selection to trigger the decryption and loading step that populates cookies in the headless browser.

Do I need a local interactive UI to import cookies into headless sessions?

You need the local interactive picker UI to select specific domains, but you can also use a direct import flow for specific domains which falls back to the picker when needed.