setup-browser-cookies

Import cookies from a Chromium browser into a headless browser session.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps import cookies from your real Chromium browser into the headless browser session, ensuring you can authenticate and work with authenticated pages without manual cookie management.

Core Features & Use Cases

  • Import Cookies: Import cookies from your Chromium browser into the headless browser session.
  • Authentication: Use for authenticated web pages and tests, eliminating the need to manually log in.
  • Use Case: Before performing QA testing on a secure website, use this Skill to import cookies to simulate a logged-in session and avoid login prompts.

Quick Start

Use the /setup-browser-cookies skill to import cookies from your current browser 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 cookies from my browser into a headless browser session?

You can import cookies from a real Chromium browser into a headless browser session by using this Skill to transfer your local browser profile data, enabling authenticated web interactions in automated workflows.

How do I run automated web QA tests on authenticated pages without manual login?

To run automated web QA tests on authenticated pages, use this Skill to import cookies from your real browser into the headless browser session, simulating a logged-in state and bypassing login prompts.

Does this cookie import tool work with Chromium browser profiles?

Yes, this cookie import tool works with Chromium browser profiles, extracting local cookies to facilitate authenticated web interactions in automated browser scripts and QA testing workflows.

Why do my headless browser automation scripts fail to access authenticated web pages?

Headless browser automation scripts fail to access authenticated web pages when they lack valid session cookies; importing cookies from your real Chromium browser resolves this by passing authentication data directly.

What is the best way to authenticate a headless browser for automated scripts?

The best way to authenticate a headless browser for automated scripts is importing cookies from your real Chromium browser into the session, eliminating manual cookie management and login handling.