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.

Cite — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-cite

Cite

DSH reference management plugin: four tools—cite_lookup/cite_format/cite_bibtex/cite_check—Crossref metadata lookup (including exact DOI resolution and concurrent validation), GB/T 7714 / APA / MLA / Chicago formatting, with zero runtime dependencies.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:STARDUSTLC666/dsh-cite#1787d8828b162eb1e4eb87c1ea62841bcad0a4de
READMECompatibilityVersions

Compatibility and provenance

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

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
9/20/2026

Versions

0.3.3stable
9/12/2026
0.3.2stable
9/5/2026
0.3.1stable
9/1/2026
Show 4 more versionsCollapse versions
0.3.0stable
8/26/2026
0.2.0stable
8/16/2026
0.1.1stable
8/16/2026
0.1.0stable
8/16/2026

Related plugins

Loading related plugins…

Latest
0.3.3
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 2
Weekly downloads
343
Last push
9/18/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

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-cite

给一个 DOI,还你规范参考文献——GB/T 7714 / APA / MLA / Chicago / BibTeX。

DeepSeek Harness 参考文献工具插件:通过 Crossref API 查询文献元数据并格式化引用。五个工具(含 cite_health 自检)、零运行时依赖、全平台通用。

工具

工具作用关键参数
cite_lookup查文献元数据(DOI 精确查询 / 题录检索)doi 或 query 至少一个;limit 1-10 默认 5
cite_format生成规范引文doi 必填;style:gb-t-7714 / apa / mla / chicago
cite_bibtex生成 BibTeX 条目doi 必填;key 可选
cite_check从文本提取 DOI 并并发校验是否存在(并发 3,保持输入顺序)text 必填;maxChecks 1-50 默认 10
cite_health自检:探测 Crossref 连通性并报告延迟无

兼容性

已在官方 @deepseek-ai/dsh@0.1.5-rc.1、Node 24.16.0 上验证(2026-09-11):18 个组件与 Modlens 同载,工具 schema、技能注册及离线只读调用检查通过。采用 cordis.patch.yml + dsh.bundle.patch 组合包模型。Node 要求与该版本 Harness 一致:22.19 及以上的 22.x,或 24 及以上。外部服务的实际业务操作需按各组件配置单独验证。

安装

dsh plugin --profile web add dsh-cite

卸载

dsh plugin --profile web remove dsh-cite

卸载后重启 Web 服务。如需彻底清理,可再手动删除自己 profile cordis.patch.yml 中覆盖的插件行。

示例

用户:给我 10.1038/nature12345 的 GB/T 7714 引用
Agent:
  cite_format { doi: "10.1038/nature12345", style: "gb-t-7714" }
  → LeCun Y, Bengio Y, Hinton G. Deep learning[J]. Nature, 2015, 521(7553): 436-444.

用户:检查这段参考文献的 DOI 是否有效
Agent:
  cite_check { text: "..." }

配置

- id: cite
  name: 'dsh-cite'
  config:
    timeoutMs: 15000   # Crossref 请求超时(也可用 DSH_CITE_TIMEOUT_MS)
    # userAgent: ...   # 自定义 User-Agent(也可用 DSH_CITE_USER_AGENT)
    userAgent: ''      # 自定义 UA(建议带上可联系邮箱)

说明

  • 数据源:Crossref REST API,无需 API key
  • 引文为纯文本输出;格式按常见模板生成,正式投稿前请核对目标期刊的细节要求
  • 不采集、不上传任何本地文献数据

开发

pnpm test       # 构建 + 18 个测试

MIT

License

MIT(见 LICENSE)