Look Tongji Notes
Convierte las conferencias de Tongji Look en transcripciones, notas de estudio y una wiki del curso
Funciona con configuración
Qué hace
Un conjunto de nueve comandos para la plataforma Tongji University Look (look.tongji.edu.cn): iniciar sesión, listar cursos, transcribir una conferencia a SRT/TXT, descargar diapositivas, escribir notas de estudio en Markdown con un esquema de línea de tiempo, importar PDFs suplementarios, construir una wiki estática del curso y desplegarla en GitHub Pages. Se activa cuando se solicita transcribir o tomar notas de una conferencia de Tongji Look, procesar un curso por lotes o construir y publicar la base de conocimientos del curso resultante. Requiere una cuenta de estudiante o personal de Tongji IAM.
Informe de la prueba
Todo lo upstream de las notes está locked behind Tongji University's IAM login: `look_tongji.py list` stops at "Missing credentials", y `setup` still demands an interactive student ID even when the workspace flags are supplied, crashing con un raw Python traceback instead of an error. La agent-side half does work y es measurably better than freehand: su note prompt tomó un synthetic lecture transcript from 9 banned meta-phrases y un illegal `##` heading down to zero, added 26 LaTeX delimiters, y hoisted the homework and midterm dates into a reminders block at the top. El bundled timeline_tools.py también normalised five inconsistent dash styles into one strict format y correctly rejected an outline that ran five minutes past the end of the audio. Only useful if you actually study at Tongji, y el setup doc tells the agent to verify vision support against a komari.jpg that is not in the repo.
Probado el: 2026-07-30 · Claude Code 2.x (agent harness)
Instalación
git clone https://github.com/WALKERKILLER/Look-Tongji-Notes.git mkdir -p ~/.claude/skills cp -r Look-Tongji-Notes ~/.claude/skills/look-tongji-notes
Comandos y prompts de ejemplo
/look-tongji-notesConvierte las conferencias de Tongji Look en transcripciones, notas de estudio y una wiki del curso
Los skills se activan con peticiones en lenguaje natural, sin comandos que memorizar. Tras instalarlo, prompts como estos lo activan (en inglés):
Transcribe today's lecture from look.tongji.edu.cn and write study notesPull my Tongji Look course list so I can batch-transcribe the whole courseBuild a course wiki from my Tongji Look lecture notes and deploy it to Pages