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 — DSH Plugin for DeepSeek Harness
← Plugins

dsh-research

Research

The research plugin market inside DeepSeek Harness: browse a curated index of literature, reference, writing and workbench plugins in Settings and install them with one click — 科研插件市场,在设置里浏览并一键安装。

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

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

Compatibility and provenance

Research is published as dsh-research and currently resolves to version 0.4.3. 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.4.3stable
9/1/2026
0.4.2stable
8/18/2026
0.4.1stable
8/18/2026
Show 7 more versionsCollapse versions
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.0stable
8/17/2026
0.1.1stable
8/16/2026
0.1.0stable
8/16/2026
Latest
0.4.3
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
npm
GitHub
★ 4
Weekly downloads
273
Security scan
✓ v0.4.3 scan passed
Last push
9/1/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

README

dsh-research

Research plugins, inside Settings

English | 中文

A curated market for research plugins: a Research plugins page in the Settings sidebar, listing hand-picked plugins for literature search, reference management, writing and review — with an Install button that writes straight into the profile you are running.

dsh plugin --profile web add dsh-research

Restart dsh web, then open Settings → Research plugins.

dsh-research.com

The catalog behind the panel lives at dsh-research.com — the same list, in a browser, at /plugins. Each entry says what the plugin does and where it stops, and there is a walkthrough that goes from an empty machine to a finished talk. The site is generated from one JSON file; the panel fetches that same file, so the two can never drift apart.

Why this exists

The official market already installs anything in the community registry, and does it well. What it cannot do is tell a researcher which of its eleven hundred plugins are theirs. That is the part this does.

What an install actually does

The panel runs dsh plugin --profile <your profile> add <package> for you — the same command you would type. Four things fence it:

AllowlistThe browser may ask for any package name; only a package this catalog lists is ever spawned. The catalog is a static file we publish.
Same-originA state-changing route reachable from any page would let a site you visited install into your profile.
One at a timeTwo concurrent dsh plugin add runs race on one package.json and can leave a profile half-written.
Your profile, not a guessThe target comes from the --profile this host booted, so running a test profile never mutates your real one.

Set allowInstall: false to keep the panel read-only.

Configuration

The bundle inserts one row (id: research-market). Override it from your profile's cordis.patch.yml (a patch replaces the whole config, so restate every key you keep):

- id: research-market
  config:
    catalogUrl: https://dsh-research.com/v1/market.json
    profile: web            # defaults to the profile this host booted
    allowInstall: true
    cacheSeconds: 900
    timeoutMs: 8000

catalogUrl accepts any endpoint answering the DSH Community Market provider contract. Point it at your own and the panel lists yours instead.

Notes

  • The panel's list and the one at dsh-research.com/plugins are the same list, built from the same market.json. Nothing reaches it unread: installing someone else's package from a button we drew makes us the first place their bug gets reported.
  • The process layer is adapted from dsh-market (MIT), which worked out that ctx.shell cannot write to a profile, that a macOS app launched from the Dock has no Homebrew on PATH, that pnpm v10 hangs without a TTY unless CI is set, and that Windows dsh is a .cmd shim.
  • A newly installed plugin needs a restart before it loads; the row says so.

License

MIT