Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计通过

lecture-notes-master大师讲义

Agent Skill

lecture-notes-master 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

7,532

周安装

317

GitHub Stars

1

下载量

2,637
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:lecture-notes-master(大师讲义)
来源仓库:https://github.com/schaeferanjon/lecture-notes-master
安装命令:
openclaw skills install lecture-notes-master
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install lecture-notes-master

简介

生成递归原子分解的讲义笔记,构建多层级知识结构。

  • 适用于课堂记录或自学时的深度内容梳理需求。lecture-notes-master 属于效率类 Skill,可作为该场景下的辅助能力补充。
  • 主音符为核心概念,原子音符提供三层以上细节支撑。
  • 依赖黑曜石插件生态,需预先安装对应笔记应用。
  • 无限光泽效果为视觉增强功能,不影响实质内容完整性。

SKILL.md

name
lecture-notes-master
description
Obsidian lecture notes with recursive atomic decomposition. Generates main note (hub), atomic notes (3+ layers deep, rich structure each), and unlimited glossary entries. Inputs: lectures, articles, videos, URLs, transcripts, PDFs. Outputs: Obsidian markdown with Mermaid diagrams, comparison tables, bilingual terms, wikilinks.

Lecture Notes Master

Generate structured Obsidian lecture notes with recursive atomic decomposition:

  • 主笔记 (Main Note): Hub note with overview, core sections, summary, review questions
  • 原子笔记 (Atomic Notes): Deep concept notes in ≥3 layers, each layer with rich structure
  • 原子概念 (Glossary): Unlimited bilingual term definitions

When to Apply

Triggers:

  • User provides: URL, video link, PDF, transcript, PPT, slides, article
  • User says: "总结", "summarize", "create notes", "lecture notes", "笔记", "做笔记"
  • User mentions: Obsidian, atomic notes, wikilinks, PARA, MOC
  • User provides content for note-taking or analysis
  • Exam prep / study materials

Example prompts:

  • "总结一下这个视频 https://youtu.be/xxx"
  • "Create lecture notes for this article"
  • "帮我做笔记 https://www.example.com/article"
  • "Summarize this into Obsidian notes"

User Profile

Configured in config.json:

  • Name: Schaefer (Zonghan Jia)
  • University: Heidelberg University (ZITI), Computer Engineering
  • Obsidian Vault: See config.jsonobsidian.vault_path
  • Output Directory: 00-Inbox/{Topic}/ (main note + glossary + numbered L1 subdirectories)
  • Language: Bilingual — English primary, Chinese secondary
  • Term format: English Term(中文术语)

Core Principles

Recursive Atomic Decomposition

Every source material is decomposed into a tree of notes, organized into numbered subdirectories by L1 topic:

{Topic}/
├── 主笔记: {Topic}-Notes.md
│   Hub note linking to all L1 atomic notes
│
├── 01-{L1-Concept-A}/
│   ├── {L1-Concept-A}.md              (L1 顶层概念)
│   ├── {L2-Sub-Concept-A1}.md         (L2 子概念)
│   ├── {L2-Sub-Concept-A2}.md         (L2 子概念)
│   ├── {L3-Detail-A1a}.md             (L3 细分解)
│   └── {L3-Detail-A1b}.md             (L3 细分解)
│
├── 02-{L1-Concept-B}/
│   ├── {L1-Concept-B}.md              (L1 顶层概念)
│   ├── {L2-Sub-Concept-B1}.md         (L2 子概念)
│   └── {L3-Detail-B1a}.md             (L3 细分解)
│
├── 03-{L1-Concept-C}/
│   └── {L1-Concept-C}.md              (L1 顶层概念)
│
├── glossary/(原子概念 — 术语定义,不限量)
│   ├── English Term(中文术语).md
│   └── ... 每个术语一个文件
│
└── assets/(图表资源)
    └── *.png

Directory Organization Rules

LocationContainsExample
{Topic}/ rootMain note onlyLazygit-Notes.md
NN-{L1-Concept}/L1 note + its L2 children + their L3 children01-Installation-and-Setup/
glossary/All glossary entriesglossary/TUI(终端用户界面).md
assets/Generated charts/imagesassets/performance-chart.png

