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
| Tool | What it does |
|---|
search_plugins | Searches the directory by keywords (optionally by category), returns summaries, GitHub stars, and dsh plugin add install commands |
read_plugin_page | Fetches a plugin's full page content (llms.txt markdown: metadata + install + AI wiki) |
open_plugin_page | Opens 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