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.
공식 하이패스 홈페이지(https://www.hipass.co.kr)에서 이미 로그인된 브라우저 세션을 재사용해:
까지를 반자동으로 돕는다.
JSESSIONID 쿠키만 저장해 장시간 재사용하는 방식은 지원하지 않는다.user-data-dir / remote-debugging 재사용이다.현재 공개 페이지 기준으로:
session_time=1200 이 노출된다./comm/sessionCheck.do/comm//sessionout.domgs_type 11/12 후 /comm/lginpg.do 로 이동한다./usepculr/InitUsePculrTabSearch.do → hpForm submit → /usepculr/UsePculrTabSearchList.do 흐름이다./usepculr/UsePculrReceiptPrint.do 팝업 진입으로 이어진다.즉 v1은 “로그인된 Chrome 세션 재사용” 이 가장 현실적이다.
npm install hipass-receipt 또는 이 레포에서 npm install (playwright-core 포함)hipass-receipt chrome-command --profile-dir "$HOME/.cache/k-skill/hipass-chrome" --debugging-port 9222
위 명령이 출력한 Chrome 실행문으로 브라우저를 띄운 뒤, 사용자가 직접 https://www.hipass.co.kr/comm/lginpg.do 에 로그인한다.
hipass-receipt list \
--cdp-url http://127.0.0.1:9222 \
--start-date 2026-04-01 \
--end-date 2026-04-07 \
--page-size 30
--encrypted-card-number 등으로 더 좁힐 수 있다.--encrypted-card-number 는 CLI의 기존 --ecd-no 별칭이다.rowIndex 를 확인한다.hipass-receipt receipt \
--cdp-url http://127.0.0.1:9222 \
--start-date 2026-04-01 \
--end-date 2026-04-07 \
--row-index 1
영수증/출력 control 을 클릭한다./comm/lginpg.do 재로그인만 안내한다.hipass-receipt fixture-demo --fixture ...juliusbrussee/caveman
mattpocock/skills
shadcn/improve
obra/superpowers
forrestchang/andrej-karpathy-skills
vercel-labs/skills