look-tongji-notes

Transcribe Tongji Look lecture videos into SRT/TXT subtitles and Markdown notes.

39|4|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/WALKERKILLER/Look-Tongji-Notes --skill look-tongji-notes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: look-tongji-notes
Source: https://github.com/WALKERKILLER/Look-Tongji-Notes/tree/main
Command: npx skills add https://github.com/WALKERKILLER/Look-Tongji-Notes --skill look-tongji-notes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, playwright, python-dotenv, ffmpeg, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Tongji Look lectures require manual effort to access, transcribe, and convert content into study-ready materials, which wastes time during exam or review preparation.

Core Features & Use Cases

  • SSO-backed CLI workflow: logs into look.tongji.edu.cn and manages credentials locally for repeatable runs.
  • Lecture transcription to SRT/TXT: generates searchable subtitles and plain transcript text for a chosen course lecture.
  • Slide snapshot capture + agent note generation: downloads slide images and produces a Simplified-Chinese timeline outline and a Markdown study note from transcript + slides.

Example use case: when you want to review a specific lecture today, you can transcribe it, fetch its slides, and get a clean Markdown study note with a timeline outline for quick navigation.

Quick Start

Ask your agent: generate note for today's lecture using the lecture page URL on look.tongji.edu.cn.

Frequently Asked Questions about look-tongji-notes

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I transcribe Tongji Look lecture videos into study notes?

Tongji Look lecture transcription is automated by extracting authenticated transcript text and subtitles, then generating a Simplified-Chinese timeline outline and Markdown study notes from transcript text and slide snapshots.

Can I download slide snapshots from look.tongji.edu.cn lectures?

Yes, slide snapshot download is supported. The skill captures slide images from Tongji Look lectures and saves them locally, combining them with extracted transcripts for AI-assisted Markdown note generation.

How does SSO login work for Tongji Look lecture transcription?

SSO login for Tongji IAM is handled locally through a CLI workflow that manages credentials for repeatable runs, allowing authenticated access to look.tongji.edu.cn lecture videos and transcripts.

Do I need ffmpeg and playwright installed to generate lecture subtitles?

Yes, ffmpeg and playwright are required dependencies. They enable deterministic CLI orchestration, subtitle sampling, normalization utilities, and safe artifact output to the skill workspace for lecture transcription.

What's the best way to convert lecture subtitles into a Markdown timeline outline?

The best way is using AI-assisted generation from extracted SRT/TXT subtitle files and slide snapshots. This produces a Simplified-Chinese timeline outline and Markdown study note for quick lecture navigation.

Why does lecture transcription fail without local credential handling for Tongji IAM SSO?

Lecture transcription requires local credential handling for Tongji IAM SSO because look.tongji.edu.cn needs authenticated access. The SSO-backed CLI workflow manages these credentials locally to ensure repeatable, secure lecture access.