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.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.