Romek – One command to give AI agents your Chrome sessions (github.com) 1 points by jacobgadek 6mo ago ↗ HN
[–] jacobgadek 6mo ago ↗ Hey HN, I built this because I was tired of writing login scripts that break constantly.The problem: AI agents need to authenticate to websites, but login flows are fragile — 2FA, CAPTCHAs, session expiration.My solution: Just grab your existing Chrome session.romek grab linkedin.comThen your agent uses those cookies. No passwords in code, no login scripts.v0.4.0 adds: - romek init / sync / doctor for team workflows - export/import for headless servers - session health checksOpen source, MIT licensed. Feedback welcome.
1 comment
[ 2.7 ms ] story [ 10.6 ms ] threadThe problem: AI agents need to authenticate to websites, but login flows are fragile — 2FA, CAPTCHAs, session expiration.
My solution: Just grab your existing Chrome session.
romek grab linkedin.com
Then your agent uses those cookies. No passwords in code, no login scripts.
v0.4.0 adds: - romek init / sync / doctor for team workflows - export/import for headless servers - session health checks
Open source, MIT licensed. Feedback welcome.