AI Agent Hub
Back to plugins
🖥️

dsh-paper-tutor

Client Updated 2026.08.16

Run the following command in DeepSeek Harness:

dsh plugin install ASAKAFENG/dsh-paper-tutor

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install ASAKAFENG/dsh-paper-tutor in the DeepSeek Harness terminal to install the plugin remotely from https://github.com/ASAKAFENG/dsh-paper-tutor, then restart DSH and select

About this plugin

If your native language is Chinese and every English paper feels like decoding a foreign document—jargon, dense sentences, chained derivations—dsh-paper-tutor was built for you. It is not a PDF viewer; it is an agent preset that, once selected in the session picker, wraps every reading session in a Chinese-language explainer persona that walks you from having no idea what the text says to being able to present it in a group meeting.

The preset ships four tools that work together: paper_scan inventories the PDFs, LaTeX sources, figures, and companion code in your workspace; pdf_extract pulls full text from PDFs using a pure-JS engine that preserves two-column order and layout, and auto-switches to poppler pdftotext when available for better quality; tex_structure maps the LaTeX skeleton—sections, equations, citations, and input dependencies; paper_figure extracts embedded figures, heuristically matches their captions, and optionally calls an OpenAI-compatible vision endpoint to interpret chart content, gracefully degrading to a file path when no endpoint is configured. The default cadence is explain as if from zero, with four depth levels—skim, close-read, source-trace against code, and critical analysis—and the session ends with a paper card, a glossary, and a paper-to-code mapping table. Zero npm runtime dependencies; cross-platform out of the box.

It is aimed at Chinese-native readers tackling English academic literature for the first time or regularly—graduate students encountering field-leading papers, undergraduates writing literature reviews, engineers self-studying a new direction. Put the paper PDF and its companion code in the same workspace and the source-trace layer will cross-reference every claim with the actual implementation. The plugin works fully standalone; adding dsh-tool-vision later makes figure interpretation plug-and-play.

Use Cases

  • A grad student close-reads a top-conference paper for the first time, needing method and derivation explained from zero
  • Building glossaries and paper-to-code mapping tables while writing a literature review
  • Cross-referencing every paper claim against companion code in the same workspace

Best For

  • Chinese-native readers who find English academic literature challenging
  • Graduate students bridging the gap between paper comprehension and code understanding
  • Researchers who want an agent-assisted close-reading workflow spanning skim to critical analysis