Read an authorized live LearnUs course first and extract deadlines visibly associated with assignment activities; use a user-supplied screenshot, pasted page, export, or JSON only when the live page is unavailable or intentionally supplied. Use when the user asks what is due, wants a course deadline report, or needs dated assignments without unrelated page dates.
Scanned 9/1/2026
Install to Claude Code
npx -y skills add mrcha033/yonsei-skills --skill list-learnus-deadlines --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of List Learnus Deadlines?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/mrcha033-list-learnus-deadlines)More formats (shields.io, HTML) on the badges page.
---
name: list-learnus-deadlines
description: Read an authorized live LearnUs course first and extract deadlines visibly associated with assignment activities; use a user-supplied screenshot, pasted page, export, or JSON only when the live page is unavailable or intentionally supplied. Use when the user asks what is due, wants a course deadline report, or needs dated assignments without unrelated page dates.
---
# List LearnUs Deadlines
Return one result only: assignment deadlines supported by visible course-page associations.
## Workflow
1. When a browser is available, reuse the student's authenticated LearnUs
profile, select the exact course from **My courses**, and read its visible
assignment activities. If login appears, invoke `$manage-learnus-session`
once and resume in the same browser.
2. When an HTML course snapshot is supplied, or the student explicitly chose
optional terminal mode, parse it with:
```bash
python3 "$SKILL_DIR/scripts/list_deadlines.py" \
--html "<snapshot>" \
--base-url "https://ys.learnus.org/course/view.php?id=<course-id>"
```
3. Return assignment label, associated deadline, redacted URL, and association
evidence. Preserve course order.
4. Report assignments with ambiguous or missing dates separately; never promote
a page-global date to a deadline.
5. If a supplied snapshot returns `login_required`, invoke
`$manage-learnus-session`. If it is `blocked`, stop.
6. Delete temporary HTML after extraction.
## Boundaries
- Prefer a visible `마감`, `제출기한`, `종료`, or `due` label in the assignment's nearest activity container.
- Associate an unlabelled date only when exactly one date appears in that activity container.
- Do not infer deadlines from filenames, neighboring activities, calendars, or page-global dates.
- Do not submit assignments or claim completion.
Run `python3 "$SKILL_DIR/scripts/verify_deadline_report.py"` after parser changes.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!