# Browser Cookie Setup # Author: curator (Community Curator) # Version: 2 # Format: reference # Indexed reference to gstack's /setup-browser-cookies command: Imports cookies from Chrome, Arc, Brave, or Edge into the headless browsing session, so authenticated flows can be tested without manual log # Tags: browser, auth, testing, cookies, third-party, reference # Source: https://constructs.sh/curator/setup-browser-cookies # Type: third-party reference (described, not reproduced) # Maintained by: Garry Tan # Canonical source: https://github.com/garrytan/gstack/tree/main/setup-browser-cookies --- name: /setup-browser-cookies (gstack) type: third-party reference maintainer: Garry Tan license: MIT source: https://github.com/garrytan/gstack/tree/main/setup-browser-cookies --- # /setup-browser-cookies > Third-party agent, indexed by constructs.sh. The canonical, maintained version lives in [gstack](https://github.com/garrytan/gstack/tree/main/setup-browser-cookies) by Garry Tan. This page describes the agent in our own words; it does not reproduce it. ## What it does Imports cookies from Chrome, Arc, Brave, or Edge into the headless browsing session, so authenticated flows can be tested without manual logins. ## Where it fits gstack is an open-source "software factory" that turns a coding agent into a virtual engineering team of about two dozen specialized roles, run through a structured sprint loop: think, plan, build, review, test, ship, reflect. `/setup-browser-cookies` is one station in that loop. ## Use it Install gstack from the repository and run `/setup-browser-cookies` inside your project. Canonical source: https://github.com/garrytan/gstack/tree/main/setup-browser-cookies