agentsclimarketplace

Look Tongji Notes

Skill WALKERKILLER/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

Install
npx -y skills add WALKERKILLER/Look-Tongji-Notes

Assembled 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

CommandWhat It DoesSKILL.md
/setupConfigure credentials, check dependencies (Python, Node.js, ffmpeg, vision-support, TeX), set workspaceskills/setup/SKILL.md
/listList courses, search by keyword, interactive selectionskills/list/SKILL.md
/transTranscribe one lecture to SRT + TXT; optionally download slides in parallelskills/trans/SKILL.md
/noteGenerate study notes + timeline outline from transcript + slidesskills/note/SKILL.md
/addImport supplementary materials (PDF, PPTX, DOCX) into a lecture sessionskills/add/SKILL.md
/wikiBuild and locally serve the static course knowledge baseskills/wiki/SKILL.md
/cheatsheetGenerate A4 cheat sheet (LaTeX or HTML) from course notesskills/cheatsheet/SKILL.md
/pageDeploy the built course wiki to GitHub Pages via gh CLIskills/page/SKILL.md
/ralphtransBatch transcribe all lectures in a course with checkpoint/resumeskills/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).
  • /setup detects Node.js and configures a vision provider via vision.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

.claude-plugin/

.codex-plugin/

.cursor-plugin/

.gemini-plugin/

.hermes-agent-plugin/

agents/

images/

111 more files not listed here. See all 151 in the repository.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.