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.

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

deepseek-plugin

Deepseek Plugin

Browse 8,000+ DeepSeek Harness plugins from deepseek-plugin.org inside dsh — search, read AI wiki pages, and open plugin detail pages in your browser.

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

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

Compatibility and provenance

Deepseek Plugin is published as deepseek-plugin and currently resolves to version 0.2.1. 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.2.1stable
8/21/2026
0.2.0stable
8/21/2026

Related plugins

Loading related plugins…

Latest
0.2.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
165.9 kB
Files
27
Surface
web
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
46
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.

Weknora@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.Anysearch Dsh@anysearch/anysearch-dshAnySearch web search and fetch providers plus advanced tools for DeepSeek HarnessResearch Reportdsh-research-reportVerifiable research-report engine for DeepSeek Harness: a content-addressed evidence ledger (claim 閳?snapshot binding, tamper-evident) plus versioned sealed reports where every claim carries a verification verdict and the manifest hash seals the directoryIndustry Researchdsh-industry-researchIndustry and company research domain pack for DeepSeek Harness: methodology skills, an industry-chain structure model (industry_map), public-source policy/news tracking over ctx.web (industry_track), company scan cards (company_scan), and auditable resear

README

deepseek-plugin — Plugin Directory & Marketplace for DeepSeek Harness (dsh)

中文说明

Search and browse 8,000+ DeepSeek Harness (dsh) plugins from deepseek-plugin.org without leaving your agent. This plugin connects DeepSeek Harness to the largest curated dsh plugin directory — with AI-generated wiki pages, GitHub star rankings, and ready-to-run install commands for every plugin.

It ships both halves:

  • Agent tools — search_plugins, read_plugin_page, open_plugin_page: callable in any conversation, so your agent can find, evaluate, and install dsh plugins for you
  • Web UI — a "Plugin Directory" panel in the dsh web settings dialog: keyword search, category chips, star-ranked results with one-click install commands, a built-in wiki reader, and deep links to full detail pages

Why

  • Finding quality dsh plugins by grepping npm or GitHub is slow. This brings a ranked, summarized, bilingual (English / 中文) catalog straight into your agent.
  • Every plugin page includes an AI-generated wiki — what it does, how to configure it, caveats — so your agent can evaluate a plugin before you install anything.
  • Read-only by design: the plugin never writes to your profile or filesystem. The only side effect is opening a browser tab you explicitly asked for.

Install

dsh plugin --profile web add deepseek-plugin

Then restart dsh (Ctrl + C, then dsh web). Open Settings → Plugin Directory in the web UI.

Agent tools

ToolWhat it does
search_pluginsSearches the directory by keywords (optionally by category), returns summaries, GitHub stars, and dsh plugin add install commands
read_plugin_pageFetches a plugin's full page content (llms.txt markdown: metadata + install + AI wiki)
open_plugin_pageOpens a plugin's detail page (or the directory with a search pre-filled) in your default browser

Example conversations

  • "Find a dsh plugin that sends WeChat notifications" → the agent calls search_plugins, lists ranked candidates with install commands
  • "What does the open-design plugin actually do?" → read_plugin_page pulls the AI wiki, no browser needed
  • "Open the detail page so I can see the README" → open_plugin_page launches your browser at the plugin's page on deepseek-plugin.org

Categories

ui · devtools · integrations · appearance · models · workflow · knowledge · multimodal · memory · governance · creative · companion · official · other

Configuration (optional)

Override in your cordis.yml:

- id: deepseek-plugin
  name: 'deepseek-plugin'
  config:
    siteOrigin: 'https://deepseek-plugin.org'  # point to a self-hosted mirror if you run one
    lang: 'en'                                  # default language for summaries ('en' | 'zh')

Notes

  • Read-only: no writes to your dsh profile or filesystem; the only side effect is opening a browser tab you asked for.
  • Over SSH or headless sessions, open_plugin_page still returns the plain URL.
  • Works with the dsh tools service (inject: ['tools']); tools clean themselves up on unload.
  • Bilingual content: English and Chinese summaries/wikis via the lang option.

Development

npm install
npm run check   # typecheck + build

Source lives at plugins/deepseek-plugin inside the deepseek-plugin.org repository.

License

MIT