This automates Hi-Pass toll receipt retrieval by reusing an already-logged-in Chrome session, not by handling authentication for you. You manually log into the official Hi-Pass portal once, then the skill queries transaction history and opens receipt popups via Chrome DevTools Protocol. It explicitly refuses to store credentials or manage session tokens long-term. When the session expires, it stops and tells you to log in again. The design is constrained by the portal's session management and multi-factor auth requirements, so it treats browser session reuse as the only realistic path. Useful if you need programmatic receipt access but can't automate the login flow itself.
npx skills add https://github.com/nomadamas/k-skill --skill hipass-receipt