Numbering Rules:

  1. L1 subdirectories use two-digit prefix: 01-, 02-, 03-, ...
  2. No atomic notes in the topic root — only the main hub note lives there
  3. Within each L1 folder, all notes are flat (L1 + L2 + L3 together, no further nesting)
  4. Numbering follows the order of L1 concepts as they appear in the main note
  5. Wiki-links use filename only (no path prefix) — Obsidian resolves them automatically

Decomposition Rules

Layer 1 (顶层概念):

  • Source material's major themes, sections, or arguments
  • Each L1 note covers ONE major concept branch
  • Number: determined by content (typically 3-7, NOT fixed)

Layer 2 (子概念):

  • Sub-concepts, mechanisms, or components within each L1 concept
  • Each L2 explains a specific aspect of its parent L1
  • Number: typically 2-4 per L1 parent

Layer 3+ (细分解):

  • Specific mechanisms, case studies, comparisons, or evidence
  • Finest granularity of analysis
  • Number: as many as the content demands

Stop Decomposing When:

  • A concept can be fully explained in ≤500 words with one diagram
  • Further splitting would break logical coherence
  • The concept is better served as a glossary entry (pure definition)

Glossary vs Atomic Note:

Use GlossaryUse Atomic Note
Term needing a bilingual definition (1-3 sentences)Concept requiring explanation, examples, diagrams
No deep analysis neededHas sub-components worth exploring
Pure noun/termHas "why", "how", comparison dimensions

Minimum Requirement

Every set of notes MUST produce:

  • 1 main note (主笔记)
  • ≥3 layers of atomic notes (L1 → L2 → L3 minimum)
  • Glossary entries for ALL technical terms mentioned

Every Atomic Note Must Be Rich

ALL atomic notes (L1, L2, L3) use the same rich template structure:

  1. 定义 — One-paragraph definition with inline wikilinks
  2. Why Do We Need This? — Motivation with concrete scenario
  3. Core Concept — Idea + example + Mermaid diagram + step-by-step breakdown
  4. Comparison — Table comparing with/without, or vs alternatives
  5. Common Pitfalls — 2-3 mistakes and fixes (omit only if truly not applicable)
  6. Key Takeaway — One flashcard-worthy sentence
  7. Review Questions — 3 levels: recall, understanding, application
  8. Related Notes — Parent (UP), children (DOWN), siblings (ACROSS)
See templates/atomic-note.md for the full template.

Writing Style: Runoob Tutorial(菜鸟教程风格)

RuleDescription
Step-by-step"Why do we need this?" → "What is it?" → "How does it work?" → "Watch out for..."
Example-drivenExample FIRST, then explain the principle. Never start with pure theory
Visual-richEvery concept gets at least one Mermaid diagram OR table
Table comparisonSimilar concepts → comparison table
Bilingual termsEnglish Term(中文), English is primary
AtomicEach note covers exactly ONE concept
Review questions3 per note: recall, understanding, application

Prerequisites

python3 --version || python --version
pip3 install matplotlib numpy  # For visualization scripts (optional)

Optional: summarize CLI for URL/video content extraction.


Workflow

Step 1: Analyze User Input

Identify: input type (URL, video, PDF, transcript, raw text), topic name, key themes.

URL & Video Content Extraction

When user provides a URL or video link, use summarize CLI:

# Extract text from URL
summarize "<URL>" --extract-only --model google/gemini-3-flash-preview

# Extract YouTube transcript
summarize "<YouTube-URL>" --youtube auto --extract-only

# Pre-summary for screening
summarize "<URL>" --length medium --model google/gemini-3-flash-preview

Useful flags: --extract-only (raw text), --youtube auto, --firecrawl auto (JS-heavy sites), --json

If summarize is not available: Use the agent's built-in web fetching tools as fallback.

Step 2: Plan Decomposition Tree

⚠️ MANDATORY: You MUST complete this step BEFORE writing ANY content. ⚠️ MANDATORY: You MUST create ALL directories with mkdir -p BEFORE writing ANY files. ⚠️ ZERO TOLERANCE: No atomic notes are allowed in the topic root directory. ONLY the main hub note lives there.

Plan the COMPLETE file tree with numbered directories, then create them immediately.

2a. Plan the tree (output to user for confirmation)

Topic: 2028 Global Intelligence Crisis

主笔记: 2028-Global-Intelligence-Crisis-Notes.md  (in topic root)

