Look Tongji Notes
9-command agent skill suite for Tongji Look (look.tongji.edu.cn): setup, list, transcribe, take notes, manage materials, build course wiki, create cheat sheets, batch-process entire courses, and deploy course wiki to GitHub Pages.From its SKILL.md
npx -y skills add WALKERKILLER/Look-Tongji-NotesAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- reads credentialsReads from 1 credential source: `<SKILL_DIR>/.env`.
SKILL.md
2.5 KB, 563 tokens by cl100k_base, as published. Nobody here has run it
Look Tongji Notes
Commands
| Command | What It Does | SKILL.md |
|---|---|---|
/setup | Configure credentials, check dependencies (Python, Node.js, ffmpeg, vision-support, TeX), set workspace | skills/setup/SKILL.md |
/list | List courses, search by keyword, interactive selection | skills/list/SKILL.md |
/trans | Transcribe one lecture to SRT + TXT; optionally download slides in parallel | skills/trans/SKILL.md |
/note | Generate study notes + timeline outline from transcript + slides | skills/note/SKILL.md |
/add | Import supplementary materials (PDF, PPTX, DOCX) into a lecture session | skills/add/SKILL.md |
/wiki | Build and locally serve the static course knowledge base | skills/wiki/SKILL.md |
/cheatsheet | Generate A4 cheat sheet (LaTeX or HTML) from course notes | skills/cheatsheet/SKILL.md |
/page | Deploy the built course wiki to GitHub Pages via gh CLI | skills/page/SKILL.md |
/ralphtrans | Batch transcribe all lectures in a course with checkpoint/resume | skills/ralphtrans/SKILL.md |
Each command has its own skills/<name>/SKILL.md with detailed workflow instructions.
Shared Conventions
Credentials & Auth
- Credentials stored in
<SKILL_DIR>/.env(git-ignored). - Auth cache in
<SKILL_DIR>/state/. - Workspace config stored outside the skill tree for persistence across updates.
Agent-Content Boundary
- The CLI fetches, transcribes, downloads, and converts artifacts.
- The agent generates timeline outlines, study notes, and cheat sheet content.
- Never pass passwords in chat. Use interactive terminal input.
Vision Support
- Embedded at
<SKILL_DIR>/vision-support/(Node.js 18+ required). /setupdetects Node.js and configures a vision provider viavision.mjs init.- Test with:
node "<SKILL_DIR>/vision-support/scripts/vision.mjs" "<image-path>" - Config saved to
<SKILL_DIR>/vision-support/config.json(git-ignored).
Quick Start
/setup # first time only
/list # discover courses
/trans --course-id X # transcribe one lecture
/note --course-id X # generate notes for one lecture
/wiki # serve local course wiki
/page # deploy course wiki to GitHub Pages
What ships with it: 151 files
42955.8 KB alongside SKILL.md, 104 of them executable
.agents/
.claude-plugin/
- marketplace.json1013 B
- plugin.json849 B
.codex-plugin/
- plugin.json406 B
.cursor-plugin/
- marketplace.json917 B
- plugin.json407 B
.gemini-plugin/
- plugin.json411 B
.hermes-agent-plugin/
- plugin.json413 B
CheatingSheetTemplate/
- CheatingSheet.pages611.9 KB
- CheatingSheet.pdf32.8 KB
- CheatingSheet.tex7.2 KB
- fonts/PingFangSC-Regular.ttf12774.5 KB
- fonts/PingFangSC-SemiBlack.ttf12644.1 KB
- fonts/PingFangSC-SemiBold.ttf12598.4 KB
- fonts/SFCompactText-BoldItalic.ttf333.9 KB
- fonts/SFCompactText-Bold.ttf484.0 KB
- fonts/SFCompactText-Italic.ttf333.1 KB
- fonts/SFCompactText-Regular.ttf482.8 KB
- fonts/SFCompactText-SemiBlack.ttf482.8 KB
- fonts/SFCompactText-SemiBold.ttf483.5 KB
- README.md1.0 KB
agents/
- openai.yaml816 B
images/
- example_link.png11.8 KB
- logo.svg411.5 KB
- web.svg9.0 KB
llmwiki/
- adapter_config.pyruns4.2 KB
- adapters/AGENTS.md103 B
- adapters/base.pyruns8.3 KB
- adapters/claude_code.pyruns3.2 KB
- adapters/codex_cli.pyruns8.8 KB
- adapters/contrib/chatgpt.pyruns7.8 KB
- adapters/contrib/copilot_chat.pyruns4.7 KB
- adapters/contrib/copilot_cli.pyruns4.1 KB
- adapters/contrib/cursor.pyruns3.8 KB
- adapters/contrib/gemini_cli.pyruns2.6 KB
- adapters/contrib/__init__.pyruns73 B
- AGENTS.md5.3 KB
- CHANGELOG.md3.9 KB
- .gitignore149 B
- LICENSE1.1 KB
111 more files not listed here. See all 151 in the repository.