DSH Hub

pingg02/dsh-plugins

dsh-plugins

ToolWorkflow0 GitHub stars· updated 2026-08-20

dsh-plugins is a community DeepSeek Harness plugin. Read the repository README before installing.

Install

npx @deepseek-ai/dsh plugin --profile web add dsh-desktop-entry

Restart `dsh web` after install. Bundle APIs can change during the developer preview.

README badge

dsh-plugins DSH Hub badge
[![DSH Hub](https://dshhub.dev/badge/pingg02-dsh-plugins.svg)](https://dshhub.dev/plugins/pingg02-dsh-plugins)

Paste this into your README. The star count updates with every catalog sync.

From the README

Excerpt from pingg02/dsh-plugins, cleaned of badges and images.

dsh-plugins

DeepSeek Harness 插件合集,由社区维护。

插件npm说明

安装

dsh plugin --profile web add dsh-desktop-entry
dsh plugin --profile web add dsh-quote-selection

两个插件都是正式格式(dsh.bundle 自动加入 bundle 层 + dsh.client 客户端 bundle), 重启后端不丢、零依赖。

开发

每个插件都是独立的零依赖包,可直接改后重新发布:

cd dsh-desktop-entry && npm publish
cd dsh-quote-selection && npm publish

贡献

欢迎通过 PR 添加新插件到本仓库;也欢迎给本仓库打 dsh-plugin 主题标签, 让它出现在 GitHub dsh-plugin 主题页

Related plugins