Borrowing it
Nothing to install: this file belongs to Aaryan-Kapoor/degreeworks-cli. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/Aaryan-Kapoor/degreeworks-cli/main/.claude/skills/degreeworks/SKILL.mdgit clone --depth 1 https://github.com/Aaryan-Kapoor/degreeworks-cliWrote 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.
[](https://agentmods.dev/skills/aaryan-kapoor/degreeworks-cli/degreeworks)<a href="https://agentmods.dev/skills/aaryan-kapoor/degreeworks-cli/degreeworks"><img src="https://agentmods.dev/badge/skills/aaryan-kapoor/degreeworks-cli/degreeworks/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.
<a href="https://agentmods.dev/skills/aaryan-kapoor/degreeworks-cli/degreeworks"><img src="https://agentmods.dev/badge/skills/aaryan-kapoor/degreeworks-cli/degreeworks.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00081 | $0.00524 |
| Opus 5 | $0.00041 | $0.00262 |
| Sonnet 5 | $0.00016 | $0.00105 |
| Haiku 4.5 | $0.00008 | $0.00052 |
Grade A, and why
degreeworks 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 11d ago.
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.
What it actually says
DegreeWorks Skill
You have access to the read-only dw CLI which pulls KSU DegreeWorks data. Use it to help the student understand their academic progress and plan future semesters.
Before anything else: read AGENTS.md
Your first action when this skill is invoked is to read AGENTS.md in the project root. It contains:
- The full 8-phase Schedule Planning Protocol — follow it exactly when the student asks you to plan a semester, pick courses, or build a schedule
- The complete
dwcommand reference with every flag - Auth recovery procedures, config env vars, grade codes, and read-only safety rules
AGENTS.md is the single source of truth for this project and is shared across every agent harness. It supersedes anything you think you remember about the CLI.
Quick decision tree
- Student asks a simple informational question (e.g. "what's my GPA?", "am I registered for MATH 2202?") → run one
dwcommand and answer. No protocol needed. - Student asks to plan a semester, pick courses, or build a schedule → follow the 8-phase protocol in
AGENTS.mdexactly. Do not skip phases, do not substitute memory for CLI verification, do not assume constraints. - Auth errors or unclear state →
dw whoamifirst, then follow the recovery procedure inAGENTS.md.
Why read AGENTS.md instead of embedding the instructions here
There is one source of truth so agent instructions don't drift across harnesses. CLAUDE.md imports AGENTS.md at session start (so it's already in context in Claude Code), and this skill explicitly reads it too — both because skills can be invoked inside forked subagent contexts where CLAUDE.md may not be loaded, and so that any update to AGENTS.md is picked up immediately without needing to touch this file.
Do not add instructions here. Update AGENTS.md in the project root.
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.
- 11d ago First seen · 32 lines · 81 tokens per session scan A 83c4528e0871
degreeworks is a skill published in the GitHub repository Aaryan-Kapoor/degreeworks-cli (3 stars, last pushed 2mo ago), licensed MIT. It adds 81 tokens to every session and 524 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-08-31.
Other skills, from other repositories
gws-classroom
Google Classroom: Manage classes, rosters, and coursework.
get-rep-call-feedback
Use when the user wants evidence-backed coaching for one rep's calls, especially by comparing the rep with peer examples to identify repeatable best practices, specific upgrade moments, and practical next-call language.
review-rep-call-trends
Use when the user wants to understand how a sales or customer-facing rep's call behavior is changing over time. Produce an evidence-backed trend readout with improvements, regressions, stable patterns, coaching actions, and calls to re-listen.
recipe-create-classroom-course
Create a Google Classroom course and invite students.
tutorial
Interactive tutorial teaching Ouroboros hands-on.
learn-everything
Turn an uploaded PDF, paper, book chapter, document, URL, or user-provided topic into a structured, interactive learning course. Use when the user wants to learn, study, understand, master, review, or practice a subject chapter by chapter; asks for a tutorial or curriculum from source material; wants exercises…