Automates a login flow once, captures the session cookies, sanitizes them through AIDefence to catch raw secrets, then vaults an opaque handle in AgentDB so other browser skills can reuse the session without re-authenticating. Useful when you're repeatedly hitting the same authenticated site and don't want to drive the login dance every time. Handles MFA flows by pausing for user input or TOTP helpers. The vaulted cookie reuse mechanism is still in progress (browser_cookie_use tool reserved but not implemented), so for now downstream skills mount cookies via a bash helper. Never logs raw credentials or tokens. This won't protect you if the agent environment itself is compromised, but it does prevent leaking session secrets through AgentDB.
npx skills add https://github.com/ruvnet/ruflo --skill browser-login