Skip to content
Automation
Skill

/summarize-yonsei-attendance

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

From plugin
yonsei-skills
952 skills1 MCP
Install
$ npx -y skills add mrcha033/yonsei-skills --skill summarize-yonsei-attendance --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/summarize-yonsei-attendance

Context preview

The summary Claude sees to decide when to auto-load this skill.

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

SKILL.md

summarize-yonsei-attendance.SKILL.md
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

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.
Read more
Ships withyonsei-skills

연세대학교 생활에서 자주 반복되는 확인·정리 작업을 자연어로 처리하는 비공식 오픈소스 플러그인 모음입니다. 연세대학교 공식 서비스가 아닙니다. 학교 계정 권한을 늘리거나 수강신청·출석·예약 제한을 우회하지 않습니다.

Get the whole plugin

Other skills on yonsei-skills.