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,…
Search and submit a Yonsei space reservation request on Windows, macOS, or Linux through the official authenticated space system using date, time, headcount, purpose, building, and equipment preferences. Use after the student asks to actually apply for a classroom or campus
$ npx -y skills add mrcha033/yonsei-skills --skill submit-yonsei-space-request --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/submit-yonsei-space-requestContext preview
The summary Claude sees to decide when to auto-load this skill.
Search and submit a Yonsei space reservation request on Windows, macOS, or Linux through the official authenticated space system using date, time, headcount, purpose, building, and equipment preferences. Use after the student asks to actually apply for a classroom or campus
name: submit-yonsei-space-request description: Search and submit a Yonsei space reservation request on Windows, macOS, or Linux through the official authenticated space system using date, time, headcount, purpose, building, and equipment preferences. Use after the student asks to actually apply for a classroom or campus space, not merely draft the request.
Use the official browser form and separate preparation from the final submission.
Call `yonsei_student` with `intent: "space"`. Put date, start/end time, headcount, purpose, building, equipment, organizer, and contact in `request`; never pass screen labels. After selection, repeat with its `selection_id`, `action: "submit"`, and `confirmed: true`. Report only `primary_result`.
1. Run `scripts/platform_support.py` internally and follow `references/cross-platform.md`. Reuse the student's persistent Yonsei browser profile and any already open official portal tab. Do not start an isolated headless browser. Open `https://space.yonsei.ac.kr/`. 2. If login is required, leave the exact official page open and ask the student once to sign in there. Resume this workflow in the same browser profile. Never request the password in chat or inspect cookies, local storage, or saved passwords. 3. Collect date, start and end time, headcount, purpose, preferred building, required equipment, organizer, and contact information. 4. Search the official page. Transcribe the exact selected room, displayed capacity, available interval, fee when shown, and any required agreement. 5. Run `$check-yonsei-space-rules`, then `$prepare-yonsei-space-request`. 6. Build the reviewed action summary:
python3 "$SKILL_DIR/scripts/prepare_space_submission.py" --input "<temporary-json>"
7. Stop when the result is not `ready_for_confirmation`. 8. Fill the official form, but do not click the final application button yet. 9. Immediately before submission, ask for confirmation naming the room, date, time, headcount, purpose, displayed fee, and contact information being sent. 10. Submit once. Do not automatically retry an uncertain response. 11. Verify the request in the official application history and report its request number and status. Do not describe a submitted request as approved.
fees, approval, or permit requirements.
confirmation.
`verification-required` and do not submit it again.
연세대학교 생활에서 자주 반복되는 확인·정리 작업을 자연어로 처리하는 비공식 오픈소스 플러그인 모음입니다. 연세대학교 공식 서비스가 아닙니다. 학교 계정 권한을 늘리거나 수강신청·출석·예약 제한을 우회하지 않습니다.
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…