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.

Research Writing — DSH Plugin for DeepSeek Harness
← Plugins

dsh-research-writing

Research Writing

Research writing bundle for DeepSeek Harness: literature search/citation (dsh-lit-search) + LaTeX/BibTeX guard (dsh-latex-guard) in one install.

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-research-writing@0.1.0
READMECompatibilityVersions

Compatibility and provenance

Research Writing is published as dsh-research-writing and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/5/2026

Versions

0.1.0stable
9/5/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
4.6 kB
Files
5
Surface
any
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
0
Last push
9/9/2026
View source ↗
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-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