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,…
Resolve and probe official Yonsei course-catalogue and undergraduate or graduate registration entry points without credentials or mutations. Use when diagnosing ysweb.yonsei.ac.kr or underwood1.yonsei.ac.kr reachability, stale requestTimeStr links, redirects, authentication
$ npx -y skills add mrcha033/yonsei-skills --skill diagnose-yonsei-course-access --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/diagnose-yonsei-course-accessContext preview
The summary Claude sees to decide when to auto-load this skill.
Resolve and probe official Yonsei course-catalogue and undergraduate or graduate registration entry points without credentials or mutations. Use when diagnosing ysweb.yonsei.ac.kr or underwood1.yonsei.ac.kr reachability, stale requestTimeStr links, redirects, authentication
name: diagnose-yonsei-course-access description: Resolve and probe official Yonsei course-catalogue and undergraduate or graduate registration entry points without credentials or mutations. Use when diagnosing ysweb.yonsei.ac.kr or underwood1.yonsei.ac.kr reachability, stale requestTimeStr links, redirects, authentication boundaries, or unproven VPN assumptions.
Return one access diagnosis. Distinguish the year-round authenticated Underwood handbook from period-limited registration entry points.
1. For course discovery, follow `$connect-yonsei-session` and try Underwood `수업 → 수강편람 → 조회` first. Report `catalog_available` only after the result grid returns course rows. 2. For an undergraduate or graduate registration failure, diagnose that entry separately. A closed registration window does not imply that the handbook is unavailable. 3. For unauthenticated connectivity diagnosis, resolve and probe the stable entry; never persist a copied `requestTimeStr` value:
python3 "$SKILL_DIR/scripts/yonsei_service.py" list python3 "$SKILL_DIR/scripts/yonsei_service.py" probe course-catalog --json
4. Report the HTTP classification, effective Yonsei host, and whether direct connectivity was established. 5. State separately whether authentication, handbook row access, registration period, or a VPN requirement remains unverified.
The unauthenticated probe proves only that an official UI shell is reachable. The authenticated Underwood command is the course-row path; it is not a public course API.
direct query.
연세대학교 생활에서 자주 반복되는 확인·정리 작업을 자연어로 처리하는 비공식 오픈소스 플러그인 모음입니다. 연세대학교 공식 서비스가 아닙니다. 학교 계정 권한을 늘리거나 수강신청·출석·예약 제한을 우회하지 않습니다.
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…