Skip to content
Automation
Skill

/diagnose-yonsei-course-access

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

From plugin
yonsei-skills
952 skills1 MCP
Install
$ npx -y skills add mrcha033/yonsei-skills --skill diagnose-yonsei-course-access --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/diagnose-yonsei-course-access

Context 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

SKILL.md

diagnose-yonsei-course-access.SKILL.md
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.

Diagnose Yonsei Course Access

Return one access diagnosis. Distinguish the year-round authenticated Underwood handbook from period-limited registration entry points.

Workflow

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.

Boundaries

  • Never claim that a successful probe fetched course rows or seat counts.
  • Never ask the student to capture the handbook before trying its authenticated

direct query.

  • Never request a Yonsei password or OTP.
  • Diagnose authenticated network failure before considering any VPN requirement; do not launch a VPN client.
  • Never submit, cancel, waitlist, poll, or modify a registration.
Read more
Ships withyonsei-skills

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

Get the whole plugin

Other skills on yonsei-skills.