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,…
Connect once to the official Yonsei Portal in a persistent managed browser profile, reuse supported school SSO sessions, and resume after expiry without collecting credentials. Use when a student says 로그인, 포털 연결, 로그인 유지, 세션 만료, or asks to use an authenticated Yonsei service such
$ npx -y skills add mrcha033/yonsei-skills --skill connect-yonsei-session --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/connect-yonsei-sessionContext preview
The summary Claude sees to decide when to auto-load this skill.
Connect once to the official Yonsei Portal in a persistent managed browser profile, reuse supported school SSO sessions, and resume after expiry without collecting credentials. Use when a student says 로그인, 포털 연결, 로그인 유지, 세션 만료, or asks to use an authenticated Yonsei service such
name: connect-yonsei-session description: Connect once to the official Yonsei Portal in a persistent managed browser profile, reuse supported school SSO sessions, and resume after expiry without collecting credentials. Use when a student says 로그인, 포털 연결, 로그인 유지, 세션 만료, or asks to use an authenticated Yonsei service such as academic information, LearnUs, attendance, shuttle, space, library, counseling, student ID, or certificates.
Use the persistent Yonsei-managed Chrome, Edge, or Chromium profile. Keep the official browser session as the shared login layer for later Yonsei tasks.
Call `yonsei_bridge_connect`. It opens or reuses the managed browser and reports the exact official login page. Let the student finish authentication in that page, then call it again before resuming the original request.
1. Reuse the Yonsei-managed browser profile. On a host that explicitly exposes an already open official tab to the bridge, it may attach to that tab; otherwise it opens its own persistent profile at:
`https://portal.yonsei.ac.kr/ui/index.html`
2. Check the visible page only. Do not inspect cookies, browser storage, saved passwords, network credentials, or profile files. When an HTML snapshot was supplied instead of a live browser, classify it without extracting credentials:
python3 "$SKILL_DIR/scripts/classify_login_page.py" \
--html "<snapshot>" \
--success-marker "<visible authorized service label>"3. Open Portal first, then follow its visible **학사정보시스템/Underwood** link when the requested task is in Underwood. Let the official redirect perform SSO in that same profile; do not reconstruct the POST or copy session data. 4. If the requested service opens without an ID, password, MFA, or portal-login screen, continue without interrupting the student. 5. If authentication is required, leave that exact official tab open and ask the student once to finish login there. Never ask for a password or OTP in chat and never move those values into a terminal command. 6. After the student finishes, resume in the same browser profile and open the requested service again. Treat visible service content, not a portal HTTP response or a stored-cookie claim, as proof that login worked. 7. Keep using the same managed browser profile for academic information, LearnUs, attendance, shuttle, library, counseling, student ID, and certificates. Do not start a separate headless browser for each service. 8. If a downstream service has a separate institutional login, such as the current space-reservation service, group the remaining login screens together, let the student complete each official screen once, then continue the original task. 9. On expiry, record the requested service and last confirmed read-only step, return to the official login screen in the same profile, ask for one login handoff, and resume from that safe step. Never repeat an uncertain reservation, application, issuance, or payment action after reauthentication.
Read `references/browser-session.md` when deciding whether a page is connected, expired, or service-specific.
Report only:
Do not expose identifiers, credentials, cookies, or authentication parameters.
연세대학교 생활에서 자주 반복되는 확인·정리 작업을 자연어로 처리하는 비공식 오픈소스 플러그인 모음입니다. 연세대학교 공식 서비스가 아닙니다. 학교 계정 권한을 늘리거나 수강신청·출석·예약 제한을 우회하지 않습니다.
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…