From Look Tongji Notes
Configures Tongji Look credentials, checks system dependencies (Python, Node.js, ffmpeg, XeLaTeX), and sets up the course-wiki workspace for lecture transcription.
How this skill is triggered — by the user, by Claude, or both
Slash command
/look-tongji-notes:setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Configure credentials, dependencies, and workspace for Look Tongji Notes.
Configure credentials, dependencies, and workspace for Look Tongji Notes.
/setup or asks to configure the skill.python "<SKILL_DIR>/../../scripts/look_tongji.py" setup
python "<SKILL_DIR>/../../scripts/look_tongji.py" setup \
--workspace-root "<COURSE_WIKI_ROOT>" \
--owner-name "<OWNER_NAME>" \
--site-name "<OWNER_NAME>的课程知识库"
The CLI checks: Python deps (requests, playwright, python-dotenv, markdown, markitdown), ffmpeg, Node.js, vision-support config, and optionally XeLaTeX.
Vision Support setup: If vision-support/config.json does not exist, the CLI prints the init command. The embedded vision-support is at <SKILL_DIR>/../../vision-support/. Help the user configure a vision provider (OpenAI, Google, Anthropic, deepseek, dashscope, zhipuai, ollama, or custom).
Verify vision-support: After configuration, test with:
node "<SKILL_DIR>/../../vision-support/scripts/vision.mjs" "<SKILL_DIR>/../../komari.jpg"
The agent should correctly identify image content (should mention "red-haired girl" or equivalent).
Never ask for passwords in chat. Use interactive terminal input or environment variables.
<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-notesBuilds and serves a static course knowledge base locally from workspace data. Starts an HTTP server on port 8765 for previewing the wiki.
Automates Google NotebookLM via CLI: create notebooks, add sources (URLs, PDFs, YouTube), generate podcasts, videos, infographics, quizzes, flashcards, and mind maps.
Integrates NotebookLM via MCP CLI for external RAG, research synthesis, creating/managing notebooks/sources, and generating audio, cinematic video, slides, infographics, mind maps.