Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add tuan3w/obsidian-vault-agent/plugin install obsidian-vault-agentWrote 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/tuan3w/obsidian-vault-agent/course)<a href="https://agentmods.dev/skills/tuan3w/obsidian-vault-agent/course"><img src="https://agentmods.dev/badge/skills/tuan3w/obsidian-vault-agent/course/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/tuan3w/obsidian-vault-agent/course"><img src="https://agentmods.dev/badge/skills/tuan3w/obsidian-vault-agent/course.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.00111 | $0.03921 |
| Opus 5 | $0.00056 | $0.01961 |
| Sonnet 5 | $0.00022 | $0.00784 |
| Haiku 4.5 | $0.00011 | $0.00392 |
Grade A, and why
course scanned grade A with 1 finding 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 9d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -sL "SLIDES_PDF_URL" -o "$SLIDES_DIR/lecture-${LECTURE_NUM}.pdf" How it starts
The opening of the file, as written. The whole thing — 448 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Process mode (default): Crawl an online course page, extract the lecture schedule with all materials (slides PDFs, YouTube videos, readings), then process each lecture into a detailed vault-formatted note with embedded slide images and synthesized transcripts. Creates a Course index note linking everything together.
Refine mode: Re-read existing course lecture notes and improve them — deepen equation explanations, add missing analogies, fix structure, strengthen cross-references. Triggered when user says "refine", "improve", "fix", or references existing course notes rather than a URL.
This is an orchestrator — it coordinates downloading, extraction, and synthesis across multiple lectures, producing a complete course knowledge package in the vault.
<Use_When>
- User shares a course URL (syllabus, schedule, or homepage)
- User says "process this course" or "take notes on these lectures"
- User pastes a university course page with a lecture list
- User wants to batch-process a series of lectures from one course
- User has a YouTube playlist of course lectures
- User wants to refine/improve existing course notes ("refine mit diffusion notes", "improve L03") </Use_When>
<Do_Not_Use_When>
- User has a single YouTube video (use /youtube)
- User has a single local video file (use /lecture)
- User wants to process an existing vault note that's NOT a lecture (use /process)
- User wants a single paper summarized (use /paper) </Do_Not_Use_When>
Stage 1: CRAWL — Extract the Lecture List
Parse the course URL from $ARGUMENTS. If no URL, ask the user.
Fetch the course page and extract structured lecture data:
WebFetch(
url="COURSE_URL",
prompt="Extract the complete course structure as JSON. For each lecture/session, include:
- number (int)
- title (string)
- date (string, if available)
- slides_url (string or null — look for PDF links to slides/lecture notes)
- video_url (string or null — look for YouTube links)
- readings (array of {title, url} — papers, blog posts, textbook chapters)
- description (string or null — any summary text)
Also extract:
- course_title (string)
- course_code (string or null)
- instructors (array of strings)
- course_url (string — the page URL)
- course_notes_url (string or null — if there's a single PDF of all course notes)
Return ONLY valid JSON, no markdown fencing."
)
Parse the JSON response. If the page has relative URLs for slides/videos, resolve them against the course URL's base.
Handle edge cases:
- If the page is a YouTube playlist: extract video IDs and titles from the playlist
- If slides URLs are relative (e.g.,
../docs/lecture_01.pdf): resolve to absolute URLs - If no structured schedule found: ask user to provide lecture list manually
What ships with it
2 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.
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.
- 9d ago First seen · 448 lines · 111 tokens per session scan A 94fd2d17064f
course is a skill published in the GitHub repository tuan3w/obsidian-vault-agent (39 stars, last pushed 5mo ago), licensed MIT. It adds 111 tokens to every session and 3,921 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
documentation-writer
Diátaxis Documentation Expert. An expert technical writer specializing in creating high-quality software documentation, guided by the principles and structure of the Diátaxis technical documentation authoring framework. Templates for tutorial / how-to / reference / explanation live under templates/.
math-help
Guide to the math cognitive stack - what tools exist and when to use each.
math
Unified math capabilities - computation, solving, and explanation. I route to the right tool.
groups
Problem-solving strategies for groups in abstract algebra.
rings
Problem-solving strategies for rings in abstract algebra.
analytic-functions
Problem-solving strategies for analytic functions in complex analysis.