01-Intelligence-Displacement-Spiral/
  L1: Intelligence-Displacement-Spiral.md
  L2: OpEx-Substitution-Mechanism.md
  L2: Ghost-GDP-Phenomenon.md
  L3: OpEx-vs-CapEx-AI-Spending.md               ← parent: OpEx-Substitution
  L3: Why-No-Natural-Brake.md                     ← parent: OpEx-Substitution

02-SaaS-Collapse-and-Intermediation-Death/
  L1: SaaS-Collapse-and-Intermediation-Death.md
  L2: Agentic-Coding-Disruption.md
  L2: Habitual-Intermediation-Collapse.md
  L3: Friction-Zero-Disruption.md                 ← parent: Habitual-Intermediation

03-White-Collar-Displacement-Asymmetry/
  L1: White-Collar-Displacement-Asymmetry.md
  L2: Downshifting-Effect.md
  L2: Labor-Share-Decline.md

04-Financial-Contagion-Chain/
  L1: Financial-Contagion-Chain.md
  L2: Private-Credit-SaaS-Crisis.md
  L2: Permanent-Capital-Trap.md
  L2: Mortgage-Market-Structural-Threat.md
  L3: Zendesk-Case-Study.md                       ← parent: Private-Credit
  L3: Insurance-Asset-Impairment.md               ← parent: Permanent-Capital

glossary/ (42 entries):
  glossary/Ghost GDP(幽灵GDP).md
  glossary/Intelligence Displacement Spiral(智能替代螺旋).md
  glossary/Private Credit(私募信贷).md
  ... (one file per term)

2b. Create ALL directories FIRST (before writing any files)

# MANDATORY: Run this BEFORE writing any notes
TOPIC_DIR="<vault>/00-Inbox/{Topic}"
mkdir -p "$TOPIC_DIR"
mkdir -p "$TOPIC_DIR/01-{L1-Concept-A}"
mkdir -p "$TOPIC_DIR/02-{L1-Concept-B}"
mkdir -p "$TOPIC_DIR/03-{L1-Concept-C}"
# ... one mkdir per L1 concept
mkdir -p "$TOPIC_DIR/glossary"
mkdir -p "$TOPIC_DIR/assets"

2c. Verify directory structure before proceeding

# Verify: must show numbered subdirectories + glossary + assets
find "$TOPIC_DIR" -type d | sort

Only proceed to Step 3 after directories exist.

Step 3: Search Existing Resources

# Search glossary for existing bilingual terms
python3 <SKILL_DIR>/scripts/search.py "<topic keywords>" --domain glossary

# Search Mermaid templates for diagram ideas
python3 <SKILL_DIR>/scripts/search.py "<concept type>" --domain mermaid

# Search writing rules for style guidance
python3 <SKILL_DIR>/scripts/search.py "<content type>" --domain writing

Step 4: Generate Notes (in order)

⚠️ CRITICAL: Every file MUST be written to its correct subdirectory. Double-check the output path before every Write/Edit call.
OrderNote TypeWrite ToExample Path
1Main note (hub){Topic}/ root — ONLY file hereLazygit/Lazygit-Notes.md
2L1 atomic notes{Topic}/NN-{L1-Concept}/Lazygit/01-Installation-and-Setup/Installation-and-Setup.md
3L2 atomic notesSame dir as parent L1Lazygit/03-Basic-Git-Operations/Staging-and-Committing.md
4L3 atomic notesSame dir as parent L1Lazygit/03-Basic-Git-Operations/Staging-Modes.md
5Glossary entries{Topic}/glossary/Lazygit/glossary/Stage(暂存).md
6Visualizations{Topic}/assets/Lazygit/assets/workflow-chart.png

Self-check before each file write:

  • Is this the main hub note? → Write to {Topic}/ root
  • Is this an atomic note (L1/L2/L3)? → Write to {Topic}/NN-{L1-Parent}/
  • Is this a glossary entry? → Write to {Topic}/glossary/
  • NEVER write atomic notes directly to {Topic}/ root

Script Usage

# Main note (in topic root)
python3 <SKILL_DIR>/scripts/generate.py \
  --type lecture --title "<title>" \
  --concepts "C1,C2,C3,C4" \
  --output "<vault>/00-Inbox/{Topic}/"

