From k-skill
Reuses a logged-in Chrome session to automatically retrieve Hi-pass toll usage history and open receipt popups. Useful for automating toll payment verification.
How this skill is triggered — by the user, by Claude, or both
Slash command
/k-skill:hipass-receiptThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
공식 하이패스 홈페이지(`https://www.hipass.co.kr`)에서 **이미 로그인된 브라우저 세션**을 재사용해:
공식 하이패스 홈페이지(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 ...npx claudepluginhub jhun-kim/k-skill3plugins reuse this skill
First indexed Jun 6, 2026
Reuses a logged-in Chrome session to automatically retrieve Hi-pass toll usage history and open receipt popups. Useful for automating toll payment verification.
Tracks business mileage driven and calculates IRS standard mileage deduction. Validates against gas station, toll, and parking transactions via searches.
Automates Passslot operations via Rube MCP (Composio). Use this skill to discover, connect, and execute Passslot toolkit tools through Rube MCP's automation framework.