
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 -y skills add nomadamas/k-skill --skill hipass-receipt --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.