Vncntvx/dsh-zotero16

dsh-zotero

Let agents search, read, and cite your local Zotero library: find papers, browse notes and annotations, pull evidence by question, open the source document, generate citations.

AI 分析

适合需要让 AI 检索、阅读和导出本地 Zotero 论文及笔记的科研与写作任务。

パッケージ
dsh-zotero
バージョン
0.8.2
ライセンス
MIT
最終更新
2026/09/12

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Vncntvx/dsh-zotero

ドキュメント

README 全文を読む ↗

使用示例

Agent 在对话中根据用户需求逐步调用工具,每次调用的结果作为下一步的上下文。

用户:帮我找 Risk 相关的论文
Agent → zotero_search(query: "Risk", itemType: "journalArticle")
       5 篇匹配结果,用户选择前 3 篇

用户:第一篇的摘要说了什么?
Agent → zotero_get(ref: 1, fields: ["abstractNote"])
       返回摘要全文

用户:这篇里关于方法论的讨论,帮我找出来
Agent → zotero_retrieve(query: "methodology", sources: ["fulltext", "notes"])
       返回相关段落,带页码和来源

用户:把这三篇导出为 BibTeX
Agent → zotero_export(refs: [1,2,3], format: "bibtex")
       生成 BibTeX 条目,可复制或下载

更多示例见 功能概览