Look Tongji Notes

Turns Tongji Look lectures into transcripts, study notes and a course wiki

Works with setup

Test report

Verdict
Works with setup
Score
7.6/10
Tested
Jul 30, 2026
Environment
Claude Code 2.x (agent harness)

This skill is no longer available upstream. Our re-check on Aug 10, 2026 couldn't find it any more (repo unreachable/deleted). The test below is what we measured on Jul 30, 2026 and we're leaving it up as a record — but there is nothing left to install, so we've removed the command.

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.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 4/5
  • Triggers reliably 5/5
  • Output vs. baseline 6/10
  • Docs & honesty 4/5

What Look Tongji Notes does

A nine-command suite for the Tongji University Look platform (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. Triggers when you ask to transcribe or take notes on a Tongji Look lecture, batch-process a course, or build and publish the resulting course knowledge base. Requires a Tongji IAM student or staff account.

How to install Look Tongji Notes

Nothing to install: the source repository no longer has this skill. If the author brings it back, our daily re-check will pick it up and the command will reappear here.

Commands — how to trigger Look Tongji Notes

  • /look-tongji-notes Turns Tongji Look lectures into transcripts, study notes and a course wiki

It also activates on plain-language prompts like these:

  • 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

Frequently asked questions

Is the Look Tongji Notes skill free?
Yes. The skill itself is free from WALKERKILLER/Look-Tongji-Notes. SkillProof publishes the install command and an independent test verdict at no cost.
Does Look Tongji Notes work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 30, 2026. Verdict: Works with setup. 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.
What is the Look Tongji Notes SkillProof Score?
7.6/10 — installs cleanly 4/5, triggers reliably 5/5, output vs. baseline 6/10, docs & honesty 4/5.
How do I install Look Tongji Notes?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Look Tongji Notes with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.