lixvn888/dsh-arxiv-search0

dsh-arxiv-search

arXiv search tool plugin for the DeepSeek Harness: query the arXiv preprint API and get structured paper results.

AI 분석

允许智能体通过自然语言直接调用 `arxiv_search` 工具检索学术论文。适合需要快速查询、筛选和阅读最新arXiv科研文献的用户。

패키지
dsh-arxiv-search
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 15.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:lixvn888/dsh-arxiv-search

Usage

Just ask in natural language, e.g.:

  • "搜一下 2024 年后的 uplift modeling 论文"
  • "Find recent papers about diffusion models, 5 results"
  • "按提交时间排序搜 protein folding"

Tool arguments:

ArgTypeNotes
querystring (required)Search query, e.g. "uplift modeling"
maxPapersnumberMax results (default 10, capped 200)
sortBystringrelevance | submittedDate | updatedDate (default relevance)

Each result includes title, authors, abstract, dates, categories, abs URL, and PDF link.