note-single-lecture

note-single-lecture is a skill for Codex from wvov7/course-revision-skills. It costs 103 tokens per session (4,456 once invoked), scanned A, original, MIT.

A study-note workflow for one lecture PDF or PowerPoint presentation. It creates a mind map first, then writes classroom-style notes mainly in Chinese while keeping important English terms and source sentences.

In plain words
What is it for?
Use it to make notes for a lecture, course, or presentation and save the mind map, generation prompt, and final Markdown notes in defined folders.
Why use it?
It turns a single lecture file into organised notes and keeps the intermediate work separate from the final document.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex.

Good fit Use it to make notes for a lecture, course, or presentation and save the mind map, generation prompt, and final Markdown notes in defined folders.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wvov7/course-revision-skills/note-single-lecture
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 wvov7/course-revision-skills --skill note-single-lecture
Clone the repo
git clone --depth 1 https://github.com/wvov7/course-revision-skills

Made for: Codex.

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 note-single-lecture

README.md
[![agentmods](https://agentmods.dev/badge/skills/wvov7/course-revision-skills/note-single-lecture/github.svg)](https://agentmods.dev/skills/wvov7/course-revision-skills/note-single-lecture)
Your own site
<a href="https://agentmods.dev/skills/wvov7/course-revision-skills/note-single-lecture"><img src="https://agentmods.dev/badge/skills/wvov7/course-revision-skills/note-single-lecture/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 note-single-lecture

Your own site · 80×15
<a href="https://agentmods.dev/skills/wvov7/course-revision-skills/note-single-lecture"><img src="https://agentmods.dev/badge/skills/wvov7/course-revision-skills/note-single-lecture.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 103 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,456 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 original 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.00103 $0.04456
Opus 5 $0.00051 $0.02228
Sonnet 5 $0.00021 $0.00891
Haiku 4.5 $0.00010 $0.00446

Measured 11d ago against content hash 4b80a95311c1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

note-single-lecture 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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/render_mindmap.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.

skills/note-single-lecture/SKILL.md · 243 lines

How it starts

The opening of the file, as written. The whole thing — 243 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Note Single Lecture

Applicability

  • User asks for 单讲笔记, 课程笔记, lecture notes, mind-map notes, or note-single-lecture
  • Input is one lecture PDF/PPT (ask which file if several candidates exist)
  • Desired pipeline: mind map → note-generation prompt → Chinese classroom notes

Output Contract

For one lecture file, create these workspace-relative output folders unless the user asks otherwise:

  • Intermediate folder: note-single-lecture-work/<pdf-stem>/
  • Final notes folder: note-single-lecture/

Put every intermediate/generated working artifact in note-single-lecture-work/<pdf-stem>/, including extracted text, rendered page images, outline JSON, mind map PNG, prompt MD, scratch audits, and temporary checks.

Put the final classroom note Markdown only in note-single-lecture/.

Produce exactly these named artifacts unless the user asks otherwise:

  1. note-single-lecture-work/<pdf-stem>/<pdf-stem>_思维导图.png
  2. note-single-lecture-work/<pdf-stem>/<pdf-stem>_笔记生成提示词.md
  3. note-single-lecture/<pdf-stem>_课程笔记.md

Use the source lecture PDF/PPT, generated mind map, and generated prompt as inputs for the final notes. Copy the final Markdown notes to the clipboard only when the user explicitly wants Feishu-ready output.

Workflow

1. Inspect the lecture

  • Identify the single source lecture file. If multiple candidate PDFs/PPTs exist, ask which one.
  • Define <pdf-stem> from the source file name without extension.
  • Create note-single-lecture-work/<pdf-stem>/ for intermediate artifacts and note-single-lecture/ for final notes.
  • Extract slide/page text with pdftotext -layout for PDFs when available. For PPTX, use available Office/Python extraction tools.
  • Get page/slide count and a title list.
  • Render sparse or visual-heavy pages to images using pdftoppm or another local renderer, especially pages with diagrams, screenshots, code images, tables, examples, exercises, or answer slides.
  • Treat the current lecture file as authoritative; prior notes are only examples.
  • Ignore non-course-content administrative information by default, including opening lecturer names/affiliations and closing email/contact/forum/Q&A-channel slides, unless the user explicitly asks to preserve administrative information.

Read the full file on GitHub · 243 lines

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. 11d ago First seen · 243 lines · 103 tokens per session scan A 4b80a95311c1

Subscribe to this mod's changes

note-single-lecture is a skill published in the GitHub repository wvov7/course-revision-skills (2 stars, last pushed 1mo ago), licensed MIT. It adds 103 tokens to every session and 4,456 once invoked, about $0.0005 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.

Related

Other skills, from other repositories

final-review

A workflow for turning course materials into printable final-exam review PDFs. It can organize slides, notes, reading materials, PDFs, images, and scanned documents by chapter, including materials from bilingual courses.

limpidwei/final-exam-review · 267 tokens

shenlun-review-pro

A study assistant for Chinese civil-service essay exams, covering close reading, answer scoring, corrections, draft comparison, and learning progress. It can work from exam papers, questions, source passages, answers, PDFs, images, and documents.

liuyuexi1987/shenlun-review-pro · 133 tokens

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.

THU-MAIC/OpenMAIC · 125 tokens

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.

ZeKaiNie/universal-examprep-skill · 113 tokens

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.

flonat/flonat-research · 50 tokens

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…

drpwchen/textbook-to-note · 90 tokens