setup-browser-cookies

Transfer login session cookies from browsers to headless browsing environments.

Updated Oct 29, 2013
One-click install
npx skills add https://github.com/wangfeiv/GitProjects --skill setup-browser-cookies-wangfeiv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-browser-cookies
Source: https://github.com/wangfeiv/GitProjects/tree/main/skills/gstack/setup-browser-cookies
Command: npx skills add https://github.com/wangfeiv/GitProjects --skill setup-browser-cookies-wangfeiv

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you import your logged-in browser cookies into a headless browsing environment, saving you time logging into sites repeatedly.

Core Features & Use Cases

  • Cookie Importation: Detects installed browsers and allows selection of cookie domains to import.
  • UI Interaction: Opens an interactive picker for selecting cookie domains easily.
  • Use Case: Imagine testing a website that requires login. Use this Skill to quickly load your existing browser cookies into a headless session, enabling seamless testing without manual login.

Quick Start

Run the setup script to initialize cookie import capabilities and then open the cookie picker UI to select domains.

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 browser cookies into a headless session for automated testing?

To import browser cookies into a headless session, you run an initialization script that detects installed browsers, then use an interactive picker UI to select specific cookie domains for transfer.

What is the best way to skip manual login when running headless browser automation?

Transferring existing login session cookies from your real browser into a headless environment is the most efficient way to skip manual login and maintain authenticated access during automated testing.

Can I select specific cookie domains to transfer to my headless testing environment?

Yes, you can select specific cookie domains using an interactive picker UI that opens after running the setup script, ensuring only the necessary authenticated session cookies are loaded into the headless browser.

Does this cookie import tool detect all installed browsers automatically?

The setup script automatically detects your installed browsers to facilitate the transfer of login session cookies, allowing you to choose which browser's session data to import for your development workflows.

Why do I need to transfer cookies for headless browser testing?

Transferring cookies is necessary to preserve authenticated states in headless environments, saving time by preventing repeated manual logins during website testing, development, and research workflows.