From Look Tongji Notes
Add supplementary materials (PDF, PPTX, DOCX, images) to a lecture session. Converts to Markdown via MarkItDown and updates the course wiki index without triggering transcription.
How this skill is triggered — by the user, by Claude, or both
Slash command
/look-tongji-notes:addThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Attach supplementary materials to a lecture session.
Attach supplementary materials to a lecture session.
/add or "add this material to the course".python "<SKILL_DIR>/../../scripts/look_tongji.py" add \
--course-id "<ID>" --sub-id "<ID>" \
--material "handout=/path/to/file.pdf"
materials/<name>/ directory./note --material/add only imports materials + updates the index. It does NOT trigger transcription or slide download.
<SKILL_DIR> Points<SKILL_DIR> is the directory containing this SKILL.md. Shared scripts (look_tongji.py, timeline_tools.py, tongji_backend/) and references live two levels up in the repository root (<SKILL_DIR>/../../scripts/ and <SKILL_DIR>/../../references/).
npx claudepluginhub walkerkiller/look-tongji-notes --plugin look-tongji-notesGenerates structured Markdown study notes from lecture transcripts and slides. Runs transcript and slide download in parallel, then writes a timeline outline and detailed notes.
Crawls online course pages to extract lecture schedules, slides, and videos, then synthesizes structured vault notes per lecture. Also refines existing course notes.
Transforms transcripts/literature into structured courses, archives courses to a knowledge base, or extracts custom training materials from existing content.