list-learnus-courses
Read the authorized user's live LearnUs dashboard first and return the visible course index as a deduplicated structured list; use a user-supplied screenshot,…
Manage Yonsei dorm applications, payment and room status, roommate requests, overnight stays, repairs, facility bookings, move-in, and move-out through the official authenticated browser. Use when a student asks for any Sinchon, International Campus, or Mirae dorm task.
$ npx -y skills add mrcha033/yonsei-skills --skill manage-yonsei-dorm-life --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/manage-yonsei-dorm-lifeContext preview
The summary Claude sees to decide when to auto-load this skill.
Manage Yonsei dorm applications, payment and room status, roommate requests, overnight stays, repairs, facility bookings, move-in, and move-out through the official authenticated browser. Use when a student asks for any Sinchon, International Campus, or Mirae dorm task.
name: manage-yonsei-dorm-life description: Manage Yonsei dorm applications, payment and room status, roommate requests, overnight stays, repairs, facility bookings, move-in, and move-out through the official authenticated browser. Use when a student asks for any Sinchon, International Campus, or Mirae dorm task.
Handle a dorm request from natural language while preserving the student's authenticated browser session on Windows, macOS, or Linux.
Call `yonsei_student` with `intent: "dorm"` and put campus, dorm, date, reason, facility, roommate, or issue in `request`. Status is read-only. For an application, booking, cancellation, or report, review `primary_result`, then repeat with the selected ID and `confirmed: true`.
1. Follow `$connect-yonsei-session`, identify the student's campus and dorm, and open the visible official dorm or Underwood menu in the same persistent browser profile. 2. Translate the request into one action: application, payment/status check, roommate, overnight stay, repair, facility booking, move-in, or move-out. 3. Read the current eligibility, application window, active status, facility availability, and required fields from the official page. Do not reuse an old semester's rules. 4. Prepare the request:
python3 "$SKILL_DIR/scripts/prepare_dorm_action.py" --input "<temporary-json>"
5. Ask only for fields still missing. For a status check, report the visible result without changing anything. 6. For an application, booking, report, or cancellation, fill the official form, show the exact dorm, date/time, facility or issue, and reason, then ask for confirmation immediately before the final button. 7. Click once and verify the official application number or updated state.
the reviewed request so the student can press the final button.
연세대학교 생활에서 자주 반복되는 확인·정리 작업을 자연어로 처리하는 비공식 오픈소스 플러그인 모음입니다. 연세대학교 공식 서비스가 아닙니다. 학교 계정 권한을 늘리거나 수강신청·출석·예약 제한을 우회하지 않습니다.
Read the authorized user's live LearnUs dashboard first and return the visible course index as a deduplicated structured list; use a user-supplied screenshot,…
Read an authorized live LearnUs course first and extract deadlines visibly associated with assignment activities; use a user-supplied screenshot, pasted page,…
Read an authorized live LearnUs course first and extract its files, folders, resources, and visible media entries as a structured material list; use a…
Connect to Yonsei LearnUs in the student's persistent browser profile, reuse the official portal login, and recover from session expiry without receiving…
Read the student's authorized Underwood credit-progress table and calculate advisory Yonsei graduation progress from official entry-year, college, and major…
Normalize enrollment and academic-status fields from a user-provided Yonsei Academic Information System screenshot, pasted table, export, or JSON, identify…