mengxingGG/dsh-plugin-marketplace ↗★ 0
dsh-plugin-marketplace
GitHub plugin discovery and one-click profile installation for DeepSeek Harness
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:mengxingGG/dsh-plugin-marketplace说明文档
阅读完整 README ↗Configuration
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.