Borrowing it
Nothing to install: this file belongs to az9713/claude_skill_hn_mcp_server. 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/az9713/claude_skill_hn_mcp_server/main/.claude/skills/youtube-transcript-to-lecture-notes-skill/SKILL.mdgit clone --depth 1 https://github.com/az9713/claude_skill_hn_mcp_serverWrote 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/az9713/claude_skill_hn_mcp_server/youtube-transcript-to-lecture-notes-skill)<a href="https://agentmods.dev/skills/az9713/claude_skill_hn_mcp_server/youtube-transcript-to-lecture-notes-skill"><img src="https://agentmods.dev/badge/skills/az9713/claude_skill_hn_mcp_server/youtube-transcript-to-lecture-notes-skill/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/az9713/claude_skill_hn_mcp_server/youtube-transcript-to-lecture-notes-skill"><img src="https://agentmods.dev/badge/skills/az9713/claude_skill_hn_mcp_server/youtube-transcript-to-lecture-notes-skill.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.00022 | $0.09172 |
| Opus 5 | $0.00011 | $0.04586 |
| Sonnet 5 | $0.00004 | $0.01834 |
| Haiku 4.5 | $0.00002 | $0.00917 |
Grade A, and why
youtube-transcript-to-lecture-notes 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 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.
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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
9 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.
- __pycache__/lecture_notes_converter.cpython-312.pyc 49 KB
- example_usage.py 11 KB runs code
- lecture_notes_converter.py 45 KB runs code
- README.md 10 KB
- requirements.txt 507 B
- sample_transcript.txt 2.9 KB
- simple_demo.py 13 KB runs code
- simple_output/lecture_notes.html 7.0 KB
- simple_output/lecture_notes.txt 3.6 KB
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 · 1,315 lines · 22 tokens per session scan A 5a6cbe2a786a
youtube-transcript-to-lecture-notes is a skill published in the GitHub repository az9713/claude_skill_hn_mcp_server (0 stars, last pushed 10mo ago), with no licence file. It adds 22 tokens to every session and 9,172 once invoked, about $0.0001 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-01.
Other skills, from other repositories
pptx-import
A method for adding an uploaded PowerPoint presentation to an existing classroom as extra pages while keeping the slides' original layout. PowerPoint is Microsoft's presentation file format.
exam-study-guide
A study-guide builder for a completed exam chapter that has not yet passed its required checks. It creates a structured teaching checklist and, in full mode, a self-contained HTML and printable PDF guide with readable formulas, visible images, explanations, examples, and answers.
brief-compliance-check
Check a LaTeX coursework submission against the requirements in a supplied PDF assessment brief. Use when verifying format, required sections, word limits, or deliverables before submission. Not for general prose proofreading; use $proofread.
textbook-to-md
Convert PDF/EPUB textbooks to searchable markdown files for an AI agent's own reference. Use this skill whenever: (1) the user asks to convert a textbook/PDF chapter to markdown, (2) you need to search textbook content and no markdown version exists yet, (3) batch-converting a set of reference books into a knowledge…
scan-to-practice
A complete methodology for turning scanned or image-based learning materials into high-quality desktop, web, or mobile practice products. Covers visual transcription, data assembly, answer-key-driven controls and grading, product design, animation, validation, and long-term maintenance. Use when a user wants to…
svg-press
Teaches agents how to hand-craft self-contained SVG diagrams that render correctly in browsers, tags, and Playwright PDF/PNG. Covers containment math, viewBox sizing, arrow construction, text hierarchy, KDCube brand color tokens, semantic zone fills, badges, the PNG inspection loop, writepng parameters, multi-diagram…