mengxingGG/dsh-plugin-marketplace ↗★ 0
dsh-plugin-marketplace
GitHub plugin discovery and one-click profile installation for DeepSeek Harness
AI 분석
核心用途是提供 DSH 插件的搜索与一键安装。适合需要浏览 GitHub 上带有 dsh-plugin 标签的仓库、查看详情并直接在 Web UI 中安装第三方插件的用户。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:mengxingGG/dsh-plugin-marketplaceConfiguration
Every field is optional in cordis.patch.yml:
| Field | Default | Meaning |
|---|---|---|
topic | dsh-plugin | GitHub repository topic used for discovery |
searchMaxResults | 8 | Maximum repositories inspected per search, 1–30 |
requestTimeoutMs | 15000 | Timeout for each GitHub request |
installTimeoutMs | 300000 | Timeout for one package installation |
profile | web | Profile mutated by the add route |
tokenEnv | GITHUB_TOKEN | Optional environment variable for a GitHub token |
allowRemote | false | Permit 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.