DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Zotero — DSH Plugin for DeepSeek Harness
← Plugins

dsh-zotero

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.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add dsh-zotero@0.9.0
READMECompatibilityVersions
dsh-zotero 界面:来源面板、证据提取、导出视图

Compatibility and provenance

Zotero is published as dsh-zotero and currently resolves to version 0.9.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/20/2026

Versions

0.9.0stable
9/19/2026
0.8.5stable
9/19/2026
0.8.4stable
9/13/2026
Show 20 more versionsCollapse versions
0.8.3stable
9/13/2026
0.8.2stable
9/12/2026
0.8.1stable
9/10/2026
0.8.0stable
9/9/2026
0.7.1stable
9/6/2026
0.7.0stable
9/5/2026
0.6.0stable
9/3/2026
0.5.2stable
8/30/2026
0.5.1stable
8/22/2026
0.5.0stable
8/22/2026
0.4.3stable
8/21/2026
0.4.2stable
8/21/2026
0.4.1stable
8/18/2026
0.4.0stable
8/18/2026
0.3.2stable
8/17/2026
0.3.1stable
8/17/2026
0.3.0stable
8/17/2026
0.2.1stable
8/15/2026
0.2.0stable
8/15/2026
0.1.0stable
8/15/2026

Related plugins

Loading related plugins…

Latest
0.9.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
3.1 MB
Files
235
Surface
web
License
MIT
Source
npm
GitHub
★ 21
Weekly downloads
1,929
Security scan
✓ v0.9.0 scan passed
Last push
9/19/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in search-research.

Browser Skill Dsh Plugin@wxg-prc-cpg/browser-skill-dsh-pluginDeepSeek Harness tool plugin that exposes BrowserSkill browser automation (browser_* tools) to the modelWeknora@wxg-prc-cpg/dsh-weknoraWeKnora knowledge retrieval tools for DeepSeek Harness (dsh): semantic search, document reading and RAG/agent answers over your own knowledge bases.Free Searchdsh-free-searchFree web search for DeepSeek Harness: 13 engines (Bing/DuckDuckGo/AnySearch/SearXNG/Exa/Tavily/Keenable/Firecrawl keyless; Parallel/Perplexity/SerpBase/DeepSeek with key) + time filtering + platform search + web_fetch, with web settings UI.Find Plugindsh-find-pluginFind DeepSeek Harness plugins inside the agent — live GitHub dsh-plugin topic search, ranked by stars.

README

dsh-zotero

dsh-zotero

English · 中文

dsh-zotero 是面向 Agent 研究工作流的 Zotero 插件。Agent 可以直接从你的文献库中搜索文献、查看元数据和笔记、提取与问题相关的证据段落、打开原文 PDF,并生成引用和参考文献表。

dsh-zotero 界面:来源面板、证据提取、导出视图

工具

工具用途
zotero_search按标题/作者/年份搜索(library/collection/savedSearch/publications 作用域),everything 模式连全文索引一起搜
zotero_browse发现库结构:库、合集树(层级导航)、保存的检索、标签 facet、条目类型及其字段
zotero_get读取单条文献的元数据,可选返回笔记、批注、附件清单;fields:"all" 保留全部元数据
zotero_children探索单条文献的子对象图:直连笔记、附件,以及挂在 PDF 下的批注
zotero_retrieve按查询词返回最相关的证据段落(批注/笔记/摘要/全文),支持多附件检索
zotero_changes基于本地事务版本的增量感知:哪些条目/合集/全文索引变了、什么被删除
zotero_attachment将文献 ref 解析为已验证的磁盘路径或链接 URL
zotero_export生成引用、参考文献表、BibTeX/BibLaTeX/RIS/CSL JSON

完整工具参考 →

安装

dsh plugin --profile <name> add dsh-zotero

从 GitHub 源码安装:

dsh plugin --profile <name> add github:Vncntvx/dsh-zotero

本地 tarball:

cd dsh-zotero && npm pack
dsh plugin --profile <name> add ./dsh-zotero-*.tgz

