mengxingGG/dsh-plugin-marketplace0

dsh-plugin-marketplace

GitHub plugin discovery and one-click profile installation for DeepSeek Harness

AI Analysis

核心用途是提供 DSH 插件的搜索与一键安装。适合需要浏览 GitHub 上带有 dsh-plugin 标签的仓库、查看详情并直接在 Web UI 中安装第三方插件的用户。

Package
dsh-plugin-marketplace
Version
0.1.0
License
MIT
Last updated
Aug 25, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:mengxingGG/dsh-plugin-marketplace

Configuration

Every field is optional in cordis.patch.yml:

FieldDefaultMeaning
topicdsh-pluginGitHub repository topic used for discovery
searchMaxResults8Maximum repositories inspected per search, 1–30
requestTimeoutMs15000Timeout for each GitHub request
installTimeoutMs300000Timeout for one package installation
profilewebProfile mutated by the add route
tokenEnvGITHUB_TOKENOptional environment variable for a GitHub token
allowRemotefalsePermit same-origin non-loopback clients

Anonymous GitHub access has restrictive rate limits. Set the configured token environment variable when repeated discovery exhausts the anonymous allowance.