Look Tongji Notes

Přeměňuje přednášky Tongji Look na přepisy, studijní poznámky a wiki kurzu

od WALKERKILLER · WALKERKILLER/Look-Tongji-Notes

Funguje s nastavením ★ 7.6/10

Look Tongji Notes — Přeměňuje přednášky Tongji Look na přepisy, studijní poznámky a wiki kurzu

Co umí

Sada devíti příkazů pro platformu Tongji University Look (look.tongji.edu.cn): log in, list courses, transcribe a lecture to SRT/TXT, download slides, write Markdown study notes with a timeline outline, import supplementary PDFs, build a static course wiki and deploy it to GitHub Pages. Spouští se, když požádáte o přepis nebo poznámky z přednášky Tongji Look, batch-process a course, nebo build and publish the resulting course knowledge base. Vyžaduje studentský nebo zaměstnanecký účet Tongji IAM.

Testovací report

Everything upstream of the notes is locked behind Tongji University's IAM login: `look_tongji.py list` stops at "Missing credentials", and `setup` still demands an interactive student ID even when the workspace flags are supplied, crashing with a raw Python traceback instead of an error. The agent-side half does work and is measurably better than freehand: its note prompt took a synthetic lecture transcript from 9 banned meta-phrases and an illegal `##` heading down to zero, added 26 LaTeX delimiters, and hoisted the homework and midterm dates into a reminders block at the top. The bundled timeline_tools.py also normalised five inconsistent dash styles into one strict format and correctly rejected an outline that ran five minutes past the end of the audio. Only useful if you actually study at Tongji, and the setup doc tells the agent to verify vision support against a komari.jpg that is not in the repo.

Testováno: 2026-07-30 · Claude Code 2.x (agent harness)

Instalace

git clone https://github.com/WALKERKILLER/Look-Tongji-Notes.git
mkdir -p ~/.claude/skills
cp -r Look-Tongji-Notes ~/.claude/skills/look-tongji-notes

Příkazy a ukázkové prompty

  • /look-tongji-notesPřeměňuje přednášky Tongji Look na přepisy, studijní poznámky a wiki kurzu

Skilly se spouštějí běžnými požadavky — žádné příkazy k zapamatování. Po instalaci ho aktivují prompty jako tyto (anglicky):

  • Transcribe today's lecture from look.tongji.edu.cn and write study notes
  • Pull my Tongji Look course list so I can batch-transcribe the whole course
  • Build a course wiki from my Tongji Look lecture notes and deploy it to Pages