DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Research Writing — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins

dsh-research-writing

Research Writing

DeepSeek Harness 的研究写作套件:文献搜索/引用(dsh-lit-search)+ LaTeX/BibTeX 检查工具(dsh-latex-guard),一次安装即可使用。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add dsh-research-writing@0.1.0
README兼容性版本

兼容性与来源证明

Research Writing 以 dsh-research-writing 发布,当前版本为 0.1.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
npm
Registry 更新时间
2026/9/5

版本

0.1.0stable
2026/9/5

相关插件

正在加载相关插件…

最新版
0.1.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
4.6 kB
文件数
5
Surface
any
许可证
MIT
发布源
npm
GitHub
★ 0
周下载
0
最近提交
2026/9/9
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 search-research 分类下经过校验的插件。

Anysearch Dsh@anysearch/anysearch-dsh适用于 DeepSeek Harness 的 AnySearch 网络搜索和获取提供程序及高级工具Industry Researchdsh-industry-research适用于 DeepSeek Harness 的行业与公司研究领域包:方法论技能、行业链结构模型(industry_map)、通过 ctx.web 进行的公开来源政策/新闻跟踪(industry_track)、公司扫描卡片(company_scan)以及可审计的研究Zoterodsh-zotero让智能体搜索、阅读并引用您的本地 Zotero 文献库:查找论文、浏览笔记和批注、按问题提取证据、打开源文档并生成引文。Browser@anweat/dsh-browserDeepSeek Harness 的自包含浏览器运行时插件(作用域为 @anweat)——将 Playwright(chromium)和 OpenCLI 作为插件本地依赖进行打包(支持全局复用回退),提供 `browser` 服务和交互式浏览器工具。

README

dsh-research-writing

Research writing bundle for DeepSeek Harness: literature search + citations + BibTeX cleanup + LaTeX compile checks, in one install.

What's inside

PluginTools
dsh-lit-searchlit_search / lit_cite / lit_bib / lit_related — Crossref + OpenAlex literature search, GB/T 7714 / APA / BibTeX citations (incl. arXiv preprints)
dsh-latex-guardlatex_check / bib_lint / bib_fill / cite_audit — latexmk compile checks with engine auto-detection, BibTeX lint/fill, citation audit

Install

dsh plugin --profile web add dsh-research-writing

Both plugins are pulled in as dependencies and registered automatically. Do not install this bundle together with the standalone plugins in the same profile (the rows would duplicate).

Without dsh

Each plugin also ships a standalone CLI and a SKILL.md:

npx dsh-lit-search search "mixture of experts" -n 5
npx dsh-lit-search cite 10.1038/nature14539 -s gbt7714
npx dsh-latex-guard check ./my-paper main.tex
npx dsh-latex-guard bib-fill refs.bib --write

License

MIT