# Atomic note (any layer — output to its L1 parent subdirectory)
python3 <SKILL_DIR>/scripts/generate.py \
  --type atomic --concept "<name>" \
  --parent "<parent-note-stem>" \
  --children "Child1,Child2" \
  --siblings "Sibling1,Sibling2" \
  --output "<vault>/00-Inbox/{Topic}/NN-{L1-Concept}/"

# Glossary entry
python3 <SKILL_DIR>/scripts/generate.py \
  --type glossary --term-en "<English Term>" --term-cn "<中文术语>" \
  --definition "<one-line definition>" \
  --output "<vault>/00-Inbox/{Topic}/glossary/"

# Course MOC
python3 <SKILL_DIR>/scripts/generate.py \
  --type moc --course "<course>" --semester "<semester>"
Note: <SKILL_DIR> = the directory where this skill is installed. NN = two-digit L1 index (01, 02, ...).

Step 5: Generate Visualizations (as needed)

For data-driven charts that Mermaid cannot handle:

python3 <SKILL_DIR>/scripts/visualize.py \
  --type "<chart_type>" \
  --data "<data_json>" \
  --output "<output_path>" \
  --title "<chart title>"

Available chart types: bar, line, scatter, timeline, heatmap, comparison, pie, radar


Output Format Templates

All templates are in the templates/ directory:

TypeTemplate FileDescription
Main Note (主笔记)templates/lecture-note.mdHub note with overview, N sections, summary, review questions
Atomic Note (原子笔记)templates/atomic-note.mdRich concept note — used for ALL layers (L1, L2, L3)
Glossary Entry (原子概念)templates/glossary-entry.mdShort bilingual term definition
Course MOCtemplates/course-moc.mdMap of Content with lecture index, concept clusters

Main Note (主笔记) Key Requirements

  • YAML frontmatter: title, date, course/topic, tags, source_files, status, aliases
  • Core Idea(核心思想)blockquote with inline [[glossary-wikilinks]]
  • Source links
  • Overview section (with image embed if available)
  • N numbered sections (one per L1 concept, NOT limited to 3), each with:

- → 详见 [[L1-Atomic-Note]] link - Sub-sections: Why → What → How - Mermaid diagrams, comparison tables, key insight blockquotes

  • Summary section: concept map (Mermaid) + data summary table + key quote
  • Review Questions: recall + understanding + application + critical thinking
  • Related Notes linking to all L1 atomic notes

Atomic Note (原子笔记) Key Requirements

Same rich structure for ALL layers (L1, L2, L3):

  • YAML frontmatter: title (bilingual), date, tags, aliases
  • One-paragraph 定义 with inline wikilinks
  • Why Do We Need This? — motivation + concrete example
  • Core Concept — idea + example/code + Mermaid diagram + step-by-step
  • Comparison — table comparing alternatives or with/without
  • Common Pitfalls — mistakes and how to avoid
  • Key Takeaway — one flashcard-worthy sentence
  • Review Questions — recall, understanding, application
  • Related Notes — parent (UP) + children (DOWN) + siblings (ACROSS)

Glossary Entry (原子概念) Key Requirements

  • YAML frontmatter: title (bilingual), date, tags: [glossary, {topic-tag}], aliases
  • One blockquote 定义 (1-3 sentences, bilingual)
  • Related Notes linking to relevant atomic notes + main note

Cross-Reference Rules (CRITICAL)

All notes link in THREE directions:

Note TypeLinks UP toLinks DOWN toLinks ACROSS to
Main NoteAll L1 notes
L1 AtomicMain NoteIts L2 childrenSibling L1 notes
L2 AtomicParent L1Its L3 childrenSibling L2 notes
L3 AtomicParent L2Sibling L3 notes
GlossaryRelated atomic notesRelated glossary terms

Inline wikilinks: All glossary terms MUST be linked inline on first mention in every note using [[Term(术语)]] syntax.


Wiki-Link Naming Convention (CRITICAL)

Wiki-link targets MUST match filenames (without .md). Spaces → hyphens in atomic notes, but glossary keeps parenthetical Chinese.

Note TypeFile Name PatternWiki-Link
Main Note{Topic}-Notes.md[[{Topic}-Notes]]
Atomic Note{Concept-Name}.md[[{Concept-Name}]]
Glossary Entry{English Term(中文术语)}.md[[{English Term(中文术语)}]]

