lixvn888/dsh-arxiv-search0

dsh-arxiv-search

用于 DeepSeek Harness 的 arXiv 文献搜索工具插件:查询 arXiv 预印本 API 并获取结构化论文结果。

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.