Read the authorized live Yonsei electronic-attendance page first and summarize present, late, absent, early-leave, excused, and pending records overall and by course; use a user-provided screenshot, pasted table, export, or JSON only when the live page is unavailable or intentionally supplied. Use for authorized attendance history without checking in or changing official records.
Scanned 9/1/2026
Install to Claude Code
npx -y skills add mrcha033/yonsei-skills --skill summarize-yonsei-attendance --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Summarize Yonsei Attendance?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/mrcha033-summarize-yonsei-attendance)More formats (shields.io, HTML) on the badges page.
---
name: summarize-yonsei-attendance
description: Read the authorized live Yonsei electronic-attendance page first and summarize present, late, absent, early-leave, excused, and pending records overall and by course; use a user-provided screenshot, pasted table, export, or JSON only when the live page is unavailable or intentionally supplied. Use for authorized attendance history without checking in or changing official records.
---
# Summarize Yonsei Attendance
Return one attendance summary from the student's authorized live page or one
supplied snapshot.
## Preferred command path
Call `yonsei_student` with `intent: "attendance"`. Normalize attendance rows
from `primary_result` with the bundled summarizer. Use an attachment only when
the official page is unavailable. Never enter a code or perform check-in.
## Prepare the input
When the user attaches an attendance screen, PDF, spreadsheet, or pasted table,
transcribe the recognized course, date, session, and displayed-status fields to
a private temporary JSON file. Do not ask the user to create JSON. Ask about
unreadable rows rather than inferring them.
## Run
```bash
python3 "$SKILL_DIR/scripts/summarize_attendance.py" --input attendance.json
```
Provide `captured_at` and a `records` array. Each row needs a course code, course title, class date, and displayed status. English or Korean field labels and status values are accepted.
Report the snapshot timestamp, computed date range, totals, and per-course breakdown. Unknown statuses and duplicate course/date/session records fail closed.
## Boundaries
- Read only the student's authenticated official attendance page or process
user-supplied attachments, pasted data, or JSON.
- Reject credential or session fields and preserve only recognized attendance fields.
- Never enter an attendance code, attest presence, use Bluetooth or location data, spoof a device, or perform a check-in.
- Do not submit or apply an attendance correction.
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!