puppet2004/dsh-chatpaper0

dsh-chatpaper

arXiv paper tools for DeepSeek Harness: search, summarize, translate, and survey papers as native tools. No Python, no MCP — HTML-first extraction.

AI Analysis

核心用途是让 DSH 具备直接检索和深度阅读 arXiv 学术论文的能力。适合科研人员和学者。提供 4 个原生工具,支持并发文献综述,提取的论文内容会缓存在本地。

Package
dsh-chatpaper
Version
0.1.1
Last updated
Aug 15, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:puppet2004/dsh-chatpaper

Configuration

Add or override the row in your profile's cordis.patch.yml:

- insert:
    - id: chatpaper
      name: dsh-chatpaper
      config:
        provider: ''
        model: ''
KeyDefaultDescription
provider''Harness LLM provider route; empty resolves to the deployment's deepseek route (deepseek-official in the official deployment).
model''Harness LLM model id; empty resolves to the adapter's advertised default model.
cacheDir~/.dsh-chatpaper-cacheDirectory caching extracted paper bodies, keyed by versioned arXiv id.
surveyConcurrency4Concurrent paper summaries in deep survey mode.
summaryChars15000Text slice fed to a summary.
surveyPaperChars8000Text slice fed to a deep-survey per-paper summary.
translateChunkChars6000Size of one translation chunk.
translateMaxChars60000Cap on source characters to translate.
searchDelayMs3000Delay before each arXiv API request (rate-limit courtesy).
searchRetries3arXiv API retry count.
downloadTimeoutMs120000Paper-body download timeout.