安装后重启新建会话,Agent 即可使用 Zotero 工具。

插件在 设置 → Zotero 中提供一个配置页(与 General、Models、Plugins 并列的左侧导航项),可调整 API 地址、并发限制、全文检索开关等参数,保存即生效。详见 配置。

安装详情 →

前置条件

  • Zotero ≥ 7 桌面版,启用本地 API:设置 → 高级 → "允许其他应用程序与 Zotero 通信"
  • Node.js ≥ 22.19(或 ≥ 24)
  • 宿主 dsh 0.1.6-alpha.2(@deepseek-ai/dsh-* peer 依赖均为 ^0.1.6-alpha.2,兼容范围另见 engines.dsh;上游发布稳定版之前只跟最新预发布线,不向后兼容)
  • 本地 API 地址 http://127.0.0.1:23119/api,无认证,只读

使用示例

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

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

用户:第一篇的摘要说了什么?
Agent → zotero_get(ref: "zotero://user/0/item/ABCD1234")
       返回摘要全文(标准模型已含 abstract)

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

用户:把这三篇导出为 BibTeX
Agent → zotero_export(refs: ["zotero://user/0/item/ABCD1234",
                             "zotero://user/0/item/EFGH5678",
                             "zotero://user/0/item/IJKL9012"], format: "bibtex")
       生成 BibTeX 条目;界面可下载,模型读到同样的文本

更多示例见 功能概览。

限制

  • 只读文献库:所有操作均为读取,不修改条目、笔记、标签或分类
  • 只访问本机:网络请求仅发往 127.0.0.1:23119
  • 证据排序是词项相关性:基于 BM25,按查询词与 passage 的词频匹配度排序
  • 导出是静态文本:工具以文本形式返回,模型读到的就是它;Zotero 面板可以一键复制或下载文件(.bib / .ris / .json 等),不需要手动誊抄
  • 全文证据依赖 Zotero 索引:未索引的 PDF 无法提供全文段落
  • 附件深度取决于宿主:zotero_attachment 返回文件位置,继续阅读 PDF 需要宿主具备对应能力

权限与外部副作用

  • 网络:只向 http://127.0.0.1:23119/api 发起 HTTP 请求(不跟随重定向),resolveConfig 强制 loopback 地址
  • 文件:只读,zotero_attachment 用 existsSync 校验 Zotero 返回的附件路径,不写文件系统
  • 持久化:唯一写入来自设置页左侧导航的 Zotero 配置页,保存到 $DSH_HOME/settings.yaml 的 zotero: 用户层
  • 无 Shell / native / 后台任务:插件不执行 shell 命令、不加载 native 模块、不启动常驻进程
  • 重启:安装或卸载插件后需要重启 dsh 并新建会话;配置修改保存即热更新,无需重启

文档

文档内容
快速上手安装、前置条件、首次验证
功能概览来源面板、对话集成、证据提取、导出
工具参考全部 8 个工具的参数、返回值、错误码
配置22 个配置字段、默认值、热更新
架构数据流、各层职责、设计边界
开发指南构建、测试、本地开发
问题排查11 个常见问题的症状和处理

开发

npm install                  # 本仓库与 ../deepseek-harness 并列;仅嵌套在 harness 内时需加 --no-workspaces
npm test                      # 单元测试(vitest,mock Zotero 服务器)
npm run typecheck             # tsc --noEmit,覆盖 node、test、client 三个项目
npm run build                 # tsc 编译 node 部分到 lib/,esbuild 编译浏览器部分到 lib/client.js
npm run dev                   # tsc --watch,host half 热更新
npm run dev:client            # esbuild --watch,浏览器部分热更新

lib/ 放 Node 侧代码,lib/client.js 放浏览器侧代码(设置页和 Zotero tab)。你用 dev-lib.cordis.yml overlay 跑完整插件流程,见开发指南。本仓库与 ../deepseek-harness 并列,属本地暂存布局。

许可证

MIT:自由使用、修改和分发。