lixvn888/dsh-arxiv-search ↗★ 0
dsh-arxiv-search
arXiv search tool plugin for the DeepSeek Harness: query the arXiv preprint API and get structured paper results.
AI Analysis
允许智能体通过自然语言直接调用 `arxiv_search` 工具检索学术论文。适合需要快速查询、筛选和阅读最新arXiv科研文献的用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:lixvn888/dsh-arxiv-searchREADME
Read the full README ↗Usage
Just ask in natural language, e.g.:
- "搜一下 2024 年后的 uplift modeling 论文"
- "Find recent papers about diffusion models, 5 results"
- "按提交时间排序搜 protein folding"
Tool arguments:
| Arg | Type | Notes |
|---|---|---|
query | string (required) | Search query, e.g. "uplift modeling" |
maxPapers | number | Max results (default 10, capped 200) |
sortBy | string | relevance | submittedDate | updatedDate (default relevance) |
Each result includes title, authors, abstract, dates, categories, abs URL, and PDF link.