setup-browser-cookies

Import cookies from a Chromium browser into a headless session.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/nhattran998/personal-athlete-agent --skill setup-browser-cookies-nhattran998
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-browser-cookies
Source: https://github.com/nhattran998/personal-athlete-agent/tree/main/.agents/skills/gstack-setup-browser-cookies
Command: npx skills add https://github.com/nhattran998/personal-athlete-agent --skill setup-browser-cookies-nhattran998

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Import cookies from a real Chromium browser into the headless browse session to preserve authenticated states.

Core Features & Use Cases

  • Import cookies from real browser into headless session with domain-level picker.
  • Open interactive UI to select cookie domains to import.
  • Use before QA testing authenticated pages and when asked to "import cookies", "login to the site", or "authenticate the browser".

Quick Start

Tell me to import cookies from my Chromium browser to seed the 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 real-browser cookies into a headless session for QA testing?

To import real-browser cookies into a headless session, this Skill uses an interactive picker UI to select specific cookie domains from your real Chromium browser and loads them into the headless session to preserve authenticated states. It is designed for QA testing of authenticated pages.

Can I authenticate a headless browser using my existing Chromium profile?

Yes, you can authenticate a headless browser using your existing Chromium profile. The Skill imports cookies from the real Chromium browser profile into the headless session, preserving your authenticated states so you can bypass login flows during QA testing.

What do I need to set up before importing cookies into a headless browser?

Before importing cookies into a headless browser, you need the gstack environment and a working Chromium profile with existing authenticated sessions. The Skill requires these prerequisites to successfully load cookies into the headless session for QA testing.

Does this cookie import tool let me choose which domains to authenticate?

Yes, the cookie import tool lets you choose which domains to authenticate. It opens an interactive UI picker that allows you to select specific cookie domains from your real Chromium browser to import into the headless session, preventing unnecessary cookie clutter.

When should I use a headless browser cookie import tool?

You should use a headless browser cookie import tool before QA testing authenticated pages or when you request to "import cookies" or "authenticate the browser." It preserves real-browser authenticated states in the headless session to bypass manual login steps during automated testing.