一键导入
wiki
Build and serve the static course knowledge base locally. Rebuilds from workspace data and starts an HTTP server on port 8765.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Build and serve the static course knowledge base locally. Rebuilds from workspace data and starts an HTTP server on port 8765.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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.
Add supplementary materials (PDF, PPTX, DOCX, images) to a lecture session. Converts to Markdown via MarkItDown and indexes into the course wiki — without triggering transcription or slide download.
Generate a high-density A4 cheat sheet for open-book exams. Two output paths: LaTeX (XeLaTeX) or self-contained HTML with CSS print layout. Both paths produce visually consistent results.
Discover and select courses from Tongji Look (look.tongji.edu.cn). Lists recent or all courses, filters by keyword, and saves the chosen course for use with /trans, /note, and other commands. Prerequisite for all lecture workflows.
Generate study notes from a lecture transcript and slides. Runs transcript + slide download in parallel, then writes a Markdown note with timeline outline.
Deploy the built course wiki site/ to GitHub Pages via gh CLI. Pre-checks gh auth status and site/ existence.
| name | wiki |
| description | Build and serve the static course knowledge base locally. Rebuilds from workspace data and starts an HTTP server on port 8765. |
| license | MIT |
| metadata | {"author":"WALKERKILLER","version":"1.1"} |
Build and locally serve the course knowledge base.
/wiki or "open the course wiki" or "serve the wiki".python "<SKILL_DIR>/../../scripts/look_tongji.py" serve --port 8765
python "<SKILL_DIR>/../../scripts/look_tongji.py" build
Each session page follows this layout (top to bottom):
duration_seconds < 3600 are flagged with a warning indicator in the wiki UI./note skill for the full list of forbidden phrases.<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/).