agentsclimarketplace

Add

Skill WALKERKILLER/Look-Tongji-Notes/skills/add

Transcribing Lessons from Tongji Look Platform to Notes with Agent Skill.

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

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

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.

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

1.5 KB, as published. Nobody here has run it

Add Materials

Attach supplementary materials to a lecture session.

When to Use

  • User says /add or "add this material to the course".
  • After transcribing a lecture, adding additional PDFs/PPTs/docs.
  • User wants materials indexed into the wiki without re-running transcription.

Workflow

  1. Import materials:
python "<SKILL_DIR>/../../scripts/look_tongji.py" add \
  --course-id "<ID>" --sub-id "<ID>" \
  --material "handout=/path/to/file.pdf"
  1. The CLI copies files into the session's materials/<name>/ directory.
  2. MarkItDown auto-converts supported formats to Markdown.
  3. The course wiki index is updated automatically.

Supported Formats

  • PDF (.pdf), PPTX (.pptx), DOCX (.docx) — via MarkItDown
  • Images (.png, .jpg, .webp) — copied as-is
  • Text/Code (.txt, .md, .py, .js) — copied as-is

Difference from /note --material

/add only imports materials + updates the index. It does NOT trigger transcription or slide download.

Where <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/).

Keep looking

Skills are one crate of 328,083. 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.