Romek – One command to give AI agents your Chrome sessions(github.com)1 points·by jacobgadek·6 เดือนที่ผ่านมา·1 commentsgithub.comRomek – One command to give AI agents your Chrome sessionshttps://github.com/jacobgadek/romek1 commentsPost comment[–]jacobgadek·6 เดือนที่ผ่านมาreplyHey 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.
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.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.