DshMarketPlace/dsh-plugins-store
从DeepSeek Harness内部浏览并安装DSH插件。/store、设置选项卡和代理工具——双语。
项目介绍Project Overview
DSH Marketplace 插件,让你在 DSH 内直接浏览和安装 DeepSeek Harness 插件,支持中英双语目录。通过 /store 命令、设置面板或代理工具 dshmarketplace_search 与 dshmarketplace_install 搜索并安装,无需离开终端。适用于快速发现和扩展插件生态。注意:安装命令仅接受规范的 npm 包名或 GitHub 仓库引用,并附带风险标记确认。
DSH Marketplace plugin lets users browse and install DeepSeek Harness plugins from inside DSH, in English or Chinese. Core capability: a unified catalogue accessible via the /store slash command, the Settings tab, and agent tools dshmarketplace_search and dshmarketplace_install, plus a bundled skill guiding the agent to search rather than recall names. Use it to discover and add plugins without leaving the harness. Caveat: install commands are strictly validated as bare npm specifiers or github:owner/repo, and risky listings require explicit confirmation.
[Count check]
zh: 让我数一下字符数(包括标点)
"DSH Marketplace 插件,让你在 DSH 内直接浏览和安装 DeepSeek Harness 插件,支持中英双语目录。通过 /store 命令、设置面板或代理工具 dshmarketplace_search 与 dshmarketplace_install 搜索并安装,无需离开终端。适用于快速发现和扩展插件生态。注意:安装命令仅接受规范的 npm 包名或 GitHub 仓库引用,并附带风险标记确认。"
D-S-H- -M-a-r-k-e-t-p-l-a-c-e- -插-件-,-让-你-在- -D-S-H- -内-直-接-浏-览-和-安-装- -D-e-e-p-S-e-e-k- -H-a-r-n-e-s-s- -插-件-,-支-持-中-英-双-语-目-录-。-通-过- --/--s-t-o-r-e-- -命-令-、-设-置-面-板-或-代-理-工-具- -d-s-h-m-a-r-k-e-t-p-l-a-c-e-_-s-e-a-r-c-h- -与- -d-s-h-m-a-r-k-e-t-p-l-a-c-e-_-i-n-s-t-a-l-l- -搜-索-并-安-装-,-无-需-离-开-终-端-。-适-用-于-快-速-发-现-和-扩-展-插-件-生-态-。-注-意-:-安-装-命-令-仅-接-受-规-范-的- -n-p-m- -包-名-或- -G-i-t-H-u-b- -仓-库-引-用-,-并-附-带-风-险-标-记-确-认-。
让我用更系统的方式计算英文+标点+中文混合字符数。规则说"count every char",即每个字符算一个。
整段:DSH Marketplace 插件,让你在 DSH 内直接浏览和安装 DeepSeek Harness 插件,支持中英双语目录。通过 /store 命令、设置面板或代理工具 dshmarketplace_search 与 dshmarketplace_install 搜索并安装,无需离开终端。适用于快速发现和扩展插件生态。注意:安装命令仅接受规范的 npm 包名或 GitHub 仓库引用,并附带风险标记确认。
数一下:约185个字符。超了。我需要精简。
精简版:
DSH Marketplace 插件,在 DSH 内浏览和安装 DeepSeek Harness 插件,支持中英双语。通过 /store、设置面板
请帮我了解并安装插件:【dsh-plugins-store】【https://github.com/DshMarketPlace/dsh-plugins-store】
把上面这条消息直接发给当前会话里的 DSH,让它帮你了解并安装。安装命令不一定准确,发给 DSH 更稳。Send this message to DSH in your current session. CLI install commands may not be accurate across systems — DSH will figure it out for you.
或使用命令行安装(适合开发者)Or use CLI install (for developers)
命令行安装CLI Install
dsh plugin --profile web add dshmarketplace-plugin
把 DshMarketPlace/dsh-plugins-store 加入你的 DSH 配置(web profile)即可启用。
READMEREADME
English · 简体中文
Browse and install DeepSeek Harness plugins from inside DSH, in English or Chinese. Backed by DSH Marketplace, which writes a page per plugin rather than linking straight out to GitHub.
The npm package is
dshmarketplace-plugin; this repository isdsh-plugins-store. The names differ because the shorter one was taken.
Install
dsh plugin --profile web add dshmarketplace-plugin
Then /store in any session, or Settings → Plugins → Plugin store.
--profile is not optional. dsh plugin forwards to pnpm inside a profile
directory, so dsh plugin add x exits with required option '--profile
<name>' not specified and installs nothing. Swap web for your profile if
you run another one.
What it does
/store |
Opens the catalogue over the session — search by capability, see what each plugin reaches, install without leaving the harness. |
| Settings tab | The same catalogue, docked under Settings → Plugins. |
| Agent tools | dshmarketplace_search and dshmarketplace_install, so "find me a memory plugin and set it up" works in conversation. |
| Bundled skill | Teaches the agent to search rather than recall a plugin name from training data — for an ecosystem this young, a remembered name is usually wrong. |
| Bilingual | Every listing carries a hand-written English and Chinese description. The plugin follows your DSH language setting, live. |
Safety
Plugins run with your agent's permissions, and a listing is not a security review. Three things this plugin does about that.
Install commands are validated, never interpolated. The catalogue supplies a
command already built; src/installer.js accepts only a bare npm specifier or
github:owner/repo, refuses anything containing .., and passes arguments as an
array rather than through a shell. If the catalogue were ever compromised, the
blast radius stops there. tests/installer.test.js covers that boundary
specifically — writing it found a real hole, since ../../etc/passwd is only
word characters, dots and slashes.
The browser half cannot reach the shell. It talks to two exact-path local endpoints, and the install endpoint takes a catalogue entry rather than a command, so the client cannot widen what runs.
Risk flags gate both paths. Listings carry detected install script,
terminal surface and requires credentials flags. Anything flagged stops for
an explicit confirmation, in the UI and on the agent path alike — and the
confirmation says plainly that an empty list would not have meant it was safe.
Privacy
The plugin sends exactly one thing anywhere: after a successful install, the plugin's public identifier, so install counts are real. No machine id, no session id, no user, no query, no telemetry of any other kind. Searches go to the public catalogue API in order to answer them and carry no identifiers.
DSHM_NO_TELEMETRY=1 # disables the install count entirely
DSHM_API=https://… # point at a different catalogue
Development
npm install
npm test # the install-command boundary, and catalogue helpers
npm run build # esbuild → lib/index.js (node) and lib/client.js (browser)
The browser bundle may only require react and
@deepseek-ai/dsh-client-ui-primitives, and must announce itself through
window.__ModuleLoader__.load. build.mjs enforces both against the emitted
code before writing it, so an unsupported import fails here instead of inside
someone else's harness.
Related
- dshmarketplace.dev — the catalogue, with a written page per plugin
dshmarketplace-cli— the same catalogue for coding agents outside DSHGET /api/v1/plugins— the public API all three read
Contact
- Community — LINUX DO
- Issues — GitHub Issues
Acknowledgements
- LINUX DO — where the DSH ecosystem is actually being discussed, and where this project is published and takes its feedback. Plugins whose authors posted them there carry a verified badge in the catalogue.
- awesome-dsh-plugin (CC0-1.0) — the community registry the catalogue is seeded from.
- ZASENJC/dsh-plugins-store (MIT) — reading its source is how the DSH client plugin API was worked out. No code was copied; the manifest shape, the two entry points and the slot names are public interface, and having them written down saved a lot of guessing.
License
MIT. Independent project, not affiliated with DeepSeek. DeepSeek and DeepSeek Harness are marks of their respective owner, used here only to describe what this plugin is for.
ruvnet/ruflo
amruthpillai/reactive-resume
volcengine/OpenViking
Molunerfinn/PicGo
titanwings/colleague-skill
nocobase/nocobase
Tencent/WeKnora