summarize-yonsei-today

summarize-yonsei-today is a skill for Claude Code, Codex from mrcha033/yonsei-skills. It costs 73 tokens per session (568 once invoked), scanned A, original, no licence file.

A read-only daily briefing for Yonsei students, combining accessible information about classes, scholarships, mileage, graduation, teaching progress, LearnUs, attendance, and campus tasks.

In plain words
What is it for?
Checking what to do today, reviewing campus schedules, and collecting upcoming deadlines.
Why use it?
It brings school information and deadlines into one daily or weekly view instead of requiring separate checks.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present.

Part of the yonsei-student-companion plugin — 6 skills, 1 MCP server shipped together

Good fit Checking what to do today, reviewing campus schedules, and collecting upcoming deadlines.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mrcha033/yonsei-skills/summarize-yonsei-today
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add mrcha033/yonsei-skills --skill summarize-yonsei-today
Clone the repo
git clone --depth 1 https://github.com/mrcha033/yonsei-skills

Made for: Claude Code, Codex.

Or install yonsei-student-companion, the plugin that ships this one along with the rest of its 6 skills, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for summarize-yonsei-today

README.md
[![agentmods](https://agentmods.dev/badge/skills/mrcha033/yonsei-skills/summarize-yonsei-today/github.svg)](https://agentmods.dev/skills/mrcha033/yonsei-skills/summarize-yonsei-today)
Your own site
<a href="https://agentmods.dev/skills/mrcha033/yonsei-skills/summarize-yonsei-today"><img src="https://agentmods.dev/badge/skills/mrcha033/yonsei-skills/summarize-yonsei-today/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for summarize-yonsei-today

Your own site · 80×15
<a href="https://agentmods.dev/skills/mrcha033/yonsei-skills/summarize-yonsei-today"><img src="https://agentmods.dev/badge/skills/mrcha033/yonsei-skills/summarize-yonsei-today.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 73 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 568 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00073 $0.00568
Opus 5 $0.00036 $0.00284
Sonnet 5 $0.00015 $0.00114
Haiku 4.5 $0.00007 $0.00057

Measured 7d ago against content hash 29fb689f784f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

summarize-yonsei-today scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/build_daily_briefing.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/yonsei-student-companion/skills/summarize-yonsei-today/SKILL.md · 61 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 61 lines · 73 tokens per session scan A 29fb689f784f

Subscribe to this mod's changes

summarize-yonsei-today is a skill published in the GitHub repository mrcha033/yonsei-skills (9 stars, last pushed 29d ago), with no licence file. It adds 73 tokens to every session and 568 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

learn

Knowledge compiler. Extracts patterns, decisions, and anti-patterns from completed campaigns and evolve cycles, then compiles them into structured wiki pages that integrate with existing knowledge rather than appending isolated files. Implements flush→compile→lint pipeline. Auto-triggered by /postmortem and /evolve…

SethGammon/Citadel · 66 tokens

houseclean

Cross-drive storage audit and cleanup. Surveys all drives, finds orphaned git worktrees, large AI tool caches (.ollama, .gemini, .cursor, npm, pip), and buildable artifacts (nodemodules, .venv). Produces a prioritized action plan with specific migration commands. Use when disk space is low or worktrees need cleanup…

SethGammon/Citadel · 89 tokens

schedule

Manages recurring and one-off scheduled tasks. Session-scoped scheduling via CronCreate/CronDelete/CronList. Documents the cloud path for tasks that need to survive machine sleep or network drops.

SethGammon/Citadel · 41 tokens

style-skill-creator

A writing tool for creating instructions that teach an AI assistant to follow a particular author's style.

bam-bam-2/solo-skills · 0 tokens

zapier-demo

Walk a new user through setting up their first Zapier action and running it live — the smallest possible win. Asks what app they use, recommends one read action to enable, guides them to mcp.zapier.com to add it, then demonstrates it working in the same chat. Use when the user asks "show me how Zapier works", "set up…

zapier/zapier-mcp · 121 tokens

flow-state

Optimizes individual and team productivity using Csikszentmihalyi's flow state framework, covering the conditions for flow (clear goals, immediate feedback, challenge-skill balance), the four-stage flow cycle, and organizational flow design. Use when auditing personal or team focus time, diagnosing productivity loss…

fatihguner/foreman · 96 tokens