setup-browser-cookies

Import cookies from real Chromium browsers into headless sessions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

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

Core Features & Use Cases

  • Interactive cookie picker: choose which domains to import into the headless session.
  • Browser compatibility: supports Comet, Chrome, Arc, Brave, and Edge.
  • Quick setup and persistent sessions: ensures cookies are available across commands and pages during QA.

Quick Start

Start the cookie picker with the browse tool and select the domains you want to import.

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 Playwright headless tests?

To import real browser cookies into Playwright headless tests, use an interactive picker to select domains, enabling authenticated QA testing without manual login. This supports persistent sessions across commands and pages.

Can I use cookies from Arc or Brave for automated authenticated testing?

Yes, you can use cookies from Arc or Brave for automated authenticated testing. The cookie import process supports Comet, Chrome, Arc, Brave, and Edge browsers for loading domain-level cookies into headless sessions.

What is the best way to skip manual login in headless QA testing?

The best way to skip manual login in headless QA testing is importing existing authenticated cookies from your real Chromium browser into the headless session. A one-time setup and interactive domain picker ensure persistent sessions across pages.

Does cookie import support domain-level control for multiple sites?

Yes, cookie import supports domain-level control for multiple sites. The interactive cookie picker UI lets you choose exactly which domains to import into the headless browsing session for targeted QA testing across pages.

Why does my headless browser session lose authentication across pages?

Your headless browser session loses authentication because cookies are not persisted by default. Importing real-browser cookies with persistent session support ensures they remain available across commands and pages during QA testing.