add

add is a skill for Claude Code from WALKERKILLER/Look-Tongji-Notes. It costs 42 tokens per session (398 once invoked), scanned A, original, MIT.

A tool for adding supporting files to a lecture session and including their contents in a course wiki. Supporting files can include PDFs, slide decks, word-processing documents, images, text, and code.

In plain words
What is it for?
Use it to import supplementary files, convert supported documents to Markdown, copy images or text files, and update the course wiki index.
Why use it?
It adds handouts and other materials without repeating lecture transcription or downloading slides again.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the look-tongji-notes plugin — 11 skills shipped together

Good fit Use it to import supplementary files, convert supported documents to Markdown, copy images or text files, and update the course wiki index.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/walkerkiller/look-tongji-notes/add
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add WALKERKILLER/Look-Tongji-Notes --skill add
Clone the repo
git clone --depth 1 https://github.com/WALKERKILLER/Look-Tongji-Notes

Made for: Claude Code.

Or install look-tongji-notes, the plugin that ships this one along with the rest of its 11 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for add

README.md
[![agentmods](https://agentmods.dev/badge/skills/walkerkiller/look-tongji-notes/add/github.svg)](https://agentmods.dev/skills/walkerkiller/look-tongji-notes/add)
Your own site
<a href="https://agentmods.dev/skills/walkerkiller/look-tongji-notes/add"><img src="https://agentmods.dev/badge/skills/walkerkiller/look-tongji-notes/add/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for add

Your own site · 80×15
<a href="https://agentmods.dev/skills/walkerkiller/look-tongji-notes/add"><img src="https://agentmods.dev/badge/skills/walkerkiller/look-tongji-notes/add.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 398 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00042 $0.00398
Opus 5 $0.00021 $0.00199
Sonnet 5 $0.00008 $0.00080
Haiku 4.5 $0.00004 $0.00040

Measured 9d ago against content hash 01c34a6c5f06, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

add scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/add/SKILL.md · 47 lines

What it actually says

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

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 47 lines · 42 tokens per session scan A 01c34a6c5f06

Subscribe to this mod's changes

add is a skill published in the GitHub repository WALKERKILLER/Look-Tongji-Notes (41 stars, last pushed 2mo ago), licensed MIT. It adds 42 tokens to every session and 398 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

pptx-import

A method for adding an uploaded PowerPoint presentation to an existing classroom as extra pages while keeping the slides' original layout. PowerPoint is Microsoft's presentation file format.

THU-MAIC/OpenMAIC · 125 tokens

exam-study-guide

A study-guide builder for a completed exam chapter that has not yet passed its required checks. It creates a structured teaching checklist and, in full mode, a self-contained HTML and printable PDF guide with readable formulas, visible images, explanations, examples, and answers.

ZeKaiNie/universal-examprep-skill · 113 tokens

brief-compliance-check

Check a LaTeX coursework submission against the requirements in a supplied PDF assessment brief. Use when verifying format, required sections, word limits, or deliverables before submission. Not for general prose proofreading; use $proofread.

flonat/flonat-research · 50 tokens

textbook-to-md

Convert PDF/EPUB textbooks to searchable markdown files for an AI agent's own reference. Use this skill whenever: (1) the user asks to convert a textbook/PDF chapter to markdown, (2) you need to search textbook content and no markdown version exists yet, (3) batch-converting a set of reference books into a knowledge…

drpwchen/textbook-to-note · 90 tokens

scan-to-practice

A complete methodology for turning scanned or image-based learning materials into high-quality desktop, web, or mobile practice products. Covers visual transcription, data assembly, answer-key-driven controls and grading, product design, animation, validation, and long-term maintenance. Use when a user wants to…

parz0val0/scan-to-practice · 89 tokens

svg-press

Teaches agents how to hand-craft self-contained SVG diagrams that render correctly in browsers, tags, and Playwright PDF/PNG. Covers containment math, viewBox sizing, arrow construction, text hierarchy, KDCube brand color tokens, semantic zone fills, badges, the PNG inspection loop, writepng parameters, multi-diagram…

kdcube/kdcube · 87 tokens