setup-browser-cookies
Originally fromgarrytan/gstack
Installation
SKILL.md
Runtime Notes
- Ask the user directly when the workflow says to stop for input.
- Treat
AGENTS.md,TODO.md, andTODOS.mdas the likely sources of repo-local instructions. - Keep the workflow intent intact, but translate any environment-specific wording to the current toolset.
Setup Browser Cookies
Import logged-in sessions from your real Chromium browser into the headless browse session.
How it works
- Find the browse binary
- Run
cookie-import-browserto detect installed browsers and open the picker UI - User selects which cookie domains to import in their browser
- Cookies are decrypted and loaded into the Playwright session
Steps
Related skills