setup-browser-cookies

Import Chromium browser cookies into headless browsing sessions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates importing session cookies from your Chromium browser into a headless browsing environment, streamlining authenticated testing and automation processes.

Core Features & Use Cases

  • Import Cookies: Extracts cookies from Chrome or Chromium and loads them into a headless browser session.
  • Browser Compatibility: Supports CDP mode to avoid redundant imports if already connected.
  • Use Case: Use when you need to replicate a login session for testing or automation without manual login steps.

Quick Start

Tell the AI to import your Chrome cookies into the headless browsing session to authenticate with websites.

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

To import Chrome cookies into a headless browser session, this Skill finds the Chromium browser binary and runs a cookie-import tool to extract and load your active session data. This allows seamless authenticated browsing without manual login steps.

When do I need to use browser cookies for web automation?

You need to use browser cookies for web automation when replicating an authenticated login session for testing or development. Importing cookies streamlines the process by directly passing your existing Chromium session into a headless environment.

Can I use this to import session cookies in CDP mode?

Yes, you can import session cookies in CDP mode. The Skill supports Chrome DevTools Protocol connections and avoids redundant imports if the headless browser is already connected, maintaining session persistence efficiently.

What is the best way to authenticate a headless Chromium browser without logging in manually?

The best way to authenticate a headless Chromium browser without logging in manually is to extract session cookies from your local browser. This Skill automates finding the browser binary and loading the cookies directly into your automation workflow.

Does this cookie import tool work with all Chromium browsers?

This cookie import tool works with Chromium browsers by locating the browser binary and extracting the session data. It is designed to integrate these cookies into headless sessions for development and testing environments.