Rules:

  1. Before generating any notes, list ALL file names AND their target directories
  2. NEVER leave wiki-links empty ([[]]) or with placeholder text ([[TODO]])
  3. If a target note doesn't exist yet, use the correct future filename — Obsidian creates it on click
  4. Glossary filenames include both English and Chinese: English Term(中文术语).md
  5. Wiki-links use filename only (no path) — Obsidian resolves across subdirectories automatically

Mermaid Diagram Guidelines

Diagram TypeUse ForExample
graph TB/LRHierarchies, flows, architecturesConcept trees, process chains
sequenceDiagramTime-ordered interactionsData transfers, API calls
stateDiagram-v2State transitionsLifecycle, mode changes
classDiagramObject relationshipsClass hierarchy
ganttTimelines, parallel tasksProject phases, pipeline
pieProportionsDistribution breakdown
xychart-betaData trendsPerformance scaling
mindmapTopic overviewConcept clustering

Rules:

  1. NEVER use ASCII art — always Mermaid
  2. Every diagram must have a title and labeled edges
  3. Max 15-20 nodes per diagram
  4. Use classDef for consistent colors
  5. Use subgraphs for grouping

Color theme:

%%{init: {'theme': 'base', 'themeVariables': {'primaryColor': '#4CAF50', 'primaryTextColor': '#fff', 'primaryBorderColor': '#388E3C', 'lineColor': '#666', 'secondaryColor': '#FF9800', 'tertiaryColor': '#2196F3'}}}%%

Matplotlib Visualization

Use when Mermaid cannot express the data: performance bars, scaling curves, heatmaps, radar charts.

Rules: PNG at dpi=150, consistent colors (#4CAF50, #FF9800, #2196F3, #F44336), always include axis labels and title, reference as ![[filename.png]].


Search Reference

DomainUse ForExample Keywords
glossaryFind existing bilingual termscuda, memory, 内存, 术语
mermaidFind diagram templatesflow, sequence, hierarchy, 图表
writingGet writing style rulesintroduction, comparison, 规则
questionsGet review question templatesrecall, application, 考试

Quality Checklist

Content

  • [ ] WHY → WHAT → HOW structure for every concept (all layers)
  • [ ] Example appears BEFORE theory in every concept note
  • [ ] All terms bilingual: English(中文)
  • [ ] Each atomic note covers exactly ONE concept

Decomposition

  • [ ] Decomposition tree planned BEFORE writing
  • [ ] ALL file names AND target directories listed before generation
  • [ ] ≥3 layers of atomic notes produced (L1 → L2 → L3 minimum)
  • [ ] L1 covers major themes, L2 breaks down sub-concepts, L3 provides finest analysis
  • [ ] Glossary entries for ALL technical terms mentioned

Visualization

  • [ ] NO ASCII art — use Mermaid
  • [ ] Every concept has at least one diagram or table
  • [ ] Similar concepts have comparison tables
  • [ ] Diagrams have titles and labeled edges

Structure

  • [ ] YAML frontmatter complete (title, date, tags, aliases)
  • [ ] [[wiki-links]] for all cross-references (inline + Related Notes)
  • [ ] 3 review questions per atomic note: recall, understanding, application
  • [ ] Related Notes with UP / DOWN / ACROSS links
  • [ ] File naming: Concept-Name.md (hyphens for atomic notes)

Directory Organization

  • [ ] Main note in topic root (00-Inbox/{Topic}/)
  • [ ] Atomic notes organized into numbered L1 subdirectories (01-xxx/, 02-xxx/)
  • [ ] L2 and L3 notes placed inside their parent L1 subdirectory (flat, no further nesting)
  • [ ] Glossary entries in glossary/ subdirectory
  • [ ] No atomic notes left loose in topic root

Obsidian Compatibility

  • [ ] [[wiki-links]] syntax (not markdown links)
  • [ ] Standard `mermaid fencing
  • [ ] Images: ![[image.png]]
  • [ ] Tags: lowercase with hyphens

Tips

  1. Provide source material: URL, video link, PDF, transcript → better notes
  2. Video links: Paste YouTube/Bilibili URLs directly; transcript auto-extracted
  3. Be specific about topic: "这个视频的AI经济分析" > "总结一下"
  4. Search glossary first: Reuse existing terms for cross-course consistency
  5. Iterate: Generate base notes, then ask for deeper decomposition on specific branches
  6. Cross-reference: Link related concepts across different note sets

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

92.12%
按下载量换算2,429

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills