setup-browser-cookies

Import cookies from real browsers into a headless session.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Import cookies from real browsers into the headless browse session to reuse authenticated states in automation runs.

Core Features & Use Cases

  • Interactive browser cookie import: opens a picker UI to choose which domains to import and injects them into the headless context for Comet, Chrome, Arc, Brave, and Edge.
  • Pre-QA authentication readiness: run before QA tests of authenticated pages to ensure seamless access across tests.
  • Cross-browser support: works with multiple Chromium-based browsers (Chrome, Edge, Brave, Arc, Comet).

Quick Start

Run the one-time setup to install the cookie picker and enable browser integration.

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 cookies from a real browser into a headless session?

You can import cookies by running a one-time setup, selecting your installed browser, and using the UI-driven domain picker to decrypt and apply persistent login cookies directly into the headless browser context.

Can I reuse authenticated login states for Playwright QA testing across runs?

Yes, you can reuse authenticated login states for QA testing by importing persistent session cookies from a real browser into your headless Playwright context, ensuring seamless access to protected pages across multiple test runs.

Does this cookie import tool work with Brave, Arc, and Edge browsers?

Yes, the cookie import tool works with Brave, Arc, and Edge, alongside Chrome and Comet, by detecting these Chromium-based browsers and decrypting their cookies for use in headless automation environments.

What is the best way to automate authenticated pages without handling login flows in headless mode?

The best way to automate authenticated pages without handling login flows is importing existing session cookies from a real browser profile into the headless context, bypassing authentication steps during QA testing.

Do I need to run a setup process before importing browser cookies for automation?

Yes, you need to run a one-time setup process to install the cookie picker and enable browser integration before you can decrypt and import cookies into your headless automation context.

Why does my headless automation fail to access authenticated pages across different browsers?

Headless automation fails to access authenticated pages when session cookies are missing, a problem solved by decrypting and importing persistent login cookies from real Chromium-based browsers into the headless context.