Skip to content

2BingLing/dsh-market

141Last commit Aug 16, 2026

dsh-market DSH plugin

DSH Market is a plugin marketplace built as a DSH cordis plugin. It provides a 5-tab panel inside the DSH sidebar for browsing, searching, and installing plugins with one click. It also includes personalized recommendations, cold-start onboarding, and AI-powered installation.

How to install the dsh-market DSH plugin

dsh plugin --profile web add @dsh-market/plugin

Copying does not run this command. Review the repository and version before installing the dsh-market DSH plugin.

dsh-market DSH plugin data source

dsh-market DSH plugin snapshot date: Aug 16, 2026

discovered

What the dsh-market DSH plugin can do

  • One-click install of plugins directly from the DSH sidebar
  • Personalized recommendations based on cold-start survey, collection, GitHub stars, and installed plugins
  • Scene-based recommendations that read the current session context
  • Smart search with Fuse.js and tag filtering, supporting 200+ results pagination
  • Manage installed plugins: view, uninstall, and rollback
  • AI agent installation: reads README, verifies, and installs plugins with user confirmation

Where the dsh-market DSH plugin fits

  • Quickly discover and install new DSH plugins without leaving the IDE
  • Get tailored plugin suggestions based on your usage patterns
  • Install a batch of plugins for a specific workflow (e.g., data analysis, web scraping)
  • Manage and keep track of all installed plugins in one place
  • Use AI to evaluate and install a plugin when unsure about its quality

Who the dsh-market DSH plugin is for

  • DSH users who want to easily find and install plugins
  • Power users who manage multiple plugins and need a centralized dashboard

dsh-market DSH plugin limitations

  • Only works when the DSH plugin panel is open; zero token consumption when idle
  • Requires a DSH environment with the plugin installed (npx command)
  • AI semantic search is not yet available (coming soon)
  • Recommendation quality depends on the user's interaction history stored locally

dsh-market DSH plugin: from the repository README

Quoted from the 2BingLing/dsh-market README, the upstream source of the dsh-market DSH plugin. Copyright remains with the original authors.

DSH 生态增长极快,插件与技能散落在 GitHub 各处 —— **不知道哪个好用、怎么装、怎么组合成一套能干活的环境**。DSH Market 用一个平台收齐它们,并提供两种消费入口: | | <img src="./assets/readme/logo-web.svg" width="26" alt="Web 版 Logo"> **Web 版**(已上线) | <img src="./assets/readme/logo-plugin.svg" width="26" alt="插件版 Logo"> **DSH 插件版**(开发完成) | |---|---|---| | **位置** | 浏览器 · GitHub Pages 纯静态站 | DSH 侧边栏 · cordis 插件 | | **定位** | 发现与评估 | 安装与管理 | | **内容** | 插件(cordis/skill)+ 整合包分区(生态内容市场) | 5-Tab 面板 · 一键安装 · 新手推荐 · 个性化推荐 · 场景推荐 · AI 代理安装(详见 [DSH 插件版](#dsh-插件版))+ 整合包 Tab | | **安装** | 零安装,浏览器打开即用 | `npx @deepseek-ai/dsh plugin --profile web add @dsh-market/plugin` | | **资源消耗** | — | 零 token 被动运行,不参与日常对话 | > **两者的关系:仅共享同一份 `plugins.json` 数据**(每日 06:00 自动刷新星星与描述),除此之外没有直接关联——Web 版是独立的浏览站,插件版是独立的 cordis 插件,可分别使用、互不依赖:**用 Web 版不一定要装插件,装插件也不影响 Web 站**。 ## 演示 | Web 版 | DSH 插件版 | |---|---| | ![Web 版截图](https://raw.githubusercontent.com/2BingLing/dsh-market/master/web/public/screenshot-web.jpg) | ![插件版截图](https://raw.githubusercontent.com/2BingLing/dsh-market/master/web/public/screenshot-plugin.jpg) | ## 快速开始 ### Web 版 无需安装,直接访问: <https://dsh.market/> ### 安装插件版 ```bash npx @deepseek-ai/dsh plugin --profile web add @dsh-market/plugin ``` 装完**重启 harness**,侧

Read the full READMERepository license: MIT

dsh-market DSH plugin questions

How do I install DSH Market plugin?

Run the command `npx @deepseek-ai/dsh plugin --profile web add @dsh-market/plugin` in your terminal. After installation, restart the harness and you will see a 'Plugin Market' entry in the sidebar.

Is DSH Market free to use?

Yes, DSH Market is completely free and open-source under the MIT license. It runs as a passive plugin and does not consume any tokens unless you open the panel. There are no hidden costs.

Can I use the web version without installing the plugin?

Absolutely. The web version at https://dsh.market/ is a standalone static site. You can browse, search, and evaluate plugins there. The plugin version is only needed if you want to install plugins directly from the sidebar.

How does the personalized recommendation work?

The plugin builds a user profile based on your cold-start survey, collection, GitHub stars, and installed plugins. It uses EMA decay to dynamically update recommendations. Each recommendation includes a short explanation of why it is suggested.

What if a plugin installation fails?

The plugin uses a deterministic script to route installations: for skill type it clones the repo, for cordis type it runs `dsh plugin add`. If it fails, you can retry or rollback. The AI agent mode will also verify the README before installation.