mengxingGG/dsh-plugin-marketplace0

dsh-plugin-marketplace

GitHub 插件发现与一键 Profile 安装市场

AI 分析

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

包名
dsh-plugin-marketplace
版本
0.1.0
许可证
MIT
最近更新
2026年8月25日

安装

$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.