Read one selected trip on the authorized live Yonsei shuttle page first and classify seats, waitlist-only, sold-out, or unknown status using official client fields; use a user-supplied screenshot, pasted row, export, or JSON only when the live page is unavailable or intentionally supplied. Use after selecting an exact trip; never use for aggressive polling or booking.
Scanned 9/1/2026
Install to Claude Code
npx -y skills add mrcha033/yonsei-skills --skill check-yonsei-shuttle-seats --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Check Yonsei Shuttle Seats?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/mrcha033-check-yonsei-shuttle-seats)More formats (shields.io, HTML) on the badges page.
---
name: check-yonsei-shuttle-seats
description: Read one selected trip on the authorized live Yonsei shuttle page first and classify seats, waitlist-only, sold-out, or unknown status using official client fields; use a user-supplied screenshot, pasted row, export, or JSON only when the live page is unavailable or intentionally supplied. Use after selecting an exact trip; never use for aggressive polling or booking.
---
# Check Yonsei Shuttle Seats
Return one conservative seat-status verdict.
## Prepare the input
Accept an attached shuttle screen or a pasted row and extract only the selected
trip into a private temporary JSON file. Do not ask the user to write JSON.
Keep missing flags unknown and preserve when the screen was captured.
## Run
```bash
python3 "$SKILL_DIR/scripts/check_shuttle_seats.py" --input trip.json
```
Supply one object under `trip`. Include its date, time, route or bus identifier,
`remndSeat`, `resveYn`, and `resveWaitYn` where visible.
The verdict is:
- `seats-available`
- `waitlist-only`
- `sold-out`
- `reservation-closed`
- `unknown`
## Boundaries
- Label the observation as a user-supplied snapshot and preserve its timestamp.
- Return `unknown` when flags or remaining-seat counts conflict or are absent.
- Never treat the result as a reservation receipt.
- Never reserve, cancel, waitlist, spoof eligibility, or poll repeatedly.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!